body{
    background-color: #d1bbb4;
    max-width: 1200px;
    max-height: 100%;
    margin: 0 auto;
    font-size: 22px ;
    margin-top: 10px;
    margin-bottom: 10px;

}
.content{
    margin: 0 auto;
    max-width: 100%;
    background-color:#F15A29;
    border-radius:2px;
    color: black;  
}
.navicon{
    margin: 50px;
}
#navicon{
    width: 50px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
}
.menu{
    background-image: url('images/background/landing.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    color: white;
    
}
.service {
    display: flex;
    flex-direction: row;
    height: 170px;  
    color: white;
   
}
.arrow {
    border: solid #F15A29;
    border-width: 0 3px 3px 0;
    padding: 5px;
    text-align: center;
}
.right {
    transform: rotate(-45deg);
    float: right;
}
.left {
    transform: rotate(135deg);
    float: left;
}
.container{
    align-items: center;
    display:flex;
    justify-content: center;
    margin: 10px; 
  }

#viewgallery{
    background-color: whitesmoke;
    width: 200px;
    height:55px ;
    color: #F15A29;
    border:1px solid #F15A29;
}
.type{
    margin: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-style: normal;
  
}
tr#service1{
    background-color: lightgray;
    color: black;
}
#service{
    flex: 1;
    text-align: center;

}
#breakfast, #lunch, #dinner{
    flex: 1;
    text-align: center;
    padding-top: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
#breakfast{
    background-image: url('images/breakdfastlunchdinner/breakfast.jpg');
}
#lunch{
    background-image: url('images/breakdfastlunchdinner/lunch.jpg');
    background-color: rgba(231, 228, 228, 0.79); 
    background-blend-mode: overlay;                         /*adds overlay on img bakground in the same div*/
}
#dinner{
    background-image: url('images/breakdfastlunchdinner/dinner2.jpg');
}
.food1{
    padding:40px;
    background-color: whitesmoke;
    height: auto;
    width: auto;

}
.fastfood1{
    display: flex;
    background-color: whitesmoke;
}
#image23{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    padding-right: 20px;
    
} 
#image11{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 15px solid whitesmoke;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    overflow: hidden;
}
#text12{
    width: 50%;
    height: auto;
    padding: 30px;
    margin-left: 10px;
    font-size: 18px;  
}
.drinks{
    display: flex;
    background-color: whitesmoke;
}
 
#imgs2{
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 15px solid whitesmoke;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    overflow: hidden;
}
.fastfood{
    background-image: url('assets/backgrounds/foodsBg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 80px;
    background-color: rgba(160, 156, 156, 0.79); 
    background-blend-mode: overlay;   
    text-align: center;

}

#drinkstext{
    float: right;
    width: 50%;
    padding: 20px;
    padding-right: 50px;
    margin-left: 10px;
    padding-right: 20px;
    text-align: right;
    font-size: 18px;  
}
#drinkimage{
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding: 20px;
    padding-right: 50px;
} 
.food-wrap{
    background-color: whitesmoke;
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0px;
    height: auto;
}
#food{
    display:flex;
    flex-direction: column;
    overflow: auto;
    margin: 5px ;
}
.food-type{
    border-collapse: collapse;
    margin:0px;
    width:100%;
}
.list {
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    justify-content: center;
    color: #F15A29;
    font-size: 18px;
    align-items: center;
}
#tr{
    text-align: center;
}
th{
    background-color: gainsboro;
    padding: 10px;
    height: 50px;
    border: 1px solid rgb(206, 203, 203);
}
.foodtype{
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}
.foodtype{
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}
#classified{
    color: #F15A29;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
}
.customers{
    height: auto;
    width: auto;  
    padding: 120px;  
    padding-top: 50px;
    background-color: whitesmoke; 
    margin-bottom: 0px;
}
.abt{
    height: 200;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 0px 6px grey;
    padding: 20px;
}
#line { 
    border-left: 1px solid grey;
    height: 210px; 
    margin: auto;
}
#about{
    flex: 2;
    margin-left: 40px;
}
#vertical { 
    border-left: 1px solid grey;
    height: 210px; 
    margin: auto;
}
#review, #about{
    text-align: center; 
    font-size: 16.5px;
}
#review{
    flex: 3;
    margin-right: 40px;
    text-align: center;
}
  .delivery-details{
    background-image: url('images/breakdfastlunchdinner/subscribe (1).jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
     text-align: center;
    display: block;
    overflow: hidden;
    padding: 40px;
    position: relative;
    color: whitesmoke;
}
#Subscribe{
    background-color: #F15A29;
    width: 200px;
    height:50px ;
    border:none;
    color: whitesmoke;
}
#text{
    background-color: rgb(88, 87, 87);
    width: 400px;
    height:50px ;
    border: none;
    margin-top: 5px;
    margin: 20px;
    opacity: 0.5;       /*makes inputfield see through*/
}
::placeholder{
    color: white;
    opacity: 1;
    padding-left: 10px;
}
.footer{
    text-align: center;
    padding-top: 40px; 
    color: white;
    font-size: 18px;
    
}


#company-rights{
    font-size: 15px;
}
#straight-logo{
    align-items: center;
    display: flex;
    justify-content:center;
}