* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', serif;
}

.logo {
    height: 45px;
    width: auto;
}

.nav-link:hover, .footer-nav-link:hover, .nav-link.active, .footer-nav-link.active  {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: var(--bs-white);
    max-width: max-content;
}

.footer-nav-link:hover, .footer-nav-link.active {
    border-bottom-width: 2px;
}

main {
    padding-top: 70px;
}

.welcome-container {
    color: rgba(var(--bs-white-rgb), 1);
}

.welcome {
    height: 100vh;
}

.welcome-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}
