/* Add custom CSS styles below */ 
.navbar-brand img{
  min-height: 110px !important;
}

@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 110px  !important;
    }
}