/* :root {
    --nav-height:  
} */

.fullview {
    height: 100vh;
}

.lh-0 {
    line-height: 0!important;
}

.lh-half {
    line-height: .5!important;
}

.py-10 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

.px-10 {
    padding-left: 6rem!important;
    padding-right: 6rem!important;
}

@media(min-width: 992px) {
    .py-lg-10 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important;
    }
    
    .px-lg-10 {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }
}

@media(max-width: 480px) {
    .w-sm-100 {
        width: 100%!important;
    }
}

.submenu a {
    position: relative;
}

.bg-black {
    background-color: black!important;
}

.text-black {
    color: black!important;
}

.padding-avoid-nav {
    padding-top: var(--nav-height);
}

.small-container {
    max-width: 960px!important;
}

.underline-bottom {
    display: inline;
    position: relative;
}

.underline-bottom::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 2px;
    background-color: white;
}


.overlay-image::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: rgba(0,0,0,.5);
}

.overlay-image {
    background-position: center;
    background-size: cover;
    z-index: -1;
}
header#header .outer-wrapper::before {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 75%, rgba(0,0,0,0) 100%);
    inset: 0 0 0 0;
    z-index: -1;
}

.submenu a.active {
    color: #A18D70!important;
}

.img-fluid {
    object-fit: cover;
}

@media(min-width: 992px) {
    .fs-0 {
        font-size: 4rem;
    }
    .fs-s {
        font-size: 3.5rem!important;
    }
}

.fullview {
    height: 100vh;
}

.menu-mobile {
    z-index: 9999;
    scale: 0;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.menu-mobile.active {
    scale: 1;
    opacity: 1;
}

.hamburger span {
    width: 40px;
    height: 2px;
    border-top: 2px solid white;
    display: block;
    transition: all .2s ease-in-out;
}

.hamburger span:not(:last-child) {
    margin-bottom: 5px;
}

.hamburger.active span:nth-child(2) {
    width: 20px;
}
/* .submenu a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: white;
} */


.accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg)!important;
}

.accordion-button::after {
    background-image: none!important;
    border: solid white;
    border-width: 0 2px 2px 0;
    width: .75rem!important;
    height: .75rem!important;
    transform: rotate(45deg)!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Antic Didone', serif;
}

@media(max-width: 768px) {
    p {
        font-size: 16px;
    }
}