* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}

.overallWrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #f39d9d;
}

nav {
    width: 100%;
    height: 50px;
    background-color: brown;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.innerNavLinkContainer {
    width: 80%;   
}

#navBarButton {
    display: none;
}

#navClose Button {
    display: none;
}

 

nav .fa-times {
    display: none;
}

nav img {
    display: none;
}

.innerNavLinkContainer ul {
    display: flex;
    justify-content: space-between;

}

.innerNavLinkContainer ul li {
    list-style: none;

}

.innerNavLinkContainer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: large;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .5s;    
}

.innerNavLinkContainer ul li a:hover {
    background-color: rgb(121, 27, 27);
   
}

.bannerContainer {
    width: 100%;
    height: 500px;
    background-color: #e0c007;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.innerBannerContainer {
    width: 79%;
}

.logoAndButtonContainer {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttonBox {
    width: 20%;
    display: flex;
    justify-content: space-between;
}

.buttonBox button {
    padding: 10px 20px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: .7s;

}

.buttonBox button:hover {
    background-color: #fff;
    color:#791b1b;
}

.foodAndWelcomeAddressContainer {
    width: 79%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.welcomeAddressContainer {
    width: 45%;
}

.welcomeAddressContainer h1 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 10px;
}

.welcomeAddressContainer p {
    font-size: 20px;
    margin-bottom: 10px;
}

.locationAndContactContainer {
    width: 70%;
    display: flex;
    justify-content: space-between;
    
}

.locationAndContactContainer .fa-location-dot {
    color: #000;
    margin-right: 5px;
}

.foodContainer {
    width: 55%;
}

.foodContainer img {
    width: 100%;
}

.foodAndDrinkDisplayContainer {
    width: 100%;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
}

.innerFoodAndDrinkDisplayContainer {
    width: 79%;
    min-height: 680px;
    margin-top: 40px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    

}

#foodMenuHeading {
    width: 100%;
    margin-bottom: 20px;   
    
}

#foodMenuHeading h1 {
    text-align: center;
    color:#791b1b;
    font-size: 36px;
    position: relative;
}

#foodMenuHeading h1:after {
    content: '';
    width: 100px;
    height: 4px;
    background: #791b1b;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);

}


.foodDrinkHolder {
    width: 330px;
    height: 240px;
    background-color: #791b1b;
    border-top: 4px solid #e0c007;
    border-left: 4px solid #e0c007;
    border-right: 4px solid #e0c007;
    cursor: pointer;
    position: relative;
    overflow: hidden;
   
}

.boxOverlay{
    width: 326px;
    height: 236px;
    position: absolute; 
    background-color: #791b1b;
    opacity: 0;
    top: -150px;
    margin: auto;
    transition: .9s;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}

.innerBoxOverlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.boxOverlay p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.boxOverlay a {
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    background: #fff;
    color: #791b1b;
    text-decoration: none;
    
    
}

.foodDrinkHolder:hover > .boxOverlay {
    top: 0;
    opacity: 0.8; 
}



.imageBox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
}

.imageBox img {
    width: 100%;
    object-fit: cover;
}

.textBox {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
   
}

.customerReviewOverallContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.innerCustomerReviewOverallContainer {
    width: 79%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.customerReviewHeading {
    width: 100%;   
    margin-bottom: 60px;
    
    
}

.customerReviewHeading h1 {
    color: #791b1b;
    text-align: center;
    position: relative;
}

.customerReviewHeading h1:after {
    content: '';
    width: 100px;
    height: 4px;
    background:#e0c007;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);

}

.customerReviewDivision {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.customerReviewBox {
    width: 47%;
}

.customerCommentTitleAndStar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.customerCommentTitleAndStar h3 {
    color: #791b1b;
}

.fa-star {
    color: #e0c007;
    font-size: 20px
}

.customerComment {
    width: 100%;

}

.customerComment p {
    text-align: justify;
    color: #222;
}

.customerName {
    margin-top: 10px;
}

.customerName p {
    color: #791b1b;
    font-weight: bold;
}

.aboutUsOverallContainer {
    width: 100%;
    background-color:#791b1b;
    display: flex;
    justify-content: center;
    

}

.innerAboutUsOverallContainer {
   width: 79%;
   margin-top: 50px;
   margin-bottom: 50px;
   display: flex;
   justify-content: space-between;
  

}

.aboutUsheadingPhotoAndDescriptionContainer {
    width: 69%;
   
}

.aboutUsHeading {
    width: 100%;
    margin-bottom: 40px;
}

.aboutUsHeading h1 {
    color: #fff;
}

.aboutUsPhotoAndDescriptionBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}

.photoAndLocationContainer {
    width:48%;
}

.aboutUsImageContainer {
    width: 100%;
}

.photoAndLocationContainer img {
    width: 100%;
    cursor: pointer;
}

.locationAndAddressBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.locationAndAddressBox p, .fa-location-dot {
    color: #fff;
}

.descriptionContainer {
    width: 48%;
}


#secondParagraphComment {
    margin-top: 15px;
}

.phoneContainer {
    display: flex;
    margin-top: 10px;
}

