.bg-custom {
    background-color: red !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 300;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

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

a {
    color: #333;
}

a:hover {
    color: #666;
}

footer {
    z-index: -1;
}