/*
@font-face {
  font-family: amb_font;
  
  src: url('Matchbook.ttf');
}


@font-face {
  font-family: candle_font;
  src: url('SetFireToTheRain.eot');
  src: url('SetFireToTheRain.ttf');
}*/
/*
@font-face {
  font-family: amb_font;
  src:url('Matchbook.eot');
}

@font-face {
  font-family: candle_font;
  src: url('SetFireToTheRain.eot');
}
*/



body {
    background: none repeat scroll 0 0 #000000;
    color: #d2d1d1;
    font-family: MatchbookMatchbook, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
}
.no-fontface body {
  background: none repeat scroll 0 0 #000000;
    color: #d2d1d1;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;


}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666666;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 22px 0 21px;
}

h1, h2, h3, h4, h5, h6 {
  color: #f7d102;
}

.panel {
  background-color:#333333;
  border: 1px solid #373737;
}

.topbarCustom {
height:65px;
padding-top:10px;

}

.top-bar ul > li a {
  font-size:24px;
}

.top-bar ul > li a:not(.button) {
    color: #d2d1d1;
    font-size:40px;
  }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {font-size:50px; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #F7D102;  }

.nav-bar > li > a:first-child,
.nav-bar > li > a {
  background-color:rgba(0,0,0,1);
  padding:20px;
  color: #d2d1d1;
  font-size:40px;
  font-family: MatchbookMatchbook, Arial, sans-serif;
  
}

.no-fontface .nav-bar > li > a {
  background-color:rgba(0,0,0,1);
  padding:20px;
  color: #d2d1d1;
  font-size:18px;
  font-family: Arial, sans-serif;
  
}


.nav-bar > li > a:hover {
  /*background:#333333;*/
  color:#F7D102;
  opacity:1;

}
@media screen and (min-width: 980px) {


.heroFaded {
   max-width: 950px; /* so it doesn't scale past 100% */
   /*max-height:623px;*/
   background: url(../images/imk/bg_Main_faded.png) top center repeat-y; /* position is important, you could do "top" "left" if that's better */
   background-repeat: repeat-y; 


   background-size: 100%; /* most important! allows the image to scale */
   padding: 15px 15px 10px 15px; /* helps make sure that you see the whole image */
   margin-bottom: 5px;
   /*text-align:center;
   
   border :none;
   font: 28px 'Kreon', serif;
   font-weight: 700;
   text-transform: uppercase;*/
   height:623px;
   -moz-background-size:cover; -webkit-background-size:cover; background-size:cover;
   }

   .hero {
   max-width: 950px; /* so it doesn't scale past 100% */
   /*max-height:623px;*/
   background: url(../images/imk/bg_Main_color.png) top center repeat-y; /* position is important, you could do "top" "left" if that's better */
   background-repeat: repeat-y; 


   background-size: 100%; /* most important! allows the image to scale */
   padding: 15px 15px 10px 15px; /* helps make sure that you see the whole image */
   margin-bottom: 5px;
   /*text-align:center;
   
   border :none;
   font: 28px 'Kreon', serif;
   font-weight: 700;
   text-transform: uppercase;*/
   height:623px;
   -moz-background-size:cover; -webkit-background-size:cover; background-size:cover;
   }
 }

   .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}


.maintext {
  font-size: 40px;
  margin-top:30px;
}

.no-fontface {
font-size: 16px;
  margin-top:30px;

}


.th img {
    border: 1px solid #373737;
  }

#testPicture {
  padding:0px;
  width:1027px;
}

.reveal-modal {
    /*background: none repeat scroll 0 0 #333333;*/
    background:transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 45%;
    margin-left: -260px;
    padding-top: 10px; 
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    position: absolute;
    top: 55px;
    visibility: hidden;
    /*width: 520px;*/
    z-index: 41;

}

.reveal-modal .close-reveal-modal:not(.button) {
    color: #F7D102;
    font-size:5.2rem;
    /*text-shadow: 0 0 0.2em #F7D102, 0 0 0.2em #F7D102;*/

}
