*{
    margin: 0;
    box-sizing: border-box;
    font-family: font-family:courier,arial,helvetica;
    color: rgb(63, 58, 58);
}

body{
    width: 70%;
    margin-left: 15%;
}

/* Navigation bar styling*/

.nav-bar{
    position: relative;
    background-color: aqua;
    height: 40px;
}

.nav-items{
    padding: 10px;

}


.nav-items li{
    display: inline;
    padding: 20px;
    padding-top: 20px;
    
}

.nav-items li a{
    text-decoration: none;
    color: black;
}

/* section 1 styling*/

.section-1{
    background-image: url('./assets/backgrounds/landing.jpg');
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 300px;
    clear: both;
}

.menu-bars{
    position: static;
    float: left;
    width: 40px;
    margin-left: 60px;
    margin-top: 70px;
    cursor: pointer;
}

.menu-bars:hover{
    width: 60px;
}

.big-image{
    text-align: center;
    margin-top: 5px;
    padding-top: 120px;
}

.center{
    font-size: 40px;
}



.text-one{
    padding-top: 30px;
    padding-bottom: 60px;
    color: #f5f4f4;
}

.text-one span{
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
}


.two-divs{
    float: left;
}

.div-one{
    background-color: rgb(241, 241, 241);
    font-size: 30px;
    height: 105px;
    width: 307px;
}

.div-one p{ 
    padding-top: 40px;
}

.div-two{
    background-color: #F15A29;
    font-size: 30px;
    height: 105px;
    width: 307px;
    clear: both;
}

.div-two p{ 
    padding-top: 40px;
    color: #ffffff;
}

.meal-type{
    display: flex;
    flex-direction: row;
}

.three-divs{
    float: right;
    height: 800px;
    width: 100%;
}

.two:hover{
    background-color: rgba(170, 162, 162, 0.945);
    cursor: pointer;
}

.three-divs:hover{
    background-color: rgb(172, 165, 165);
    cursor: pointer;
}

.section-2{
    clear: both;
    margin-top: 10px;
}

.foods{
    margin-top: 20px;
}

.food-types img{
    display: flex;
    flex-direction: column;
}

.three-three{
    background-image: url('./assets/foodtop/breakfast.jpg');
    background-repeat: no-repeat;
    height: 220px;
    width: 342px;
}

.three-two{
    background-image: url('./assets/foodtop/lunch.jpg');
    background-repeat: no-repeat;
    height: 220px;
    width: 342px;
    opacity: 0.5;
}

.three-one{
    background-image: url('./assets/foodtop/dinner.jpg');
    background-repeat: no-repeat;
    height: 220px;
    width: 342px;
}

.three-divs p{
    padding-top: 100px;
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
}

/* Section 2 */

.section-2{
    margin-bottom: 180px;
}

.food-types{
    display: flex;
    clear: both;
}

.food-types-images{
    float: right;
}


.foods{
    clear: both;
}

.food-types-images{
    margin-left: 120px;
    border: 20px solid white;
    box-shadow: 0 0 10px #ccc;
}

.food-type-one{
    margin-left: 80px;
    margin-right: 100px;
}

.side-text h2{
    padding: 20px;
    font-size: 50px;
}

.side-text p{
    padding: 20px;
}

.side-text button{
    margin-left: 20px;
}

.food-types-vertical{
    margin-top: 80px;
    margin-right: 140px;
}

.food-type-two{
    margin-left: 120px;
    margin-right: 100px;
}

.food-type-two p{
    text-align: right;
}

.food-type-two button{
    float: right;
}

.food-type-two h2{
    text-align: right;
}

.side-text h3{
    color: rgb(63, 58, 58);
}

.food-type-one h3{
    margin-left: 20px;
}

.food-type-two h3{
    text-align: right;
}

.gallery-button{
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #F15A29;
    border-radius: 4px;
    color: #F15A29;
    font-size: 20px;
}

