/* Google fonts  */
@import url('https://fonts.googleapis.com/css2?family=Chokokutai&family=Kalam:wght@300;400;700&family=LXGW+WenKai+Mono+TC&family=Outfit:wght@100..900&family=Sora:wght@100..800&family=Stick&display=swap');




/* General styles */
body {
    font-family: "Sora", sans-serif;
    background-color: #800020;
    margin-top: 60px;

}

nav {
    padding: 0 !important;
}

nav .container {
    background-color: #800020 !important;
    color: #800020 !important;
}

.nav-link {
    color: #f3eed9 !important;
    position: relative;
}

.nav-link:hover {
    border-bottom: 2px solid #d09ea9;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #d09ea9;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.nav-link.active::after {
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #800020;

}

.sharp-corners,
.sharp-corners * {
    border-radius: 0;
}

.hidden {
    display: none;
}

/* Modal */
.custom-btn {
    background-color: #800020;
    color: #f3eed9;
    border: #f3eed9;
    border-radius: 0;
}

.custom-btn:hover {
    background-color: #d09ea9;
    border: #800020;
}

.custom-btn:focus {
    background-color: #800020 !important;
    border: #800020 !important;
}

#home,
#philosophy,
#vision,
#classes,
#contact,
#form,
#confirm,
#chef-about,
#heritage,
#download {
    background-color: #f3eed9;
    padding-top: 60px;
}

/* Header */
#logo-nav {
    width: 5rem !important;
    height: 100%;
}

#hero {
    background-color: #f3eed9;
    background-image: url("../images/hero-image.jpg");
    background-size: cover;
    background-position: 50% 70%;
    min-height: 700px;
    padding: 5% 7%;
}

#chef-hero {
    background-color: #f3eed9;
    background-image: url("../images/chef-hero-image.webp");
    background-size: cover;
    background-position: 50% 70%;
    min-height: 700px;
    padding: 5% 7%;
}


/* classes */

#classes .card-title {
    color: #800020;
    font-size: 1.2rem;
}

#classes .card {
    min-height: 473px;

}

/* Contact Form */
.map {
    width: 100%;
    height: 200px;
    border: 2px solid #800020 !important;
}

#terms {
    height: 100px;
    width: 100%;
    padding: 0.5rem;
    margin: 0 !important;
    border: 2px solid #800020;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

summary {
    padding: 10px;
}

#contact-email,
#contact-name,
#agree,
#enquiry,
#contact-reason {
    border: 2px solid #800020;
    border-radius: 0;
}

#social-networks {
    text-align: center;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    list-style-type: none;
}

#social-networks i {
    font-size: 160%;
    padding: 5%;
    color: #800020;
}

#social-networks i:hover {
    color: #f3eed9;
    background-color: #800020;
}

/* Enroll Form */
.form-background {
    background-image: url('../images/form-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Centers image within container */
    padding: 2rem;
    /* Optional padding for spacing */
}


#signup-form {
    color: #f3eed9;
    background-color: rgba(60, 60, 60, 0.9);
    padding: 30px;
}


#signup-form>h2 {
    color: #f3eed9;
    margin-bottom: 20px;
}


.text-input {
    background: transparent;
    color: #f3eed9;
    width: 100%;
    height: 25px;
    margin: 5px 0 20px 0;
    border: 1px solid #f3eed9;
    border-radius: 2px;
    padding: 0 5px;
}


.radio-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.custom-select {
    background: transparent;
    color: #f3eed9;
    width: 100%;
    height: 25px;
    margin: 5px 0 20px 0;
    border: 1px solid #f3eed9;
    border-radius: 2px;
    padding: 0 5px;
    border-radius: 0;
}

.custom-select option {
    background-color: rgba(5, 5, 5, 0.5) !important;
    color: #f3eed9;
    border-radius: 0;
}

.custom-select option:checked {
    background-color: rgba(5, 5, 5, 0.5) !important;
    color: #800020 !important;
}

/* Footer */
footer {
    color: #f3eed9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer p {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
}

/* Media Queries */

/* #about>p in medium screens */
@media screen and (max-width: 768px) {
    #about>p {
        margin-top: 0;
        padding-top: 0;
    }

}

/* Media query to make hero image show chef's face om mobile screend */
@media screen and (max-width: 389px) {
    #chef-hero {
        background-position: 65%;
        background-repeat: no-repeat;
    }
}

/*  */
/* Media query to push body down to house the thick nav bar on small screens */
@media screen and (max-width: 389px) {
    body {
        margin-top: 100px;
    }

    #home,
    #philosophy,
    #vision,
    #classes,
    #contact,
    #form,
    #confirm,
    #chef-about,
    #heritage,
    #download {
        padding-top: 100px;
    }
}

/* booking.html form radio on medium and small screens */
@media (max-width: 992px) {

    /* Applies to screens <= 992px (Bootstrap's "md" breakpoint) */
    .radio-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* Stack radio buttons vertically */
        gap: 0.5rem;
    }
}

@media screen and (min-width: 992px) {
    #classes .card {
        min-height: 493px;
    }
}