body {
    margin: 0;
    height: 100vh;
}


/* NavBar styling */
.navBar {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background-color: #7AB16A;
    color: white;
    margin: 0;
}

.navBarLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: white;
}

.navBarLinks a{
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.navBarButton { 
    background-color: white;
    color: black;
    padding: 16px 18px;
    text-align: center;
    border: 1px;
    border-radius: 4px;
    cursor: pointer;
}

.logoImage {
    height: 100px;
}

#userIcon {
    height: 70px;
    width: 75px;
    color: white;
    margin-top: 18px;
    margin-right: 12px;
}

/* meida querys, to adjust styling for smaller devices e.g. mobiles and tablets */ 

@media(max-width: 450px) {
    /* navBar */
    .navBar {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    
    .navBarLinks {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        gap: 8px;
        color: white;
    }
    
    .navBarLinks a{
        font-size: 16px;
    }
    
    .navBarButton { 
        background-color: white;
        color: black;
        padding: 12px 14px;
        text-align: center;
        border: 1px;
        border-radius: 4px;
    }
    
    .logoImage {
        height: 65px;
        width: 70px;
    }

    #accountIcon {
        height: 45px;
        width: 50px;
    }

    /* footer */

    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    
    .navBarLinks {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        gap: 8px;
        color: white;
    }
    
    .navBarLinks a{
        font-size: 16px;
    }

    /* Forms */
    .accountForm {
        width: 75%;
    }
    
    .sideBySide {
    display: flex;
    flex-direction: column;
}

.menuTitle {
    font-size: 32px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.menuDescription {
    color: grey;
    font-size: 22px;
    text-align: center;
}

} 

/* Footer styling  */
.footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-color: #7AB16A;
    color: white;
    position: relative;
    margin-top: auto;
    width: 100%;
}

.footerLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    color: white;
}

