@font-face {font-family: 'FFBauWebPro';src: url('/354373_0_0.eot');src: url('webfonts/354373_0_0.eot?#iefix') format('embedded-opentype'),url('/354373_0_0.woff2') format('woff2'),url('/354373_0_0.woff') format('woff'),url('/354373_0_0.ttf') format('truetype');}


html, body {
  margin: 0;
  padding: 0;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body { font-family: 'FFBauWebPro', Helvetica, Arial, sans-serif; font-size: 15.5px; letter-spacing: 0.5px; line-height: 21px; height: 100%; color: #fff; background-color: #000;}

a:link {color:#fff; text-decoration: none;}
a:visited {color:#fff; text-decoration: none;}
a:hover {color: transparent;text-shadow: 0 0 5px #ccc; } 
a:active {color:#fff; text-decoration: none;}


.main {
font-family: 'FFBauWebPro', Helvetica, sans-serif;
 position:absolute;
width: 100%;
padding:20px;
    text-align: left;
}

.top {
    margin-top: 10px;
    position:relative;
 float: left;
 left: 15px;
    width: 97%;
    font-size: 76px;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 4px;
}

.hover_img { 
  position:relative; 
    float: left;
 left: 15px;
        top: 10vh; 
     display: none;
     cursor:help; !important
}
.hover_img a span { 
  position:fixed; 
  display:none; 
  z-index:99;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.hover_img a:hover span { 
  display:block;
}

.hover_img img { 
max-height: 95%;
  max-width: 95%;}


@media only screen and (max-width: 600px) {
    .hover_img {
        display: block;
        width:408px;}
    
    .top { 
      font-size: 15px; 
      width: 95%;

   }
}
    
    
h1 {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: -1px;
    margin-top: 0px;
}


.flip {
    -webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
display: inline-block;
        top:-6px;
        position:relative;

}

.graphic {
    position:fixed;
width: 100%;
height: 100%;}
