@font-face {
    font-family: "Roxie";
    src: url("fonts/HeaderRoxieRossa.ttf");
}
*{
    margin: 0, auto;
    font-family: 'Montserrat', sans-serif;
}
body{
    width: 100%;
    margin: 0;
}
.body-no-scroll{
    overflow: hidden;
}
#wrapper{
    background-color: #FFFFFF;
}
.navContainer{
    background-color: #EFD5C4;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 18%);
    z-index: 1;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.navContainer img{
    height: 75px;
    margin: 5px;
    margin-left: 20px;
}
nav{
    width: 60%;
    background-color: #EFD5C4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
}
#main-nav{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
#mobile-nav{display: none;}
a{
    text-decoration: none;
    font-size: 20px;
    color: #214857;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s;
}
a:hover{
    color: #a6a585;
}
nav p{
    text-decoration: none;
    font-size: 20px;
    color: #214857;
    font-weight: bold;
    text-align: right;
    transition: all 0.5s;
    margin-left: 30px;
}
nav a{
    text-decoration: none;
    font-size: 20px;
    color: #214857;
    font-weight: bold;
    text-align: right;
    transition: all 0.5s;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-left: 30px;
    display: block;
}
nav a:hover{
    color: #a6a585;
    cursor: pointer;
}
nav p:hover{
    color: #a6a585;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #EFD5C4;
    min-width: 209px;
    padding: 9px 16px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    top: 100%;
    right: -30%;
}
.dropdown-menu a{
    padding-right: 0;
    padding-top: 15px;
    text-align: right;
}
.dropdown:hover .dropdown-menu {
    display: flex;
}
#socials{
    display: flex;
    flex-direction: row;
}
#socials img{
    width: 30px;
    height: 30px;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    padding: 20px;
}
.exitIcon{
    position: fixed;
    top: 15%;
    left: 90%;
}
.exitIcon .xIcon{
    background-image: url(img/xIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 50px;
}
.contact-overlay{
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFD5C4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 80%);
    padding: 20px;
    font-size: larger;
}
.info-overlay{
    max-width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFD5C4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 80%);
    padding: 20px;
    display: flex;
    flex-direction: row;
    color: #35453A;
    font-weight: bold;
    border-radius: 30px;
}
#who-img-contain{
    width: 45%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
}
#who-img{
    background-image: url(img/TheChocolateGeographer-7.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
#who-txt{
    width: 45%;
    margin-left: 20px;
}
.expect-overlay{
    max-width: 55%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFD5C4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 80%);
    padding: 20px;
    color: #35453A;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.pic-text-flex{
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 5px auto;
    justify-content: space-around;
}
.pic-text-flex p{
    width: 45%;
}
.expect-img-contain{
    width: 45%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#expect-1{
    background-image: url(img/TheChocolateGeographer-42.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#expect-2{
    background-image: url(img/TheChocolateGeographer-37.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#expect-3{
    background-image: url(img/TheChocolateGeographer-51.jpg);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-overlay p{
    font-size: 25px;
    color: #35453A;
    font-weight: bold;
    margin: 0;
}
.contact-overlay a{
    font-size: 20px;
    color: #214857;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.5s;
}
.contact-overlay a:hover{
    color: #5e828b;
}
.xIcon{
    cursor: pointer;
}
.form-text{
    font-size: small !important;
    padding: 3px;
}
form input{
    width: 100%;
}
form textarea{
    width: 100%;
}
#heroCTA{
    display: flex;
    width: 80%;
    margin: 20px auto;
}
#CTAimageContainer{
    width: 50%;
    display: flex;
    justify-content: center;
}
#CTA{
    width: 50%;
    margin: 5px;
}
#logo-tm{
    display: flex;
}
#CTA p{
    font-size: 20px;
}
#CTAimage{
    background-image: url(img/TheChocolateGeographer-25.jpg);
    height: 475px;
    width: 318px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 125px;
}
#heroCTA h1{
    color: #214857;
    font-family: "Roxie", sans-serif;
    font-weight: bolder;
    font-size: 33px;
}
#heroCTA h6{
    color: #214857;
    font-size: 20px;
}
button{
    background-color: #DDBF69;
    border: solid #BC9F4A;
    color: #35453A;
    transition: all 0.5s;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
}
button:hover{
    background-color: #BC9F4A;
    box-shadow: none;
}
#divider-line{
    width: 80%;
    background-color: #214857;
    height: 2px;
    margin: 0 auto;
}
#bio-area{
    display: flex;
    width: 80%;
    margin: 20px auto;
}
#bio-image-container{
    width: 50%;
    display: flex;
    justify-content: center;
}
#bio-image{
    background-image: url(img/TheChocolateGeographer-38.jpg);
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
}
#bio-text{
    width: 50%;
    margin: 5px;
}
#bio-text p {
    font-size: 20px;
}
#bio-text h2{
    color: #214857;
    font-family: "Roxie", sans-serif;
    font-weight: bolder;
    font-size: 25px;
}
#reserveCTA{
    font-size: 30px;
    border-radius: 10px;
    padding: 10px 25px 10px 25px;
}
#empty-div{
    height: 80px;
}
#bookingSection{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#bookingCTA{
    width: 90%;
    height: 50px;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 500;
}
#bookingCalendar{
    display: flex;
    width: 100%;
    height: fit-content;
    flex-direction: column;
}
#bookingTitle{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #EFD5C4;
    width: 90%;
    height: 50px;
    margin: 0 auto;
}
#bookingTitleHeader{
    width: 33%;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 10px;
}
#iconHolder{
    width: 33%;
}
#iconHolder .xIcon{
    background-image: url(img/xIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    margin: 10px;
}
#allergy{
    width: 90%;
    margin: 0 auto;
}
.text-link{
    cursor: pointer;
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
}
iframe{
    width: 100%;
    height: 1090px;
}
footer{
    background-color: #EFD5C4;
    height: 100px;
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#cred{
    font-size: small;
}
#cred a{
    font-size: small;
}
#info{
    font-size: small;
    margin-right: 5px;
}
#info a{
    font-size: small;
}
.flex-overlay-container{
    max-width: fit-content;
    min-width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFD5C4;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 80%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.picture-button{
    position: relative;
    width: 25%;
    height: 180px;
    background-size: cover;
    background-position: center;
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 1rem;
}
h6{
    font-size: larger;
    margin: 0;
}
.overlay p{
    font-size: smaller;
}
.overlay a{
    font-size: small;
    text-decoration: underline;
}
.picture-button p{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #d8d4c9b8;
    padding: 0.5rem;
    text-align: end;
    font-weight: 500;
    width: 70%;
    color: #35453A;
}
#questions{
    display: flex;
    justify-content: space-around;
    margin: 25px;
}
/* Styles for laptop devices */
@media (max-width: 992px) {
    nav p {
        margin-left: 21px;
    }
    nav a{
        margin-left: 21px;
    }
    .contact-overlay {
        width: 38%;
    }
    .expect-overlay {
        max-width: unset;
        width: 590px;
        transform: translate(-50%, -53%);
    }
    #bio-image {
        width: 70%;
    }
}
/* Styles for tablet devices */
@media (max-width: 768px) {
    #CTAimageContainer{
        align-items: center;
    }
    #CTAimage{
        height: 456px;
    }
    #bio-image-container {
        align-items: center;
    }
    #bio-image {
        height: 80%;
        width: 85%;
        border-radius: 50%;
    }
    #empty-div {
        height: 30px;
    }
    #bookingTitleHeader {
        width: 40%;
        font-size: 28px;
        margin-top: 9px;
    }
    #allergy {
        padding: 3px;
    }
    #who-img {
        height: 60%;
        background-size: contain;
    }
    #who-img-contain {
        width: 45%;
        align-items: center;
    }
    .expect-overlay {
        max-width: unset;
        width: 515px;
        transform: translate(-50%, -52%);
    }
    .pic-text-flex {
        margin: 3px auto;
    }
    .contact-overlay h2 {
        font-size: large;
    }
    .contact-overlay {
        width: 45%;
    }
    #CTA p {
        font-size: 16px;
    }
    #heroCTA h1 {
        font-size: 23px;
    }
}
/* Styles for mobile devices */
@media (max-width: 480px){
    #main-nav{
        display: none;
    }
    #mobile-nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-links {
        display: flex;
        flex-direction: column;
        width: 200px;
    }
    .nav-links p{
        font-size: small;
    }
    .nav-links a{
        font-size: small;
    }
    .hamburger {
        display: block;
        background-color: #EFD5C4;
        border-color: #EFD5C4;
    }
    .hamburger-line {
        display: block;
        width: 25px;
        height: 2px;
        background: #333;
        margin: 5px 0;
    }
    .mobile-dropdown-menu {
        display: flex;
        position: absolute;
        background-color: #EFD5C4;
        padding: 9px 16px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-around;
        top: 100%;
        right: 0%;
    }
    .mobile-exit-icon{
        background-image: url(img/xIcon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 30px;
        width: 30px;
    }
    #socials {
        justify-content: flex-end;
    }
    .contact-overlay {
        width: 60%;
    }
    .exitIcon{
        right: 0%;
        left: unset;
    }
    .expect-overlay {
        transform: translate(-55%, -55%);
        width: 88%;
        height: 75%;
        padding: unset;
    }
    #expect-x{
        top: 0%;
        right: 0%;
    }
    .expect-overlay h1{
        text-align: center;
        font-size: large;
    }
    .info-overlay {
        width: 80%;
        top: 55%;
        left: 46.5%;
        max-width: unset;
    }
    #heroCTA{
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
    #CTAimage {
        background-image: url(img/mobileHero.jpg);
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: unset;
        height: 121%;
    }
    #CTAimageContainer {
        align-items: center;
        width: 100%;
        height: 200px;
    }
    #heroCTA h1 {
        font-size: 27px;
        width: 100%;
    }
    #CTA {
        width: 100%;
    }
    #CTA p {
        margin: 20px 10px;
    }
    #CTA .tm{
        margin: 20px 0;
    }
    #reserveCTA {
        border-radius: unset;
        width: 100%;
    }
    #bio-area{
        width: 95%;
    }
    #bio-image-container {
        display: none;
    }
    #bio-text{
        width: 100%;
    }
    .bio-header{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .mobile-bio{
        width: 47%;
        height: 196px;
        background-repeat: no-repeat;
        background-position-y: 41%;
        background-size: cover;
        background-image: url(img/TheChocolateGeographer-38.jpg);
        border-radius: 47%;
    }
    .page-head{
        width: 47%;
    }
    #bio-text p {
        font-size: 16px;
        margin: 20px 10px;
    }
    #empty-div {
        height: 5px;
    }
    #bookingTitleHeader {
        width: 93%;
        font-size: 23px;
    }
    #allergy {
        padding: 5px;
        font-size: 12px;
    }
    #info {
        display: flex;
        font-size: 10px;
        margin-right: unset;
        flex-direction: column;
        justify-content: center;
    }
    #info a {
        font-size: 10px;
    }
    #cred, #cred a{
        font-size: 10px;
        margin: 2px;
    }
    .picture-button p {
        width: 80%;
        font-size: 12px;
    }
    .picture-button {
        height: 100px;
    }
    #questions {
        margin: 0px;
    }
    #sources{
            width: 33%;
    }
}