.descriptionContainer p, .fa-mobile-retro {
    color: #fff;
}

.fa-mobile-retro {
    margin-right: 5px;
}

.featuredLocalBeerAndWineContainer {
    width: 30%;
    
}

.featuredLocalBeerHeading {
    margin-bottom: 50px;
}

.featuredLocalBeerHeading h1 {
    font-size: 21px;
    color: #fff;
}

.drinkAndDescriptionOverallContainer {
    width: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.drinkAndDescriptionContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}

.drinkPhotoBox {
    width: 50%;
    height: 100px;
    overflow: hidden;
    display: flex;
    
}

.drinkPhotoBox img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.drinkDescriptionBox {
    width: 45%;
    
}

.drinkDescriptionBox p {
    color: #fff;
}

.drinkDescriptionBox span {
    font-size: 12px;
    color: #fff;
    
}

#priceRange {
    margin-top: 40px;
    font-size: 14px;
    color: #e0c007;
    font-weight: bold;
}

.upcomingCalendarOfEventsOverallContainer {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    
}

.upcomingCalendarOfEventsInnerContainer {
    width: 79%;
    margin: 50px 0px;
    
}

.upcomingEventsHeading {
    width: 100%;
    margin: 0px 0px 70px;
}

.upcomingEventsHeading h1 {
    text-align: center;
    color:#791b1b;
    position: relative;
}

.upcomingEventsHeading h1:after {
    content: '';
    width: 100px;
    height: 4px;
    background:#e0c007;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);

}

.eventsContainerTrippleColumn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.eventsContainer {
    width: 30%;
}

.calendarAndEventBox {
    width: 70%;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.fa-calendar {
    font-size: 32px;
    color:#791b1b
}

.eventTitle p {
    font-size: 16px;
    line-height: 12px;
    font-weight: bold;
    
}

.eventTitle span {
    font-size: 13px;
}

.eventPhotoAndDescription {
    width: 100%;
    display: flex;
    justify-content: space-between;
   
}

.eventPhoto {
    width: 48%;
    height: 100px;
    overflow: hidden;
    display: flex;
}

.eventPhoto img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.descriptionOfEvent {
    width: 48%;
}

.descriptionOfEvent p {
    line-height: 26px;
    font-size: 14px;

}

.contactUsOverallContainer {
    width: 100%;
    background-color: #e0c007;
    display: flex;
    justify-content: center;
}

.contactUsOverallInnerContainer {
    width: 79%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.contactUsOverallInnerContainer h1 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color:#791b1b;
    margin-top: 50px;
    margin-bottom: 5px
}


.contactUsOverallInnerContainer p {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}

.contactFormContainer {
    width: 70%;
    
}

.firstAndLastNameBox, .emailAndPhoneNoBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
   
}
.contactUsOverallInnerContainer input {
    width: 49%;
    height: 50px;
    outline: none;
    border: none;
    font-size: 16px;
    padding: 0px 40px;
    
}

.contactUsOverallInnerContainer textarea {
    width: 100%;
    height: 200px;
    outline: none;
    border: none;
    font-size: 16px;
    padding: 10px;
    resize: none;
}

.contactUsOverallInnerContainer button {
    width: 100%;
    height: 50px;
    background-color: #791b1b;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin: 50px 0px;
    transition: .7s;
}

.contactUsOverallInnerContainer button:hover {
    background-color: #5f1212;
    color:#e0c007;
}
.fa-envelope, .fa-user {
    position: absolute;
    top: 32%;
    left: 3%;
    transform: translate(-50%);
    font-size: 18px;
    color: #791b1b;

}

.fa-phone {
    position: absolute;
    top: 32%;
    right: 44%;
    transform: translate(-50%);
    font-size: 18px;
    color: #791b1b;
}



.footer {
    width: 100%;
    background-color: #791b1b;
    display: flex;
    justify-content: center;
}

.innerFooterWrapper {
    width: 79%;
    margin: 40px 0px;
    display: flex;
    justify-content: center;
}

.footerContentsContainer {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.socialIconsBox {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}

.socialIconsBox .fa-brands {
    font-size: 20px;
    color:#791b1b;
    cursor: pointer;
    transition: .5s;
    background-color: #e0c007;
    border-radius: 50%;
    padding: 5px;
}

.socialIconsBox .fa-brands:hover {
    color:#fff;
}

.footerNavLinks {
    width: 100%;
    margin-bottom: 50px;
}

.footerNavLinks ul {
    display: flex;
    justify-content: space-between;
}

.footerNavLinks ul li {
    list-style: none;
}

.footerNavLinks ul li a {
    text-decoration: none;
    color: #fff;
    transition: .5s;
    font-weight: 500;
}

.footerNavLinks ul li a:hover {
    color:#e0c007;
}

.copyrightText {
    color:#e0c007;
}


.gotoTopArrow .fa-arrow-up{
    position: fixed;
    right: 3%;
    bottom: 5%;
    font-size: 24px;
    background-color: #e0c007;
    padding: 10px;
    cursor: pointer;
    color:#791b1b;
    font-weight: bold;
    border-radius: 5px;

}

