.global-header {
    background-color: #3b3b3b;
    position: relative;
}
.welcomemsg {
    background-color: #fcc230;
    color: black;
    font-weight: bold;
    margin: 5px 10px 5px 10px;
    float: left;
}  
.logo {
    padding: 5px;
}
.shoppingcart {
    background: #fcc230;
    color: black;
    margin: 5px 10px 5px 10px;
    float: right;
}
.searchbox {
    float: right;
    top: 10px;
}
.textalerts {
    max-width: fit-content;
    float: right;
    margin: 5px 10px 5px 10px;
    z-index: 2;
}
.nav{
    position: static !important;
    padding-top: 10px;
    }
.navbar-head {
    background-color: #000000;
    border-top: 3px solid #ffc217 !important;
    padding: 5px;
    }
.header-top {
    background-color: #000000;
    border-bottom: 3px solid #ffc217 !important;
    padding: 10px;
}
.brand {
    background-color: #3f3f3f;
    padding: 10px;
}
.navbar-nav>li>a {
    font-size: 15px !important; 
    color: #ffc217; !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dropdown-menu>li>a {
    font-size: 15px !important; 
}
@media (min-width: 1172px) {
    .navbar-collapse .collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .collapse {
    display: none;
    }
    }
.navbar-default{
    background-color: transparent;
    border-color: transparent;
}
/*navbar button*/
.navbar-toggle {
    background-color: #FFCC01;
    border: 1px solid black;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}
.footer { 
    max-width: 80rem; 
    margin: 0px auto;
} 
.container-fluid.footer-one { 
    background: #3b3b3b; 
    padding:10px 60px; 
} 
.container-fluid.footer-one a, .container-fluid.footer-one li{ 
    color: white; 
    margin-bottom: 0px !important; 
} 
.container-fluid.footer-one h3 { 
    color: #f6c24a; 
} 
.container-fluid.footer-two { 
    background-color: black;
 } 
.container-fluid.footer-two, .container-fluid.footer-two a {
    background-color: black; 
    color: white; 
} 
.footer-two a:hover, .footer-one a:hover {
    color: #f6c24a; 
} 
.footer-text p {
    margin-bottom: 0px; 
} 
.footer_logo>img:hover{ 
    background-image: url('http://insitestore.mbsbooks.com/wsudev/StoreFiles/5-SchoolFiles/5-Wsu_redesign/5-Images/5-5-logo_Yellow.svg'); 
} 
.footer {
    max-width: 80rem;
    margin: 0px auto;
}
.btn-primary {
    background-color: black;
    border-color: black;
    color: white;
}
.btn-primary:hover {
    background-color: #fcc230;
    color: white;
}
.ordering_enabled, .add_another_course_button_enabled, .crn_button .book_search_button, .fa-arrow-circle-o-right, .fa-chevron-circle-down {
    color: black;
}
.ordering_hover_color:hover {
    background-color: #f3f3f3 !important;
}
.panel-info > .panel-heading {
    color: black !important;
    background-color: #fcc230 !important;
}
.panel-info {
    border-color: black;
}

/*Faculty Adoption (native)*/

.LocationBar {
    background-image: none;
    background-color: #fcc230;
    min-width: 300px;
}
.section {
    border-radius: 4px; 
    border-color: black;  
}
.Mini {
    min-height: 250px;
}
input.submit, input.button, .adoptButton {
    background-image: none;
    background-color: black;
    border-color: black;
    border-radius: 4px;
    color: white;
    box-shadow: none;
    font-size: 14px;
}
input.submit:hover, input.button:hover, .adoptButton:hover {
    background-color: #fcc230 !important;
    color: white;
}

#breadcrumbs {
    background-image: none;
    color: black;
    font-size: 12px;
}
#quickInstruction P {
    font-size: 12px;
}
.noMaterialDiv {
    color: #c10000;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}