.footerLinks a{
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.footerText {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.footerIcons {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footerColumn {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.footerLogo { 
    height: 80px;
    width: 90px;
    margin-top: 22px;
}

/* index page styling */
.contentContainer {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.menuImageContainer {
    margin: 0px;
    position: relative;
    text-align: center;
    display: block;
}

.menuImage{
    width: 100%;
    height: 450px;
    margin: 0px;
    display: block;
}

.menuDeviderBar {
    width: 100%;
    height: 45px;
    background-color: #7AB16A;
    color: white;
    margin: 0;
    padding-top: 5px;
} 

.sideBySide {
    display: flex;
    flex-direction: row;
}

.sideBySideCentered {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.leftSide {
    width: 50%;

}

.rightSide {
    width: 50%;
}

.sideBySide {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
 }

.leftSide {
    text-align: center;
    align-items: center;
    margin-top: 25px;
    width: 50%;
 }

.rightSide {
    width: 50%;
    text-align: center;
    align-items: center;
 }

.sideBySideImage {
    width: 80%;
    height: 80%;
 }

.menuTitle {
    font-size: 42px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.menuDescription {
    color: grey;
    font-size: 32px;
    text-align: center;
}

.menuButton {
    background-color: black;
    color: white;
    padding: 8px 52px;
    text-align: center;
    border: 1px;
    border-radius: 6px;
    cursor: pointer;
}

.reviews {
    display: flex;
    flex-direction: row;
    gap: 28px;
    text-align: center;
    justify-content: center;
}

.tile {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(58, 50, 50);
    border-radius: 6px;
    height: 165px;
    width: 400px;
    margin-bottom: 6px;
}

.topRight {
    color: white;
    font-size: 38px;
    position: absolute;
    right: 54px;
    bottom: 295px;
}

.topRightText {
    color: white;
    font-size: 28px;
    position: absolute;
    right: 6px;
    bottom: 170px;
}

.topRightButton {
    background-color: black;
    color: white;
    padding: 8px 52px;
    text-align: center;
    border: 1px;
    border-radius: 6px;
    position: absolute;
    right: 122px;
    bottom: 165px;
    cursor: pointer;
}

.topLeft {
    color: white;
    font-size: 38px;
    position: absolute;
    left: 82px;
    bottom: 80px;
}

.topLeftText {
    color: white;
    font-size: 28px;
    position: absolute;
    left: 8px;
    bottom: -16px;
}

.topLeftButton {
    background-color: black;
    color: white;
    padding: 8px 52px;
    text-align: center;
    border: 1px;
    border-radius: 6px;
    position: absolute;
    left: 122px;
    bottom: 52px;
}

/* login, signup, change password, accessability settings: form styling */ 

.formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accountForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 45%;
    border: 1px;
    background-color: #7AB16A;
    color: white;
    box-sizing: 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-top: 92px;
    margin-bottom: 8px;
}

input {
    text-align: center;
    align-items: center;
    border: 1px;
    width: 50%;
    height: 26px;
    margin-bottom: 4px;
    margin-top: 2px;
    border-radius: 6px;
}

label {
    font-size: 22px;
    color: white;
    text-align: center;
    margin-top: 14px;
}

.accountForm a{
    color: white;
    margin-right: 185px;
    margin-bottom: 22px;
    margin-top: 6px;
}

.formButton {
    background-color: white;
    color: black;
    border-radius: 6px;
    border: 1px;
    text-align: center;
    width: 25%;
    padding: 8px 14px;
    margin-bottom: 8px;
    cursor: pointer;
}

.slider {
     margin-bottom: 8px;
}

.privacyLabel {
    font-size: 14px;
    margin-right: 120px;
}

.privacyBox {
    margin-right: 392px;
}

.signUpLink {
    margin-left: 180px;
}

/* booking form */ 

.formAndCalender {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.bookingSide {
    width: 35%;
}

.CalenderSide {
    width: 60%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.bookingForm {
    width: 100%;
    border: 1px solid black;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 930px;
}

.bookingInput {
    text-align: center;
    align-items: center;
    border: 1px solid lightgrey;
    width: 95%;
    height: 26px;
    margin-bottom: 32px;
    margin-top: 2px;
    border-radius: 6px;

}

.bookingLabel {
    color: black;
    font-weight: bold;
    text-align: center;
}

select {
    text-align: center;
    align-items: center;
    border: 1px solid lightgrey;
    width: 95%;
    height: 26px;
    margin-bottom: 32px;
    margin-top: 2px;
    border-radius: 6px;
}

.bookingButton {
    background-color: black;
    color: white;
    border-radius: 6px;
    border: 1px;
    text-align: center;
    width: 65%;
    padding: 8px 14px;
    margin-bottom: 10px;
    margin-top: 22px;
    cursor: pointer;
}

.policyText {
    text-align: start;
    margin-left:  16px;
}

.policyLink {
    text-align: start;
    margin-right: 270px;
    color: black;
}

.privacyBox {
    margin-left: -85px;
}

.boxText {
    color: black;
    font-size: 18px;
}

/* account page */ 
.accountDetails {
    display:  flex;
    flex-direction: column;
    width: 25%;
    height: 775px;
    border: 1px solid black;
    border-radius: 6px;
    gap: 16px;
    margin-right: 32px;
    margin-left: 62px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.userInfomation {
    display:  flex;
    flex-direction: column;
    width: 60%;}

.userInfoBox {
    margin-top: 12px;
    margin-left: 18px;
    height: 250px;
    border: 1px solid black;
    border-radius: 6px;
    gap: 16px;
    margin-right: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
}
.userInfoContent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}

#accountIcon {
    text-align: center;
    align-items: center;
    font-size: 95px;
    margin-top: 38px;
    margin-bottom: 12px;
}

.accountButton {
    background-color: black;
    color: white;
    padding: 8px 42px;
    text-align: center;
    border: 1px;
    border-radius: 6px;
    width: 55%;
    margin-top: 14px;
}

.logoutButton {
    background-color: black;
    color: white;
    padding: 8px 42px;
    text-align: center;
    border: 1px;
    border-radius: 6px;
   
    margin-top: 14px;
}

.changePasswordForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; 
}

.accountLabel {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.accountInput {
    text-align: center;
    border: 1px solid grey;
    border-radius: 6px;
    width: 65%;
    height: 26px;
    margin-top: 8px;
}

/* infomation css*/
.filtersBar {
    display:  flex;
    flex-direction: column;
    width: 20%;
    height: 725px;
    border: 1px solid black;
    border-radius: 6px;
    gap: 16px;
    margin-right: 32px;
    margin-left: 62px;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 8px;
}

.contentArea {
    display:  flex;
     width: 70%;
    flex-wrap: wrap;
}

.contentBoxes {
    margin-top: 12px;
    width: 48%;
    margin-left: 16px;
    height: 250px;
    border: 1px solid black;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 2px;
    overflow: hidden;
}

.contentBoxes img{
    float: left;
    width: 60%;
    height: auto;
}

.filtersForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; 
}

.filtersLabel {
    color: black;
    text-align: center;
}

/* cookie popup */
.cookieContainer {
   position: fixed;
   z-index: 99999999999999;
   display: none;
   width: 100vw;
   height: 100vh;
   background-color: transparent;
   justify-content: center;
}

.cookieContent {
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 280px;
    width: 420px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
    column-rule-color: black;
}

.cookieContent p {
    margin-left: 4px;
}

.cookieButton {
    background-color: rgb(120, 171, 189);
    color: white;
    padding: 14px 22px;
    border-radius: 6px;
    border: 1px;
    margin: 8px;
    }
     
/* about us */ 
.aboutUsContainer {
    display: flex;   
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px;
    background-color: #7AB16A;
    color: white;
    box-sizing: 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 45%;
    margin-left: 500px;
    margin-top: 150px;
}
        
    

.aboutUsContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* contact us */ 
.formMessage {
    text-align: center;
    align-items: center;
    height: 300px;
    width: 50%;
    border: 1px;
    border-radius: 6px;
}











