.searchBar button {
    top: 5px;
}

@media only screen and (max-width: 480px) {
    .searchBar button {
        top: 0px !important;
    }
    a.logo img {
        width: 70px;
        height: 70px;
        margin-top: -10px !important;
        margin-left:-20px;
    }
}
@media only screen and (max-width: 765px) and (min-width: 500px){
    .searchBar button {
        top: 5px !important; 
    }
}
@media only screen and (max-width: 280px) {
a.logo img {
    width: 50px;
    height: 50px;
}
}