.gallery-button:hover{
    background-color: #F15A29;
    color: #ffffff;
    border: 1px solid #ffffff;
}



/* Section 3 */
.display-wrapper{
    background-image: url('./assets/backgrounds/foodsBg.jpg');
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.display{
    background-color: #ffffff;
    width: 80%;
    margin-left: 130px;
}

.food-images{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    
}

.food-links{
    text-align: center;
    padding-top: 20px;
    padding-left: -4;
}

.food-links li a{
    text-decoration: none;
    padding: 43px;
    
}

.food-links{
    clear: both;
    
}

.food-links li{
    background-color: rgb(226, 218, 218);
    display: inline;
    font-weight: bold;
    padding-bottom: 40px;
    padding: 20px 43px;
    border: 1px solid grey;
    margin-right: -4px;
    text-align: center;
    clear: both;
}

.food-links li:hover{
    background-color: #ffffff;
    color: #F15A29;
    border: 0px;
}



.food-images{
    margin-top: 40px;
    padding-top: 40px;
}

.food-images div{
    margin-right: -40px;
    margin-left: 0;
}

.food-images img{
    height: 60%;

}

.images-button-float-left{

    float: left;
    margin-left: 20px;
    

}

.images-button-float-right, .images-button-float-left{
    background-color: #ffffff00;
    color: #F15A29;
    font-size: 30px;
    line-height: 40px;
    width: 20px;
    height: 20px;
    margin-top: 70px;
    margin-left: 40px;
    transition: 0.5s;
    box-shadow: -2px 2px 0  #F15A29;
    border: 0px;
    cursor: pointer;
}

.images-button-float-right{
    transform: rotate(45deg);
}

.images-button-float-left{
    transform: rotate(225deg);
}

.images-button-float-right:hover,
 .images-button-float-left:hover{
     height: 40px;
     width: 40px;
     margin-top: 60px;
    box-shadow: -2px 2px 0  grey;
 }



.food-images div>p{
    color: #F15A29;
    padding-top: 10px;
    font-weight: bold;
}



.customer-reviews{
    padding-top: 50px;
    padding-bottom: 60px;
}

.reviews{
    display: flex;
    flex-direction: row;
}

.testimonials{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 30px;
}

.reviews{
    padding: 20px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 8px;
    box-shadow: 0 0 20px #ccc;
}

.about-menu{
    text-align: center;
    margin-left: 30px;
    width: 70%;
}

.comments{
    text-align: center;
    padding-right: 40px;
    border-right: 1px solid rgb(94, 91, 91);
}

.comments h2, .about-menu h2{
    color: #F15A29;;
    padding-bottom: 10px;
}

.comments h3{
    padding-bottom: 10px;
}

.testimonials img{
    padding-left: 15px;
}

.testimonials div{

    margin-left: 15px;
}

.newsletter{
    background-image: url('./assets/backgrounds/subscribe.jpg');
    text-align: center;
    height: 300px;
    padding: 40px;
    padding-top: 100px;
    padding-bottom: 60px;
}

.newsletter h2{
    color: #ffffff;
}

.form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}

.form button{
    margin-left: 20px;
    cursor: pointer;
}

.form button:hover{
    background-color: #ffffff;
    color: black;
}

form input{
    background-color: #ffffff57;
    color: #ffffff;
    width: 400px;
    height: 40px;
    padding-left: 20px;
    border-style: none;
    
}

.form button{
    color: #ffffff;
    background-color: #F15A29;
    border-style: none;
    width: 200px;
    border-radius: 4px;
}

footer{
    background-color: #F15A29;
    text-align: center;
    padding: 50px;
}

footer h3, h1{
    color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
}

.menu-logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.footer-icons img{
    padding-left: 20px;
    padding-top: 20px;
}


@media screen (min-width: 450px){
    .meal-type{
        display: flex;
        flex-direction: column;
    }
}










