/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Nov-2015, 20:23:28
    Author     : seanmcgee
*/
@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);



@-webkit-keyframes bannerScroll
{
    0% { transform: translateX( 0%);}
    13% { transform: translateX( 0%);}
    15%{ transform: translateX(-100%);}
    38%{ transform: translateX(-100%);}
    40%{ transform: translateX(-200%);}
    58%{ transform: translateX(-200%);}
    60%{ transform: translateX(-100%);}
    83%{ transform: translateX( -100%);} 
    85%{ transform: translateX( 0%);}
    100%{ transform: translateX( 0%);} 

}



header
{
    //max-height: 350px;
}



#bannerHolder
{
    width: 100%;
    //max-height: 300px;
    overflow: hidden;

}

#bannerList
{
    width: 100%;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    font-size: 0;

}

.bannerItem
{
    display: inline-block;
    width: 100%;
    -webkit-animation: bannerScroll 80s infinite;
    font-size: 0;
    margin: 0;
    padding: 0 !important;
}

.bannerItem:nth-of-type(2)
{
    -webkit-transform: translate(-50px, 0px);
}
#bannerHolder img
{
    width: 100%;
    height: 110px;
    border-top: thick rgba(100,0,0, 1) solid;
    border-bottom: thick rgba(100,0,0, 1) solid;
    margin: 0;
    padding: 0;
}



main h1
{
    font-family: 'Fredericka the Great', cursive;
    text-align: center;
    color: #7a8114; 
    display: inline-block;
    width: 100%;
}

#textContent
{
    padding: 15px;
    margin-top: 25px;
    margin-bottom:25px;
    max-width: 550px;
    margin: auto;
    font-family: 'Architects Daughter', cursive;

}
#textContent h2
{
   color: #7a8114;  
}

#videoBox
{
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: auto;
}

#videoBox:before
{
    content: '';
    display: block;
    padding-top: 82%;
}

#promoVideo
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}



main
{
    margin-bottom: 50px;
}

@media only screen and (min-width:641px)and (max-width:910px)
{

    #bannerHolder img
{
    width: 100%;
    height: 180px;
}
    .navButton
    {
        width: 30%;
        float: left;
        margin-left: 2.5%;
    }
    .navButton:hover .cover
    {
        display: block; 
    }
    .cover
    {
        //display: none;
        //border-radius: 100%;
    }

    .cover p
    {
        //margin-top: 100px;
    }  

}




@media only screen and (min-width:911px)
{
   
    
    #bannerHolder img
    {
        width: 100%;
        height: 300px;
    }
    #indexNav
    {
        display: block !important;
        width: 100%;
        clear:  both;
        -ms-transform: translate(0px, -90px); /* IE 9 */
        -webkit-transform: translate(0px, -90px); /* Safari */
        transform: translate(0px, -90px);
    }
    .indexNavHolder
    {
        width: 33%;
        display: block;
        float: left;
    }
    .navButton
    {
        width: 50%;
        max-width: 200px;
        height: 10%;
        margin: auto;
        border-radius: 100%;
        border: solid white medium;
        overflow: hidden;
        box-shadow: black -1px -2px 5px;/*CHANGED*/

    }
    .navButton img
    {

        height: 100%;
        display: block;
    }
    .navButton:hover .cover
    {
        display: block; 
    }
    .cover
    {
        display: none;
        border-radius: 100%;
        background-color: rgba(100,0,0, .5) 
    }

    .cover p
    {
        margin-top: 80px;
        width: 90%;
    }

    .indexContent
    {
        float: left;
       // margin-left: 10% !important;
        
    }

    #textContent
    {
        max-width: 450px;
        height: 280px;
        /* overflow: scroll; */
        padding: 0;
        margin-left: 45px;
    }
    main h1
    {
        -ms-transform: translate(0px, -70px); /* IE 9 */
        -webkit-transform: translate(0px, -70px); /* Safari */
        transform: translate(0px, -70px);
    }

    main
    {
     margin-bottom: 50px;    
    }
    
    #contentHolder
    {
        margin: auto;
        display: block;
        width: 850px;;
         -ms-transform: translate(0px, -60px); /* IE 9 */
        -webkit-transform: translate(0px, -60px); /* Safari */
        transform: translate(0px, -60px);
    }
    
    #videoBox
    {
        position: relative;
        width: 100%;
        max-width: 350px;
        /* margin: auto; */
    }

    


}





