/* Logo Size Fix */
.navbar-brand img {
    height: 70px !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.logo_section img {
    height: 70px !important;
    width: auto !important;
    max-height: none !important;
}

/* Header adjustments for larger logo */
.header_top {
    min-height: 90px !important;
}

.site_information ul {
    padding: 20px 0 !important;
}