
/* Change image for larger screens */
@media (min-width: 768px) {
    .navbar-brand img {
        src: 'assets/favicon2.png';
    }
}