/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

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

.textbody{
  font-family: GothamThin;
  font-size: 16pt;
  margin: auto;
  position: relative;
  margin: auto;
  width: 100%;
  top: 12%;
  left: 10%;
  word-wrap: break-word;
  width: 500px;
}

.bar{
  background-color: #147FD7;
  list-style-type: none;
  margin: 0;
  width: 100%;
  height: 48px;
  float: left;
  position: fixed;
}

li{
  border-right: 3px solid #177FD7;
}

li a{
  line-height: 48px;
  float: right;
  font-size: 20px;
  position: static;
  font-family: GothamBold;
  display: inline-block;
  color: #FCFCFC;
  background-color: #177FD7;
  text-align: center;
  text-decoration: none;
  align-items: flex-end;
  border-width: 0px;
  padding: 0px 16px;
  padding-top: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  margin: 0;
}

li h1{
  font-family: GothamBold;
  font-size: 26pt;
  color: #FCFCFC;
  margin-left: 9px;
  line-height: 48px;
  display: flex;
  align-items: center;
}

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

.items{
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: -1;
  position: absolute;
}

.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;
  height: auto;
  z-index: 5;
}

.imagetext{
  font-family: GothamMedium;
  color: #FCFCFC;
  font-size: 52px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -45%);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
