
/*
notes
font-family: 'Istok Web', sans-serif;
color
gray = #a0a0a0
dark-gray - #666666
*/

/*General*/

body{
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
}

h1{
    font-size: 2.5em;
    color: #666666;
}
h2{font-size: 1.75em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;}



p{
    color: #a0a0a0;
    font-size: 1em;
}

.logo{
    width: 144px;
    height: 58px;
}

/*FOR MAIN CONTENT*/

.about-us-container{
    margin: 50px auto;
}

.mt{margin-top: 50px;}

/*FOR PAGE TITLES*/

#header{
    background-color: #ededed;
    position: fixed;
    z-index: 9999;
    height: 65px;
    width: 100%;
}

.logo{z-index: 90;}

#header ul{text-align: right;}

#header ul li{
    display: inline;
    
}

#header ul li a{
    font-size: 1.1em;
    display: inline-block;
    padding: 13px 30px;
    color: #6c6c6c;
}



#header ul li a:hover,
.main-nav-active{
    text-decoration: none;
    background-color: #bad600;
    color: #242424;
}



.nav-subs{
    display: block;
    font-size: .7em;
    margin-top: -5px;
    color: #8c8c8c;
}

.burger-button{
    background: url(../images/burger-button.png) top center no-repeat;
    position: absolute;
    width: 132px;
    height: 46px;
    top: 20px;
    left: 80%;
    z-index: 100;
    display: none;
    
}

/*FOR PAGE TITLE*/

.page-title{
    text-align: center;
    margin: 20px auto;
}

/*.page-title-line{
    width: 10%;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 5px solid #92a800;
}*/
.read-more-btn{margin-top: 20px;}

/*-------------end page title---------------------*/


#mission{margin: 40px auto;}
#mission .read-more-btn{margin-bottom: 40px;}
#mission h3{
    font-size: 1em;
    margin-top: -11px;
    color: #787878;
    margin-bottom: 30px;
}


/*FOOTER STYLES*/

.foot-title-bar{
    background-color: #333333;
    margin-top: 50px;
}

.foot-title-bar h1{
    font-size: 1em;
    padding-bottom: 10px;
    color: #aeaeae;
}

footer{
    background-color: #4b4b4b;
    padding: 40px 0 20px 0;
}

footer ul li{
   list-style: none;
}

footer ul li a{
    color: #6e6e6e;
    font-size: .84em;
}

footer ul li a:visited{
    color: #6e6e6e;
}

footer ul li a:hover{
    color: #bad600;
}









/*-------------end footer---------------------*/

@media (max-width: 1199px){
    
    #header{
        background-color: #ededed;
        position: relative;
        height: auto;
        width: 100%;
    }
    
    .main-nav{
        display: none;
    }
    
    #header ul{
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #header ul li a{
        display: block;
        padding: 10px 0px;
    }
    
    .burger-button{
        top: 20px;
        left: 75%;
        display: block;
        cursor: pointer;
    }
    
    
    
}


@media (max-width: 766px){
    
    footer ul li a{
        text-align: center;
    }
    
    
}


@media (max-width: 500px){
    .burger-button{
        left: 72%;
    }
    
}

@media (max-width: 400px){
    .burger-button{
        left: 60%;
    }
    
}









