/* This controls the logo at the top */
.nav-container .logo img, 
.logo img {
    height: 200px !important; /* Adjust this number to your liking */
    width: auto;
}

/* This controls the logo at the bottom */
.footer-logo img,
.footer-logo {
    height: 120px !important; /* Adjust this number to your liking */
    width: auto;
}
