@font-face {
  font-family: "memphigsfont";
  src:url("fonts/memphigs.ttf");
}


main{
  font-family: "memphigs";
}

body {
  background-color: black;
  background-image: url(images/info/info-background.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top ;
  background-attachment: fixed;
}

#nav{
  margin-top: 0px;
  margin-top: 0px;
  margin: 0 auto;
}

#header{
  
  background: -webkit-linear-gradient(gray,black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  margin-top: 0px;
  margin: 0 auto;
  text-align: center;
  font-family: "memphigs";
  font-size: 5vw;
  padding:0px;
}

#back { 
  position:fixed;
  left:10px;
  top:10px;
  color: gray;
  font-family: "memphigs";
  font-size: 4vw;
  z-index: 99 !important;
  background:#fcfcfc;
}

#back a{
  color:inherit;
  text-decoration: none;
}

#blurb {
  
  text-align: center;
  margin-top: 10px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight : 200;
  font-size : 1px;
  color : black;
}


#gallery {
  marking: 0 auto;
  text-align: center;
  text-decoration:none;
  margin-top: 10px;
  margin: 0 auto;
  width:45%;
}

#gallery img {
  position:relative;
  display: inline-block;
  max-width: 10vw;  
  padding:5px;
}


#gallery a {
  text-decoration:none;    
}


#footer{
  
  margin: 0 auto;
  position:fixed;
  bottom:1px;
  left:25%;
  margin: auto;
  width:55vw;
  text-align: center;
  
} 

#copyright{
  position:fixed;
  display:inline-block;
}


.copyright {
  float: middle;
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform:uppercase;
  font-weight : 300;
  font-size : 14px;
  color : white;
}