html{
  background-color: #fcfcfc;
  overflow-x: hidden;
}

@font-face {
  font-family: GothamBold;
  src: url('fonts/gotham/GothamBold.woff') format('woff');
}

@font-face {
  font-family: GothamBody;
  src: url('fonts/gotham/GothamBook.woff') format('woff');
}

.subtitle{
  /* font parameters */
  font-family: GothamBold;
  font-size: 26pt;
  color: #fcfcfc;
  /* centering */
  margin: auto;
  position: absolute;
  left: 13px;
  top: 9px;

}

.textbody{
  line-height: 1.2;
  font-size: 3.0em;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: GothamBody;
  font-size: 14pt;
  width: auto;
  word-wrap: break-word;
  text-indent: 50px;
}

ul{
  background-color: #FF7E30;
  list-style-type: none;
  margin-top: -8px;
  margin-left: -8px;
  padding: 0;
  width: 100%;
  height: 44px;
  float: left;
  position: fixed;
}

li{
  float: right;
  border-right: 3px solid #FF7E30;
}

/* Buttons that hang too far down in safari on Mac for some reason */
li a{
  font-size: 20px;
  position: relative;
  top: 1px;
  font-family: GothamBold;
  display: inline-block;
  color: #FCFCFC;
  background-color: #FF7E30;
  text-align: center;
  padding: 14px 16px;
  padding-bottom: 10px;
  text-decoration: none;
  align-items: flex-end;
  border-width: 0px;
  height: 18px; /* Set explicit height */
  line-height: 18px /* match line-height to height */
  padding-top: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  margin: 0;
}

li a:hover{
  background-color: darkorange;
}

.panel{
  margin-right:auto;
  margin-left: auto;
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: -1;

}

.thumbnail{
  border: solid;
  border-color: black;
  display: block;
  width: 450px;
}

.items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
