/* simple reset */
  html, body, p, div, div, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  html, body{
    height:100%;
  }

  @font-face {
    font-family: AlternateGothic2;
    src: url("/fonts/AlternateGothic2 BT Regular.ttf") format('truetype');
  }

  @font-face {
    font-family: CenturyGothicRegular;
    src: url("/fonts/CenturyGothicRegular.ttf") format('truetype');
  }

  @font-face {
    font-family: CenturyGothicBold;
    src: url("/fonts/CenturyGothicBold.ttf") format('truetype');
  }

    .clearfix:before,
  .clearfix:after {
     content: "";
     display: table;
  }

  .clearfix:after {
     clear: both;
  }

  body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    background: #f8f8f7;
    text-align: center;
    line-height: 1;
  }

  body { 
  background: url(/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

body.awards { 
  background: url(/images/awards-bg.jpg) no-repeat center center fixed; 
  background-position-x:right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.clients { 
  background: url(/images/clients-bg.jpg) no-repeat top left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.enter { 
  background: url(/images/enter-bg.jpg) no-repeat top right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.news { 
  background: url(/images/news-bg.jpg) no-repeat top left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about-intro { 
    background: url(/images/about-bg.jpg) no-repeat top right; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 90%;
  color:white;
}

.about-bio{
  color:#14516E;
  text-align:left;
  font-family: AlternateGothic2;
  font-size:1.3em;

}

.about-bio a{
  color: inherit;
}

.about-space{
  margin:1em 0 0 0;
}

.about-section{
  margin:1.5em 0;
}

.about-video{
  margin:4em 0;
}

.about-filmography{
  margin-bottom: 2em;
}


.about-space p{
  margin-top: 0.5em;
}

.about-filmography p{
  font-size:0.9em;
}



.second-bg{
   background: url(/images/about-second-bg.png) no-repeat right center; 
   position: absolute;
   width:700px;
   height:512px;
   right:0;
   bottom:5%;
}

.about-arrow{
  margin:2em 0;
  text-align: center;
}

.enter{
  margin-bottom:6em;
}

.enter span{
   font-family: CenturyGothicBold;
  font-weight: bold;
  font-size:2.3em;
}
a.enter-link{
  color:black;
  text-decoration:none;
  font-size:1.7em;
  font-family: CenturyGothicRegular;
}

body.contact { 
  background: url(/images/contact-bg.jpg) no-repeat center center fixed; 
  font-family: AlternateGothic2, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:white;
}
body.contact p{
  font-size: 2em;
}

body.contact a{
  color: white;
  text-decoration: none;
  padding:0.5em 0 0 0;
  display: inline-block;
}

body.contact a:hover{
  color:#D4BC00;
}

body.contact p span{
 color:#D4BC00;
}

body.about { 
  background: none; 
}
  .wrapper {
    margin: 0 auto;
    width: 90%;
    float: none;
    padding-top: 2.5em;
  }

  div {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    *zoom: 1;
  }

  img{
    max-width: 100%
  }

  /* IE 7 only styles */

  .gs-ie7clear {
    display: block;
    width: 100%;
    border: none;
    background: none;
    float: left;
    clear: both;
    height: 0;
    margin: 0 0 0 100%;
    visibility: hidden;
  }

  /*Structure*/
  .container{
    height:80%;
  }


  .nav-bar{
    text-align: left;
    height:335px;
  }

  .logo,
  .nav{
    padding-left:5%;
  }

  .home-nav{
    height:100%;
  }



  .client-wrapper a,
  .awards-wrapper a{ 
    opacity:1;
  }
  .client-wrapper a:hover,
  .awards-wrapper a:hover{ 
    opacity:1;
  }


  /*General*/
  input,
  textarea{
    width:100%;
    margin:1em 0;
  }

 /*Letter rotation*/
.clients_home,
.awards_home,
.news_home{
  position: relative;
  overflow: hidden;
}

.clients_home
{
    background: url(/images/c-bg.png) 42% 40% no-repeat;
}


.awards_home
{
 
    background: url(/images/a-bg.png) 42% 50% no-repeat;
}


.news_home
{
  
    background: url(/images/n-bg.png) 42% 45% no-repeat;
}

.nav .clients_home,
  .nav .awards_home,
  .nav .news_home{
    background-size:60%;
  }

  .nav .clients_home,
  .nav .awards_home,
  .nav .news_home{
    width:30%;
    float: left;
  }

.hide-bg{
  background:none;
}

  .film-reel{
    margin-top:5%;
  }

.your-project-link{
    position: absolute;
    right: 200px;
    top: 190px;
    width:200px;
    height:200px;
}

@media screen and (min-width: 768px) {
  .nav-bar{
    height:20%;
  }

  .container{
    height:80%;
  }


  .logo{
    width:25%;
    float: left;
  }

  .nav{
    width:30%;
    padding-left:0%;
    padding-right:10%;
    padding-top:2em;
    float: right;
  }

  .nav ul{
      float: right;
  }
  
  .nav ul li{
    display: inline-block;
  }



  

 

  /*awards*/
  .rotated{
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
  }

  .clients_home img,
  .awards_home img,
  .news_home img{
    padding-top:12%;
  }
  .awards_home:before
  {
    background: url(/images/a-bg.png) 45% 35% no-repeat;
  }


 
}





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

 /*clients*/
  .dc1 img{
    margin-top:120%;
  }

  .dc2 img{
    margin-top:140%;
  }
  
  .dc3 img{
    margin-top:60%;
  }
  
  .dc4 img{
    margin-top:100%;
  }

  .dc5 img{
    margin-top:20%;
  }

  .dc6 img{
    margin-top:60%;
  }
  
  .dc7 img{
    margin-top:0%;
  }
  
  


  /*Film reel*/

  .film-reel{
  float: right;
   background: url(/images/newsreel.png) no-repeat; 
  height:548px;
  width:1674px;
}

.video{
  width:660px;
  height:370px;
      margin-left: 378px;
    margin-top: 104px;
    opacity: 1;
}

  /*CENTERING*/  
  /* This parent can be any width and height */
  .block {
    text-align: center;

    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap;
  }
   
  /* The ghost, nudged to maintain perfect centering */
  .block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
  }

  /* The element to be centered, can also be of any width and height */ 
  .centered {
    display: inline-block;
    vertical-align: middle;
  }
  /*END CENTERING*/  
}