/*Backup of colors before changed for Hopeworks is in zOLD folder*/


/*Social Icons*/

.fa {
    color: #839721;
}


/*Headers*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
}

h2 {
    color: #839721;
    line-height: 1.8;
}

h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #839721;
    line-height: 1.8;
}

h4 {
    color: #0F79A8;
    font-size: 25px;
    padding: 0px 1px 0px 15px;
    margin: -2px;
}

h5 {
    text-transform: uppercase;
    font-size: 20px;
    color: #153F43;
    font-weight: bold;
}

h6 {
    font-size: 20px;
}


/*Header Image*/

.tile:hover .fa {
    color: #f9cd95;
    /*background-color:#839721;*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/*Buttons*/

.w3-button {
    background-color: #ebbe62;
    color: #151515;
    font-family: 'Raleway', sans-serif;
    font-size: 18px!important;
    line-height: 1.8;
}

.w3-bar .w3-button {
    padding: 20px 16px;
    height: 60px;
    background-color: #ebbe62;
}

#buttonCustom:hover {
    background-color: #839721 !important;
    color: white !important;
}


/*Nav colors*/

#mySidebar {
    background-color: #ebbe62;
}

.nav-s {
    font-size: 20px;
    color: #0F79A8;
    font-weight: bold;
}


/*Map*/

.borderMap {
    border: 3px solid #ebbe62;
}


/*Resources section */

.report {
    background-color: #ebbe62;
}


/*Footer*/

.footerCS {
    background-color: #0F79A8;
}

.footerCS .fa {
    color: #11375f;
}


/*Navigation*/

#myNavbar #nav-l {
    height: 60px;
}

#myNavbar #nav-l .height-correct {
    height: 60px;
}

#myNavbar #nav-l p {
    height: 60px;
}


/*Legend */

div.clear-selection {
    background: #ebbe62;
}

div.clear-selection:hover {
    background: #839721;
    color: white;
}
