html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Playfair Display', serif;
}
body.collapsed {
    overflow: hidden;
}

/* NAVBAR */
.navbar-toggler {
    display: block !important;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 4;
    outline: none !important;
    border: none !important;
}
.navbar-toggler.open svg rect {
    fill: #fff;
}
.menu-collapse {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh !important;
    background: #d3b982f7;
    z-index: 3;
    transform: translateX(-100%);
    transition: transform 0.3s;
}
.menu-collapse.show {
    transform: translateX(0);
}
.menu-collapse .nav-link {
    display: block;
    font-size: 40px;
    color: #fff;
    margin: 15px 0px;    
}
.menu-collapse .nav-link:hover {
    color: #e5e5e5;
}

/* MAIN */
.main {
    background: url('../images/main.png') no-repeat center center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
.main:after {
    content: '';
    border: 1px solid #AF9256;
    display: block;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.main .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.main .logo h1 {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 47.99px;
    text-align: left;
    color: #FFFFFF;
}
.main .logo h1 span {
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 47.99px;
    text-align: left;    
    color: #D3B982;
}
.main .scroll-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    opacity: 50%;
    padding: 10px 12px;
    border-radius: 50%;
    color: #D3B982;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;    
    text-decoration: none;
}


/* BIGPIC */
.bigpic {
    background: url('../images/bigpic.png') no-repeat center center;
    width: 100%;
    height: 81vh;
    background-size: cover;
    position: relative;    
}
.bigpic .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.bigpic .quote {
    font-family: "Baskervville", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: left;
    color: #FFFFFF;   
    position: absolute;
    width: 16vw;
    bottom: 16.5%;
    right: 16.5%;
    transform: translate(50%, 50%);
}
.bigpic .white {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 33vw;
    /* min-height: 27vh; */
    padding: 25px;
    background: #F8F8F8;
    align-content: center;
}
.bigpic .yellow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 33vw;
    /* min-height: 27vh; */
    padding: 25px;
    background: #D3B982;
    align-content: center;
}
.bigpic h2 {
    font-family: "Baskervville", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}
.bigpic p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #000000;
}


/* BLACK - CONTACT */
.black-contact {
    background: #1C154B;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 200px;
}
.black-contact h4 {
    font-family: "Baskervville", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #8F8F8F;
    margin-bottom: 0;
}
.black-contact .phone {
    font-family: "Baskervville", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;    
    color: #F5E4C0;
    margin-left: 30px;
}

.black-contact .btn-primary,
.black-contact .btn-primary:hover,
.black-contact .btn-primary:active,
.black-contact .btn-primary:visited
{
    padding: 10px 40px 10px 40px;
    gap: 10px;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;    
    border-color: #AF9256 !important;
    background: #AF9256 !important;
    margin-left: auto;
}


/* CONTENT */
.content h2 {
    text-align: center;
    font-family: "Baskervville", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #232323;
    margin-bottom: 35px;
}
.content h2:before {
    content: '';
    display: block;
    background: url('../images/content-icon.png') no-repeat center center;
    background-size: cover;
    width: 265px;
    height: 78px;
    margin: 0 auto 0 auto;
}
.content .btn-primary,
.content .btn-primary:hover,
.content .btn-primary:active,
.content .btn-primary:visited
{
    padding: 10px 40px 10px 40px;
    gap: 10px;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;    
    border-color: #1C154B !important;
    background: #1C154B !important;
    margin-top: 20px;
}


/* STRATEGY */
.strategy {
    background: url('../images/strategy.png') no-repeat center center;
    width: 100%;
    min-height: 50vh;
    background-size: cover;
    position: relative;    
    padding: 40px;
}
.strategy h2 {
    font-family: "Baskervville", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.strategy p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;    
    color: #FFFFFF;
}
.strategy .collection > div > div {
    font-family: "Baskervville", serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #D3B982;
    margin-top: 25px;
    margin-bottom: 25px;
}
.strategy .collection > div > h3 {
    font-family: "Baskervville", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.strategy .collection > div > p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #FFFFFF;
}


/* CONTACT */
.contact {
    background: #D3B982;
    padding: 40px;
}
.contact h2 {
    font-family: "Baskervville", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}
.contact .btn-dark,
.contact .btn-dark:hover,
.contact .btn-dark:active,
.contact .btn-dark:visited
{
    padding: 5px 40px 5px 40px;
    gap: 10px;
    border-radius: 10px;
    border-color: #303030 !important;
    background: #303030 !important;
    color: #FFFFFF !important;
}
.contact p, .contact p a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #000;    
}

/* FOOTER */
footer {
    background: #1C154B;
    padding: 40px;
}


/* MEDIA QUERIES */
@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .main .logo h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 31.99px;        
        text-wrap: nowrap;
    }
    .main .logo h1 span {
        font-size: 24px;
        font-weight: 400;
        line-height: 31.99px;              
    }
    .bigpic {
        background: none;
        height: auto;
    }
    .bigpic .mobile-image {
        background: url('../images/bigpic.png') no-repeat center center;
        width: 100%;
        height: 80vh;
        background-size: cover;
        position: relative;
    }
    .bigpic .quote {
        width: 100%;
        bottom: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .bigpic .white, .bigpic .yellow {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transform: none;
    }
    .black-contact {
        padding: 25px 0;
        text-align: center;
        margin: 0 auto;
        flex-direction: column;
        gap: 15px;
    }
    .black-contact .btn-primary {
        margin-left: 0 !important;
    }
    .strategy {
        height: auto;
    }
    .contact {
        padding: 20px;
    }
}

