﻿/*************************************************/
/*              Global Header                    */
/*************************************************/

header, header.header, #mainHeader, .header {
   /* background-color: #202A2A; */
    background:#138808;
    border:none !important;
}

.bgImageOn header, .bgImageOn header.header, .bgImageOn #mainHeader.header, .bgImageOn .header{
    background: none !important
}

.headerIcon {
    /*border: 1px solid #e8b764;
    border-radius: 20px;*/
    color: #e8b764;
    font-size: 0.8em;
    margin-right: 10px;
    padding: 7px;
}

header.header, .header {
    padding:10px;
}

header.header .siteTitle, .header .siteTitle{
    font-size:1.5em;
    margin-top:20px;
}
header.header .tagline, .header .tagline{
    font-size:1.3em;
}

header.header .logo, .header .logo{
    height:60px !important;
    width:60px !important;
}

.header-link{
    display:inline-block;
}

.headerNav{
    padding:0px;
    margin:15px 0px 0px 0px;
}

.headerNav li{
    display:inline-block;
    margin-right:20px;
    list-style:none;
    
}

.headerNav li.active {
    border:3px solid #00a75d;
    padding:10px;
}

.headerNav li a {
    color:#fff;
    text-decoration:none;
    font-size:1.2em;
}


body .container{
    width:100%;
    padding:0px;
}



@media screen and (min-width: 767px) and (max-width: 780px){
    .headerNav li {
        margin-right: 10px;
    }
}