html{
    background-color: #fff;
    max-width: 1435px;
    margin: 0 auto;
}

body{
    position: static;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    border: 2px solid #000;
}

header{
    background:rgba(255,255,255,.95);
    border-bottom: 2px solid #000;
    width: 100%;
    max-width: 1435px;
    height: 138px;
    position: fixed;
    top: 0;
    z-index: 2;
}

header div{
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

header img{
    float: left;
    margin-top: 10px;
}

/* --- NAV --- */

nav{
    float: right;
    margin-top: 45px;
}

nav ul li{
    display: inline;
    padding: 1rem 2.5rem;
    font-family: helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: .875rem;
}

nav a:link{
    text-decoration: none;
    color: #000;
}

nav a:visited{
    color: #000;
}

nav a:hover{
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    transition: 200ms;
}

nav a:active{
}

/* --- BUTTON CLASS --- */

a.button:link{
    text-decoration: none;
    color: #fff;
    padding: 1rem 4rem;
    letter-spacing: 1px;
    font-size: .875rem;
    border: 2px solid #fff;
}

a.button:visited{
    color: #fff;
}

a.button:hover{
    background-color: #fff;
    color: #000;
    transition: 250ms;
}

a.button:active{    
}

/* --- BUTTON CLASS 2 --- */

a.navbutton:link{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    padding: 1rem 3rem;
    letter-spacing: 1px;
    font-size: .875rem;
    border: 2px solid #fff;
}

a.navbutton:visited{
    color: #fff;
}

a.navbutton:hover{
    transition: 500ms;
    border-color: #F01717;
}

a.navbutton:active{    
}


/* --- SLIDE CLASS --- */

.slide{
    width: 75%;
    margin: 0 auto;
    height: 630px;
    background-color: #000;
}

.slide h2{
    font-family: 'Economica', sans-serif;
    font-size: 4rem;
    text-align: center;
    margin: 0;
    padding: 3rem;
    color: #fff;
}

/* --- FOOTER --- */

footer{
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
    border-top: 2px solid #000;
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: .875em;
}

footer ul{
    list-style-type: none;
    padding: 0;
}

footer ul li{
    display: inline;
    padding: 0 1rem;
    opacity: .25;
}

footer ul li:hover{
    opacity: 1;
    transition: 250ms;
}


/* --- SLIDES --- */

#hero{
    width: 100%;
    margin: 0 auto;
    margin-top: 138px;
    font-size: 1.5rem;    
    background-image: url(img/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    border-bottom: 2px solid #fff; 
}

#hero div{ 
    width: 600px; 
    margin-left: 300px;
    padding-top: 80px;
    text-align: left;
}

#hero h1{
    font-size: 2.75em; 
    margin-bottom: 40px;
    font-family: 'Economica', sans-serif;
}

#trailer_slide{
    height: 900px;
    width: 100%;
    background-color: #000;
}

#trailer_slide h2{
    margin-bottom: -90px; 
    position: relative;
    z-index: 1;
}

#trailer_slide iframe{
    border:0 none transparent;
    width: 90%;
}


#story_slide{
    width: 100%;
    height: 800px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #000;
    background-image: url(img/storybg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#story_slide div{
    border: 2px solid #fff; 
    width: 70%; 
    margin: 0 auto; 
    padding: 2rem;
    background-color: rgba(255,0,0,0.1);
}
    
#story_slide p{
    margin: 0 auto;
    text-align: left;
    color: #fff;
    padding: 1rem 2rem; 
    font-size: 1.25rem;
}

.dropcap{
    font-family: 'Economica', sans-serif;
    font-size: 4.5rem;
    line-height: 3.5rem;
    padding-right: 10px;
    font-weight: 700;
    float: left;
    text-shadow: 2px 2px 4px #000;
}

#story_slide .pullquote{
    font-size: 2em;
    font-style: italic;
}

#short_slide{
    background-color: #fff;
    width: 100%;
    height: 1240px;
    border-bottom: 2px solid #fff;
    font-size: 1.25rem;
}

#short_slide div{
    width: 75%;
    margin: 0 auto;
    text-align: left;
}

#short_slide iframe{
    border: 2px solid #000;
    float: left; 
    margin-right: 2rem; 
    margin-top: 1rem; 
    margin-bottom: 1rem;
}

#short_slide h2{
    color: #000;
}


#feature_slide{
    width: 100%;
    height: 750px;
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
}

#feature_slide div{
    width: 75%;
    margin: 0 auto;
}


#team_slide{
    height: 970px;
    width: 100%;
    background-color: #fff;
}

.team_pic div{
    opacity: 0;
}

.team_pic div:hover{
    opacity: 1;
    background-color: rgba(0,0,0,.75);
    transition: 250ms;
}

#team_slide h2{
    color: #000;
    margin-bottom: -20px;
}

#press_slide{
    width: 100%;
    margin: 0 auto;
    height: 890px;
}

#press_container {
    margin: 0 auto; 
    width: 85%;
    margin-top: 1rem;
}

