/*your custom css goes here*/
.logo a {
    height:100px;
    position:relative;
}
.logo a img{
    height:125px;
}


/*Responsive*/
@media only screen and (max-width: 959x) {
  .logo a img{
        height:85px !important;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 600px) {
  .logo a img{
        height:75px !important;
        margin-top: 15px;
    }
}