@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

/*h1,h2,h3,h4,h5,h6 {
    font-family: 'Marcellus', serif;
}*/

p.lead {
    font-weight: 400;
}

img {
    max-width: 100%;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -10;
    opacity: .5;
}

.outer-container {
    background-color: rgba(255,255,255,.8);
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 1.5rem;
    max-width: 600px;
    margin-block: 2rem;
}

#logo_container {
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
    padding-block: 30px;
}

#modenzo_logo {
    width: 400px;
    max-width: 100%;
    height: 88px;
    text-align: center;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

nav #modenzo_logo {
    width: 180px;
    height: 41px;
}

nav .nav-link {
    font-size: 1.15rem;
    font-weight: 700;
}

.hidden-spacer {
    height: 100px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)) !important;
}

.intro_text {
    font-family: 'Marcellus', serif;
    font-size: 1.5rem;
}

p {
    font-size: 1.1rem;
}

@media screen and (max-width: 48em) {

    #background-video {
        height: 113vh;
        top: -28px;
    }
    .outer-container {
        max-width: calc(100vw - 1rem);
        margin: 0.5rem;
    }
    #logo_container {
        padding-block: 15px;
    }
}