body {
    font-family: 'Montserrat', 'sans-serif';
}

.navbar {
    background-color: #9c0e08;
}

nav {
    color: white;
}

.navbar a, .navbar a:visited, .navbar a:active {
    color: white;
}

.navbar-brand {
 max-width: 60%;
}

.navbar-toggler {
    background-color: white;
}

.icon {
    max-height: 4rem;
}

.logo {
    max-width: 60%;
    max-height: 5rem;
}

a, a:link, a:hover, a:visited, a:active {
    color: #9c0e08;
    text-decoration: none;
}

.btn-white {
    color: #9c0e08;
    background-color: white;
}

.btn-red {
    background-color: #9c0e08;
    color: white;
}

footer {
    bottom: 0;
}