/* #calendar {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    margin: 20px auto;
}
#calendar #header {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    background-color: #EFD5C4;
    border: solid black;
    padding: 1rem;
} 
#calendar #days-of-week {
    display: grid;
    grid-template-columns: repeat(7, 100px);
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    border: solid black;
}
#days {
    display: grid;
    width: 75%;
    grid-template-columns: repeat(7, 100px);
    gap: 0.5rem;
    height: auto;
    text-align: center;
    border: solid black;
}
#days div {
    padding: 0.5rem;
    cursor: pointer;
    background-color: #E8E8DE;
    border: solid black;
}
#days div:nth-child(even):not(.not-of-this-month){
    background-color: #D8D4C9;
} 
#days .not-of-this-month{
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.5);
}
.not-of-this-month .booking-button{
    pointer-events: none;
    opacity: 0.5;
    background-color: #ddbe697c;
    border: solid #bc9f4a7f;
    color: #35453A;
}
.no-available-seats .booking-button{
    pointer-events: none;
    opacity: 0.5;
    background-color: #4f4f4f7c;
    border: solid #7878787f;
    color: #4f6355;
}
#month-nav{
    display: flex;
    flex-direction: row;
    margin: 15px auto;
}
.month-nav-button{
    margin: 5px;
}
#home{
    background-image: url(img/GHmain.png);
    width: auto;
    height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#showing-table{
    display: flex;
    flex-direction: row;
}
#select-date{
    display: flex;
    flex-direction: row;
}
.logged-in-button{
    margin: 3px;
    border-radius: 5px;
}
.warn{
    color: red;
    font-size: 20px;
}
#secret-button{
    background-image: url(img/RoundGeoLogo2.png);
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
} */