@charset "UTF-8";

/* Custom CSS */
/* This CSS gets imported if the user is on the homepage of the website */

@media (min-width: 991.98px) {
    .navlogo {
        content: url("../images/logowhite.png");
    }
}
