h2.sprinth2 {
	color: #000;
}

h1,h2,h3,h4,h5,h6,blockquote,#SprintMobileNavTrigger {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #000;
}

#SprintMobileNavTrigger {
    /* background: url('../images/mobile_menu_bg.png') no-repeat; */
    background-position: left;
    color: white;
    position: absolute;
    z-index: 200;
    height: 40px;
    width: 95%;
    line-height: 40px;
    padding-left: 15px;
    color: #000;
    /* EXTRA */
    background-color: #FECF3E;
    letter-spacing: 1px;
    font-size: 1.5em;
    border-radius: 6px 6px 0px 0px;-moz-border-radius:  6px 6px 0px 0px;-webkit-border-radius:  6px 6px 0px 0px;
}

/*
=============================================================== 
MAIN NAVIGATION 
===============================================================
*/

.SprintNavigation {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.SprintNavigation li {
    display: inline-block;
    margin: 10px 5px 0px; /*  10px 20px 20px */
    padding: 2px 25px;
    /* background: rgba(255, 255, 255, 0.2); */
    background: #FECF3E;
}
.SprintNavigation a {
    /* color: #a4a1a2; */
    color: #000;
}
.SprintNavigation a:hover {
    color: #FFF;
}
.Sprint-current-page {
	color: #FFF !IMPORTANT;
}
.CurrentLi {
	background: #63646B !IMPORTANT;
	color: #000 !IMPORTANT;
}

/*
=============================================================== 
MAIN NAVIGATION 
===============================================================
*/

@media (max-width: 640px) {
    nav ul {
        display: none;
    }

    nav select, #SprintMobileNavigation {
        display: block;
    }

}

nav {
    padding: 0 15px 0px /* 0 15px 15px */;
}

@media (min-width: 641px) {
    nav ul {
        display: block;
    }

    nav select, #SprintMobileNavigation {
        display: none;
    }

}

/* 
========================================================= 

=========================================================
*/

#SprintMobileNavigation {
    position: relative;
    margin: 0 auto;
    width: 280px;
    padding-bottom: 40px;
}
header {
    border-top: 6px solid #FECF3E !important;
    margin: 0;
    padding: 0;
    /* background: url('../images/dark_bg.png'); */
    background: rgb(0, 0, 0) !important; /* CHANGE THE COLOR OF THE BACKGROUND */  
    -webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
    box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}
.webicons {
    font-family: 'WebSymbolsRegular';
}
a .social-icons {
    font-family: 'SocialicoRegular';
    font-size: 37px;
    position: relative;
    color: #000 !important;
}
a:hover .social-icons {
    color: #FECF3E !important;
}