/* ADDED TO MAKE LOGO MORE RESPONSIVE */

.header .logo img {
    max-height: auto;
    max-width: 350px;
    width: 100% !important;
}