*{
    font-family: degular-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

html {
    /*scroll-snap-points-y: repeat(100vh);*/
    scroll-snap-type: y mandatory;
}

.container-fluid {
    max-width: 1400px;
    /*
    padding-left: 18px;
    padding-right: 18px;
    */
}

.container-fluid-gallery {
    max-width: 1400px;
}

.content {
    padding-top: 260px;
    min-height: calc(100vh - 99px);
}

.content-gallery {
    min-height: 100vh;
}

.img-fluid {
    align-content: center;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

.horizontal-img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.horizontal-img-wide {
    height: auto;
}

h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 40px;
}

.brand-box {
    max-width: 320px;
}

.logo-svg {
    max-width: 300px;
    height: 70px;
}

.nav-link {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    justify-content: flex-end;
    color: black;
    padding-left: 27px !important;
    padding-right: 0 !important; 
}

.nav-link:hover,.nav-link.active {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: black;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-nav {
    margin-right: 27px;
}

.navbar-brand {
    margin-left: 27px;
}

.navbar-toggler {
    margin-right: 27px;
    border-width: 0px;
}

.fixed {
    width: 474px;
    /*
    padding-bottom: 80px;
    */
}
/*
.contact {
    width: 360px;
    
    padding-bottom: 80px;
    
}
*/
.scroll-snap-view {
    height: 100vh;
    scroll-snap-align: center;
    align-content: center;
    margin: 0;
}

.info-view {
    margin: 0;
}
/*
.info-img {
    min-width: 300px;
}
*/
.gallery-item {
    margin: 0;
}

.gallery-img {
    cursor: zoom-in;
}

.form-control:focus {
    box-shadow: none;
}

.ratio {
    background-color: rgba(0, 0, 0, 0) !important;
}

.btn {
    padding-top: 0.5rem;
}

.footer-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-text {
    text-align: center;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 1199.98px) {

    .contact {
        width: auto;
    }

    .fixed {
        width: auto;
    }
}

@media (max-width: 992px) {
    
    html {
        scroll-snap-type: none;
    }

    .scroll-snap-view {
        height: auto;
        /*
        margin-left: 1rem;
        margin-right: 1rem;
        */
    }

    .content-gallery {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .content {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .gallery-item {
        margin: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 1rem;
    }

    .contact {
        width: auto;
        /*
        padding-bottom: 80px;
        */
    }
}

@media (max-width: 767.98px) {

    .logo-svg {
        max-height: 62px;
        max-width: auto;
    }

    .navbar-brand {
        margin-left: 13.5px;
    }

    .navbar-nav {
        margin-right: 13.5px;
    }

    h1 {
        padding-bottom: 20px;
    }

}

@media (max-width: 575.98px) {

    .logo-svg {
        max-height: 60px;
        max-width: auto;
    }

    .navbar-nav {
        margin-right: 13px;
    }
    /*
    .navbar-brand {
        margin-left: 13px;
    }
    */
    .info-img {
        padding-bottom: 20px;
    }

    .fixed {
        padding-bottom: 20px;
    }

    .content {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .content-gallery {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 421.98px) {

    .logo-svg {
        max-height: 50px;
        max-width: auto;
    }

}