@media only screen and (max-width:1039px) {

}
@media only screen and (max-width:834px) {

}

@media only screen and (max-width:991px) {

    /*SEARCH*/
    #custom-search-input{
        border: solid 2px #E4E4E4;
        border-radius: 5px;
        background-color: #fff;
        width: 60%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    .noaa {
        min-height: 50px;
        background: url(http://www.noaa.gov/sites/all/themes/custom/noaa/images/noaa_logo_mobile.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    /*SEARCH*/
    #custom-search-input{
        border: solid 2px #E4E4E4;
        border-radius: 5px;
        background-color: #fff;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #ffd000;
    }
}

