﻿:root {
    --primary: #2497c3;
    --footer-height: 80px;
}

body {
    padding: 0;
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: auto;
    position: relative;
}

.text-primary {
    color: #e0b571 !important;
}

.text-gradient {
    font-weight: bold;
    background: linear-gradient(90deg, #e0b571, #f6cd8c, #c99752, #f6cd8c, #e0b571);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.ChangeToMainstay {
    background-color: var(--primary) !important;
    background-image: url('https://dam.distell.co.za/m/338a010c09804576/original/Mainstay-Website-Landing-Graphic-2025.jpg');
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: calc(100vh - var(--footer-height));
}

    .ChangeToMainstay .IntroducingCocktails {
        height: 18vh;
        position: absolute;
        left: 80px;
    }

a.visitHB {
    position: absolute;
    top: 25px;
    right: 26px;
    color: white !important;
    font-weight: 700;
    text-decoration: none;
    max-width: 50vw;
    font-size: 1.2rem;
}

    a.visitHB:hover {
        border-bottom: 1px solid white;
    }

@media only screen and (max-width: 768px) {
    .ChangeToMainstay {
        background-image: url('https://dam.distell.co.za/m/d49140a64422626/original/Mainstay-Website-Landing-Graphic-Mobile-2025.jpg');
    }


        .ChangeToMainstay .IntroducingCocktails {
            height: 12vh;
            left: auto;
            right: 30px;
        }

    a {
        top: 25px;
        left: 25px;
        right: unset;
        font-size: 1rem;
    }
}

footer {
    height: var(--footer-height);
    background-color: #0391CB;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
} 

footer img { 
    height: var(--footer-height);
    user-select: none;
    pointer-events: none;
}

footer a { 
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    :root {
        --footer-height: 150px;
    }

    footer {
        padding: 10px 40px;
    }
        footer a {
            padding: 0 10px;
        }
    footer img {
        width: 90px;
        height: unset;
    }
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

/* Error */
.error-404 {
    color: white;
    height: 100vh;
    background: var(--primary);
    background-image: url('https://dam.distell.co.za/asset/aa18374f-0e4e-424f-aedc-c127a5a61774/Medium-Tablet-Web-Image/Mainstay-Website-Ocean-Background-2025.jpg');
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Age Gate*/
.age-gate {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    background-image: url('https://dam.distell.co.za/asset/aa18374f-0e4e-424f-aedc-c127a5a61774/Medium-Tablet-Web-Image/Mainstay-Website-Ocean-Background-2025.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}