
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  }D

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /* ============================================================
    BOX SIZING & CLEARFIX
    ============================================================ */








    *,
    *:before,
    *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .clearfix:after {
      content: "";
      display: table;
      clear: both;
    }

  /* ============================================================
    HTML & BODY
    ============================================================ */
    body {
      color: #787878;
      font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.5;
    }

  /* ============================================================
    NAVIGATION
    ============================================================ */
    .nav{
      position: fixed;
      margin: 5px 0 0 0px;
      z-index: 100;

    }

    .btn_nav{
      position: relative;
      display: block;
      background: url(img/tiger.png) no-repeat; 
      font-size: 10px;
      width: 90px;
      height:15px;
      line-height: 15px;
      font-weight: 400;
      /*    background-color: #4a6420;*/
      color: #999;
      margin: 0 0 0 0;
      cursor:pointer;
      letter-spacing: 3px;
      float:none;
      vertical-align: center;
      opacity: .9;
      /*    border-bottom: solid #999 1px;*/
      text-transform: uppercase;
      text-align: left;
      padding-left: 5px;
    }

    .btn_nav:hover{
      background-color: #6a8049;
      color: #fff;
      opacity: .5;
    }

    .btn_nav#btn_index{
      height:60px;
      width:20px;
      position:relative;
      background: url("../img/logo_mini.png") no-repeat;
      background-position: center top;
      width: 100%;
      padding-bottom: 10px;
      margin-top: 10px;
    }
    .btn_nav #btn_work{
      margin-top:10px;
    }

    .selected{
      /*  border-right: 3px white solid;*/
      background-color: #99b02d;
      color: #fff;
    }



    .btnNext {
      display: none;
    }


  /* ============================================================
    PRIMARY STRUCTURE
    ============================================================ */
    .wrapper {
      width: 100%;
      margin: 0 auto;
    }

    .main {
      display: block;
      background-color: #fff;
    }

    .container {
      width: 100%;
      height:100%;
      margin: 0 auto;
      padding: 0 0 0 0;
    }






  /* ============================================================
    SECTIONS
    ============================================================ */

    /*UNIVERSAL*/

    .section_head{
      color: #fff;
      font-size: 25px;
      font-weight: 900;
      text-align: center;
      letter-spacing: 3px;
      margin: 0px -3px 40px 0px;
      text-align: center;
      /*    padding-top: 30px;*/
    }

    .section_head span{
      color: #666;
      font-size: 18px;
      font-weight: 900;
      text-align: center;
      letter-spacing: 22px;
      margin: 0px -30px 40px 0px;
      text-align: center;
      /*    padding-top: 30px;*/
    }




    section.module:last-child {
      margin-bottom: 0;
    }
    section.module p {
    }
    section.module.parallax {
      width: auto;
      padding: 0 0 0 0;
      margin: 0;
      background-repeat: no-repeat;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    section.module.parallax h1 {
      color: #6a8049;
      font-size: 40px;
      text-align: center;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding-left:10px;
    }

    section.module.parallax h2 {
      color: #333;
      font-weight: 300;
      font-size: 25px;
      text-align: center;
      background:none;
      text-transform: uppercase;
      display: block;
      margin-right: 0px;
      letter-spacing: 3px;
      background-image: none;
      height:30px;
      padding-left:10px;
      
    }

   section.module.parallax h3 {
      color: #666;
      font-weight: 200;
      font-size: 16px;
      text-align: center;
      background:none;
      display: block;
      margin-right: 0px;
      background-image: none;
      height:0px;
      padding-top:10px;
      padding-left:10px;
    }




    /*INDEX*/


    section.module.parallax.index {
      background-image: url("../img/bg_index-alt.jpg");
      background-size: 100%;
      background-repeat: no-repeat;
      width: auto;
      height: 0;
      padding-top: 68.36%; /* (img-height / img-width * container-witdh) */

    }

    section.module.parallax.index #glitch{
      /*    background-image: url("../img/glitch.gif");*/
      background-repeat: no-repeat;
      left:0px;
      top:0px;
      padding: 0px 0 0 0px;
      background-position: left top;
      width:100%;
      height:100%;
      /*    border: 1px solid #990;*/
      text-align: left;
    }
    section.module.parallax.index #title_card{
      background-image: url("../img/logo.png");
      background-repeat:no-repeat;
      background-size: 90px 95px;
      background-position: 46% 0%;
      position:absolute;
      padding-top: 100px;
      height:400px;
      top: 10%;
      left: 9%;
    }



    section.module.parallax.index #arrow{
      background-image: url("../img/arrow_down.png");
      background-repeat:no-repeat;
      background-position: center bottom;
      text-align: center;
      position:absolute;
      bottom: 10%;
      left: 15%;
      height:100px;
      border: solid 1px #333;

    }



    /*WORK*/



    section.module.work {
      padding: 30px 0 30px 80px;
      background-color: #333;
      position:relative;
      text-align: center;
      box-shadow: 0px -4px 18px 1px rgba(0, 0, 0, 0.3);
    }
  /*section.module.work ul{
    margin-bottom: 35px;
    }*/

    section.module.work ul{
      margin-bottom: 50px;
    }

    section.module.work li{
      padding: 0px;
      width: 300px;
      height: 260px;
      list-style-type:none;
      display: inline-block;
      margin: 0px 3px 5px 0px;
      position: relative;
      vertical-align: bottom;
      background-color: #fff;
      text-transform: uppercase;
    }

    section.module.work a{
      text-align: center;
    }
    section.module.work li:hover{
      opacity: .5;
    }
    section.module.work a h1{
      font-size: 18px;
      font-weight: 700;
      color: #666;
      /*  border-left: #eab1b8 solid 1px;*/
      text-align: center;


    }
    section.module.work a span{
      font-weight: 300;
      font-size: 12px;
      display: block;
      color: #666;
      letter-spacing: 1px;

    }



    /*CONTACT*/


    section.module.parallax.contact {
      background-image: url("../img/bg_contact.jpg");
      height: 700px;
      padding: 30px 25% 0 25%;
      position:relative;
      text-align: left;
      position:relative;
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }


    section.module.parallax.contact p{
      color: #666;
      font-weight: 400;
      text-align: left;
      font-size: 15px;
      margin-bottom: 15px;

    }

    section.module.parallax.contact img{
      margin-right:15px;

    }
    section.module.parallax.contact a{
      color: #99b02d;
      text-decoration: none;
      font-weight: 400;
    }

    section.module.parallax.contact p span{
      font-weight: 600;
      color: #6a8049;
    }

    .info {
      padding: 0px 0 0 0px;
      position: relative;
      text-align: left;
      margin-top: 30px
    }
    .resume {         
      background-image: url("../img/resume_icon.png");
      background-repeat: no-repeaat;
      width:94px;
      height:77px;
      overflow: hidden;
      position:relative;
      margin-bottom: 20px;

    }

    .resume:hover{
      opacity: .5;
    }









    /* BEGIN FOOTER */

    footer {
      padding: 20px 0;
      background-color: #333;
    }
    footer .asides {
      margin-bottom: 20px;
    }
    footer aside {
      margin-bottom: 10px;
    }

    footer .copyright {
      text-align: center;
      font-size: 15px;
      color:#666;
      font-weight: 300;
    }
    footer .copyright a {
      color: #818181;
    }




    a {
      text-decoration: none;
    }

    a:hover {
      color: #818181;
    }





  /* ============================================================
    MOBILE
    ============================================================ */

    @media (max-width: 620px) {
      .btn_nav#btn_index {display: none;}

      .nav{
        position: fixed;
        margin: 0 0 0 0;
        z-index: 100;
        width:100%;
      }

      .btn_nav{
        position: relative;
        display: inline-block;
        float:left;
        text-align: center;
        background-color: #333;
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
        opacity:1;
        border-bottom: solid #999 1px;
      /* border-left: solid #fff 1px;*/
        color:#fff;
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); 
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 5px #666 rgba(0, 0, 0, 0.3);
      }



      .btn_nav#btn_ui{
        border-left:none;
      }

      section.module.parallax.index #title_card{
        background-size: 70%;
        background-position: top left;
        padding-top: 90px;
        margin-left:10px;
        left:0px;
        top:50px;
        width:120px;
      }

      section.module.parallax h1 {
        color: #6a8049;
        font-size: 15px;
        text-align: left;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
        width:120px;

      }
      section.module.parallax h2 {
        color: #333;
        font-weight: 300;
        font-size: 11px;
        text-align: left;
        background:none;
        text-transform: uppercase;
        display: block;
        letter-spacing: 0px;
        background-image: none;
        width:100px;
      }
    

      section.module.work {
        padding: 30px 0 30px 0px;
        background-color: #333;
        position:relative;
        text-align: center;
        -moz-box-shadow: 10px 10px 5px #000; 
        -webkit-box-shadow: 10px 10px 5px #000; 
        box-shadow: 10px 10px 5px #000; 
      }


      section.module.parallax.contact p{
        font-size: 14px;
      }

       section.module.parallax.contact img{
        margin-right:15px;
      }

      .section_head{
        font-size: 12px;
        width: 100%;
        text-align: center;
        letter-spacing: 3px;
        width: 100%;
        padding-top:50px;

      }

      .section_head span{
        font-size: 12px;
        width: 100%;
        text-align: left;
        letter-spacing: 3px;
        width: 100%;
        color:#666;
        position: relative;
        float: left;
      }


    }

.video-responsive{
    overflow:hidden;
    padding-bottom:30%;
    margin-bottom:10px;
    position:relative;
    height:0;
    margin-top:10px;

}
.video-responsive iframe{
    height:100%;
    width:100%;
    max-height: 315px;
    max-width: 560px;
    position: absolute; /* positions out of the flow, but according to the nearest parent */
    top: 0; right: 0; /* confuse it i guess */
    bottom: 0; left: 0;
    margin: auto; /* make em equal */
    padding-bottom:0;

}


        
       
