body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
}

.header {
    width: 90% !important;
    padding: 15px 0 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.intro-container {
    background-image: url('../Images/BG.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.action-button {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
}

.intro-image-group {
    width: 90%;
}

.description-container {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 5% 0;
}

.description-container-reverse {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 5% 0;
}

.grey-background {
    background-color: #F8F8F8;
}

.cream-background {
    background-color: #FCF8EF;
}

.item-list-menu {
    width: 90%;
}

.container {
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.header-text {
    color: #821818;
    font-size: 55px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sub-header-text {
    color: #821818;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.body-text {
    font-size: 20px;
}

.contact-us-button {
    background-image: linear-gradient(to bottom, #821818, #570000);
    color: white;
}

.product-container-wrapper {
    width: 70%;
    height: 75%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 3%;
}

.product-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-container img {
    width: 80%;
}

.divider-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5% 0;
}

.divider {
    border: 1px solid white;
    width: 100%;
}

.footer-container {
    background-image: url('../Images/Footer-BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-content {
    width: 70%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.font-white {
    color: white;
}

.font-center {
    text-align: center;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

@media screen and (min-width: 769px) {
    .intro-image-group img:first-child {
        width: 35%;
        margin-left: 8%;
        margin-top: -4%;
    }

    .intro-image-group img:nth-child(2) {
        width: 65%;
        margin-top: 7%;
    }

    .social-media-qr-group {
        width: 45%;
        margin-bottom: 5vh;
        justify-content: space-between;
        gap: 3%;
    }

    .location-container {
        width: 50%;
        gap: 3%;
    }
}

@media screen and (max-width: 768px) {

    .intro-image-group {
        width: 100%;
        flex-direction: column;
        margin-top: 30%;
    }

    .intro-image-group img:first-child {
        width: 75%;
    }

    .intro-image-group img:nth-child(2) {
        width: 90%;
        margin-top: 30%;
    }

    .description-container,
    .description-container-reverse {
        width: 90%;
        flex-direction: column-reverse;
        padding: 10% 0;
    }

    .description-container .column {
        margin-left: 0 !important;
    }

    .description-container-reverse .column {
        margin-right: 0 !important;
    }

    .description-container img:first-child,
    .description-container-reverse img:first-child,
    .item-list-menu,
    .mobile-full-width {
        width: 100%;
    }

    .product-container-wrapper,
    .social-media-qr-group {
        flex-direction: column;
    }

    .social-media-qr-group {
        gap: 30px;
    }

    .social-media-qr-group div:last-child {
        margin-bottom: 30px;
    }

    .location-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
    }

    .location-container .body-text {
        margin-bottom: 0;
    }

    .divider-wrapper {
        padding: 30px 0;
    }

    .footer-content .body-text {
        margin-bottom: 30px;
    }

    .container {
        width: 90%;
        padding: 10% 0;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    .header-text {
        text-align: center;
        font-size: 32px;
    }

    .sub-header-text {
        text-align: center;
        font-size: 22px;
        margin: 20px auto;
    }

    .body-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .section > div[style*="display: flex"] {
        flex-direction: column;
        margin-left: 0 !important;
        text-align: center;
    }

    .section .column,
    .section .row {
        flex-direction: column;
        align-items: center;
    }

    .product-container {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .section .row[style*="justify-content: space-between"] {
        flex-direction: column;
        width: 100% !important;
        height: auto !important;
    }

    .row[style*="QR"] {
        flex-direction: column;
        gap: 20px;
    }

    .footer-content {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .footer-content span {
        font-size: 14px;
    }

    .center[style*="width: 200px"] {
        width: 180px;
        height: 45px;
        font-size: 16px;
    }
}