nav {
    
    height: 80px;
    
}

nav img {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 7%;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #e0c007;
}

#navBarButton {
    display: block;
    position: absolute;
    top: 25%;
    right: 10%;
    font-size: 36px;
    color: #e0c007
}


nav .fa-times {
    display: none;
    font-size: 36px;
    color: #e0c007;
    position: absolute;
    top: 25%;
    right: 10%;
}


.innerNavLinkContainer {
    width: 100%;
    height: 100vh;
    opacity: .9;
    background-color: rgba(255, 222, 100);
    position: absolute;
    top: 80px;
    right: 100%;
    visibility: hidden;
    transition: .7s;
        
}

.showinnerNavLinkContainer {
    visibility: visible;
    right: 0; 
        
}

.innerNavLinkContainer ul {
    flex-direction: column;
    margin-top: 100px;
    text-align: center;
}

.innerNavLinkContainer ul li {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 500;
   
}

.innerNavLinkContainer ul li a {
    color: #791b1b;
    font-size: 38px;

}

.innerNavLinkContainer ul li a:hover {
    color: rgba(255, 222, 100);
   
}

.bannerContainer {  
    height: 600px;
    
}

.logoAndButtonContainer {
    display: none;
}

.foodAndWelcomeAddressContainer {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0px 30px;
    align-items: center;
    
}

.welcomeAddressContainer {
    width: 100%;
}

.welcomeAddressContainer h1 {
    font-size: 70px;
    text-align: center;
    text-transform:capitalize;
    line-height: 70px;
    margin-top: -70px;
}

.welcomeAddressContainer p {
    text-align: center;
}

.locationAndContactContainer {
    width: 100%;
    padding: 0px 15px;
    
}

.locationAndContactContainer .fa-location-dot {
    margin-right: 5px;
}

.foodContainer {
    width: 90%;  
}

.innerFoodAndDrinkDisplayContainer {
    width: 100%;
    padding: 0px 40px;
    margin-top: 100px;
    margin-bottom: 70px;
      
}

#foodMenuHeading {
    margin-bottom: 70px;     
}

#foodMenuHeading h1 {
   
    font-size: 36px;
    
}

.foodDrinkHolder {
    margin-bottom: 30px;
   
}

.innerCustomerReviewOverallContainer {
    width: 100%;
    margin-top: 80px;
    padding: 0px 40px;
    margin-bottom: 80px;
    margin-top: 100px;
}

.customerReviewHeading h1 {
    font-size: 36px;
}

.innerAboutUsOverallContainer {
    width: 100%;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-top: 70px;
 
 }

 .aboutUsheadingPhotoAndDescriptionContainer {
    width: 55%; 
   
}


.aboutUsPhotoAndDescriptionBox {
    display: flex;
    flex-direction: column-reverse;
    
}


.photoAndLocationContainer {
    width: 100%;
    
}

.descriptionContainer {
    width: 100%;
    margin-bottom: 20px;
}

.featuredLocalBeerAndWineContainer {
    width: 40%;
    
}

.drinkAndDescriptionOverallContainer {
    
    flex-direction: column;
    
}

.drinkAndDescriptionContainer {
   
    flex-direction: column;
}

.drinkPhotoBox {
    width: 100%;
    height: 135px;
    
    
}

.drinkDescriptionBox {
    width: 100%;
    
}

.drinkDescriptionBox p {
    margin-top: 20px;
}

#priceRange {
    margin-top: 10px;
    margin-bottom: 30px;
    
}

.upcomingCalendarOfEventsInnerContainer {
    width: 100%;
    padding: 0px 40px;
    margin-top: 100px;
    
    
}

.eventsContainer {
    width: 31%;
}

.calendarAndEventBox {
    width: 100%;
}

.fa-calendar {
    margin-right: 10px;
}

.eventTitle p {
    line-height: 20px;
    
}

.eventPhotoAndDescription {
    flex-direction: column;
   
}

.eventPhoto {
    width: 100%;
    height: 140px;
}

.descriptionOfEvent {
    width: 100%;
}

.contactUsOverallInnerContainer {
    width: 100%;
   
}

.contactFormContainer {
    width: 100%;
    padding: 40px;
    
}

.innerFooterWrapper {
    width: 100%;
}

.footerContentsContainer {
    width: 70%;
}

@media screen and (min-width: 853px){

    .foodDrinkHolder {
        margin-bottom: 5px;
        width: 240px;
        height: 240px;
       
    }

    .locationAndAddressBox {
        justify-content: flex-start;
        
    }

    .locationAndAddressBox, .fa-location-dot {
        margin-right: 10px;
    }
}

@media screen and (min-width: 912px){
    .bannerContainer {  
        height: 700px;
        
    }

    .foodDrinkHolder {
        margin-bottom: 35px;
        width: 250px;
        height: 250px;
       
    }

    .boxOverlay{
        width: 246px;
        height: 246px;
        
    }
}