.navbar {
    min-height: 80px !important;
    margin-bottom: 30px;
}

.company-logo > img {
    height: 64px !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* MEDIA IPAD - PORTRAIT
/* ------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .navbar {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/* ------------------------------------------------------------------------------------------------------------ */
/* MEDIA - WIDTH 320 to 800
/* ------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .navbar {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0px !important;
    }
}