div.press {
    border: 2px solid #fff;
    padding: 0;
    width: 350px;
    height: 250px;
    display: inline-flex;
    margin: 1rem;
    vertical-align: top;
}

#press_slide h2{
    text-shadow: 2px 2px 2px #383838;
}

div.press:hover{
    border: 2px solid #F01717;
    transition: 250ms;
}

video#bgvid {
background-size: cover;
}

/* --- LINKS --- */

/* unvisited link */
#short_slide a:link {
    color: #000;
    border-bottom: 1px solid rgba(240, 23, 23, 0.5);
    text-decoration: none;
}

/* visited link */
#short_slide a:visited {
    color: #000;
    border-bottom: 1px solid #000;
}

/* mouse over link */
#short_slide a:hover {
    border: none;
}

/* selected link */
#short_slide a:active {
    color: #000;
}

@media only screen and (max-width: 767px) {
    
    html{
        background-color: #000;
    }
    
    body{
        background-color: #000;
    }
    
    header{
        display: none;
    }
    
     #mobile_landing{
        display: block;
        position: absolute; 
        width: 100%; 
        min-height: 660px;
        max-height: 660px;
        background-image: url(img/bg3.jpg); 
        background-repeat: no-repeat; 
        background-position: center center;
        background-attachment: fixed;
        background-size: cover; 
        color: #fff; 
        font-size: 1.1rem;   
    }
    
    footer{
        display: none;
    }
    
    #hero{
        display: none;
    }
    
    #trailer_slide{
        display: none;
    }
    
    #story_slide{
        display: none;
    }
    
    #short_slide{
        display: none;
    }
    
    #feature_slide{
        display: none;
    }
    
    #press_slide{
        display: none;
    }
    
    #team_slide{
        display: none;
    }
  
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
 
     #mobile_landing{
        display: none;
    }
    
    header div img{
        width: 250px;
        height: 141px;
    }
    
    nav ul{
        padding: 0;
    }
    
    nav ul li{
        padding: 1rem;
        font-size: .75rem;
    }
    
    #hero{
        min-height: 560px;
        max-height: 560px;
    }
    
    #hero div{ 
        margin-left: 100px;
        margin-top: -40px;
    }
    
    #trailer_slide{
        min-height: 550px;
        max-height: 550px;
    }
    
    #trailer_slide iframe{
        width: 650px;
        height: 366px;
    }
    
    #story_slide{
        min-height: 920px;
        max-height: 920px;
    }
    
    #story_slide .pullquote{
    font-size: 1.75em;
    }
    
    #story_slide img{
        width: 500px;
        height: 25px;
    }
    
    #short_slide{
        min-height: 1880px;
        max-height: 1880px;
    }
    
    #short_slide iframe{
        float: left;        
    }
    
    
     #feature_slide{
        min-height: 1020px;
        max-height: 1020px;
    }
    
    #team_slide{
        min-height: 2100px;
        max-height: 2100px;
        
    }
    
    #press_slide{
        min-height: 2020px;
        max-height: 2020px;
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
     
    #mobile_landing{
        display: none;
    }
    
    nav ul{
        padding: 0;
    }
    
    nav ul li{
        padding: 1rem 1.75rem;
    }
        
    #hero{
        min-height: 490px;
        max-height: 490px;
    }
    
    #hero div{ 
        margin-left: 150px;
    }
    
    #hero h1{
        margin-top: 0px;
    }
    
    #trailer_slide{
        height: 650px;
    }
    
    #trailer_slide iframe{
        width: 850px;
        height: 479px;
    }
    
    #story_slide{
        min-height: 880px;
        max-height: 880px;
    }
    
    #short_slide{
        min-height: 1740px;
        max-height: 1740px;
    }
    
    #short_slide iframe{
        float: none;
        
    }
    
    #feature_slide{
        min-height: 860px;
        max-height: 860px;
    }
    
    #team_slide{
        min-height: 1330px;
        max-height: 1330px;
    }
    
    #press_slide{
        height: 1160px;
    }
    
}

@media only screen and (min-width: 1038px){
    #press_slide{
        max-height: 1160px;
    }
    
    #mobile_landing{
        display: none; 
    }
    
    #trailer_slide{
        min-height: 750px;
        max-height: 750px;

    }
    
    #trailer_slide iframe{
        max-width: 1000px;
        max-height: 563px;
    }    
    
}


@media only screen and (min-width: 1280px) and (max-width: 1373px) {
     
    #mobile_landing{
        display: none; 
    }
    
    #short_slide{
        max-height: 1200px;
        max-height: 1200px;

    }
    
    #press_slide{
        min-height: 1170px;
        max-height: 1170px;
    }
}

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

    #press_slide{
        max-height: 890px;
    }
    
}

/* --- leanModal.js --- */

#lean_overlay{
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width: 100%;
    background: #000;
    display: none; 
}

div.modal{
    width: 50%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    text-align: left;
    padding: 1rem 2rem;
    font-size: 1rem;
    display: none;
}