/******************************************
/* CSS
/*******************************************/
/* CLEAR */
.clear{
  clear: both;
}
/* Box Model Hack */
*{
  box-sizing: border-box;
}
/* BASE STYLES */
/* FONTS
font-family: 'Lobster', cursive;   /LOGO 
font-family: 'Lobster Two', cursive;   /TITLES
font-family: 'Overpass', sans-serif;  /GENERAL TEXT AND ITALIC
*/
*{
  margin: 0;
  padding: 0;
  border: none;
}
a{
  text-decoration: none;
  color: black;
}

ul{
  list-style: none;
}
html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.hidden{
  display: none;
}
/******************************************
/* LAYOUT
/*******************************************/
/* NAV */
header{
  height: 100px;
  position: sticky;
}
.logo-wrapper{
  margin-top: 5px;
  width: 40%;
  height: 60px;
  float: left;
}
.fa{
  font-size: 2rem;
  color: black;
}
.nav-wrapper{
  display: flex;
  width: 60%;
  height: 60px;
  float: left;
}
.grid{
  margin-top: 15px;
  margin-right: 15px;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.575);
}
.nav-wrapper > .desktop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-wrapper ul li{
  float: left;
}
.layer{
  background: black;
  width: 33.3333%;
  height: 40px;
}
.mobile{
  display: none ;
}
/* MAIN SECTION */
.background-wrapper{
  background-image: url(/img/reviews-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
}
.nav-main-container{
  max-width: 1280px;
  margin: 0 auto;
}
.social-holder{
  
  padding-top: 15px;
}
.social-holder > li{
  color: black;
  margin-right: 15px;
}
.social-holder > li span{
  margin-left: 5px;
  font-weight: 700;
}
/* ABOUT US */
.about-us-container{
  min-height: 500px;
  margin-bottom: 50px;
  text-align: center;
}
.about-us-wrapper{
  max-width: 1280px;
  min-height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.aboutus-text-container, .store-image{
  min-height: 300px;
  width: 500px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.store-image{
  margin-top: 30px;
  background-color: #F37134;
  max-width: 400px;
}
.about-us-container > h5{
  padding-top: 60px;
  padding-bottom: 25px;
}
.aboutus-text-container p{
  margin-bottom: 15px;
}
.aboutus-text-container h2{
  margin-bottom: 15px;
}
.aboutus-text-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* MENU */
.out-menu{
  min-height: 600px;
  background-image: url(/img/about-us-b2.jpg);
  background-size: cover;
}
.menu-cards-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.cards{
  background-color: #FACE55;
  width: 200px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.card1{
  background-image: url(/img/pepperoni.png);
  background-size: cover;
}
.card2{
  background-image: url(/img/4quesos.png);
  background-size: cover;
}
.card3{
  background-image: url(/img/vegana.png);
  background-size: cover;
}
.card4{
  background-image: url(/img/napolitana.png);
  background-size: cover;
}
.menu-categories{
  margin-bottom: 30px;
}
.menu-categories-list{
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  justify-content: center;
}
.menu-categories-list li{
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #F05129;
}
.menu-categories-list li a{
  transition: .5s ease;
}
.menu-categories-list li a:hover{
  color:#F05129;
}
.menu-details-container h5{
  text-align: center;
}
.menu-details-container > h5{
  padding-top: 60px;
  padding-bottom: 25px;
}
#menu{
  margin-bottom: 35px;
}
.out-menu-container{
  padding-bottom: 70px;
}

/* OPEN HOURS */
.open-hours-section{
  background-image: url(/img/hours-table2.jpg);
  background-size: cover;
}
.open-hours-section > *{
  text-align: center;
}
.hours-container{
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.days-container{
  width: 150px;
  height: 60px;
}
.days-hours > li {
  text-align: initial;
}
.days-container{
  display: flex;
  justify-content: center;
}
.open-hours-section > h5{
  padding-top: 60px;
  padding-bottom: 25px;
}
.open-hours-section > h2 {
  margin-bottom: 35px;
}
/* TESTIMONIALS */
.testimonials-container *{
  text-align: center;
}
.testimonials-container p{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
}
.testimonials-container h5, .testimonials-container h2, .testimonials-container h2{
  opacity: 1;
}
.person-img{
  border: 3px solid #F37134;
  background-image: url(/img/jack.png);
  background-size: cover;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.fa-star{
  color: rgb(255, 208, 0);
}
.testimonials-container > p{
  margin: 0 auto;
  padding-bottom: 35px;
  max-width: 700px;
}
.call-list li{
  margin: 10px;
}
.testimonials-container > h5 {
  padding-top: 60px;
  padding-bottom: 25px;
}
.testimonials-container > h2 {
  margin-bottom: 35px;
}
.person-list li{
    margin: 5px auto;
}
.person-review{
  padding-bottom: 10px;
}


/******************************************
/* ADDITIONAL STYLES
/*******************************************/
/* BUTTONS */
button{
  background-color: #F05129;
  border: none;
  color: white;
}
button:hover{
  background-color: #FACE55;
}
.btn-location{
  float: left;
  position: relative;
  font-size: 1.3rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 90px;
  height: 40px;
}
.btn-location::after{
  content: " ↓";
  color: white;
}
.btn-menu{
  width: 100px;
  height: 40px;
  border-radius: 5px;
  font-size: 1.3rem;
}
.btn-menu::after{
  content: " →";
  color: white;
}
/* INPUT */
input{
  float: left;
  border: 1px solid #F05129;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 250px;
  height: 40px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
input::placeholder{
  font-size: 1.5rem;
}
input:focus{
  outline: none;
}
input, .btn-location{
  box-shadow: 5px 5px 15px lightgray;
}
/* FONTS */
*{
  font-family: 'Overpass', sans-serif;
}
.text-logo{
  font-family: 'Lobster', cursive;
  font-size: 4rem;
  color: black;
}
h1, h2, .tel-number, .hours{
  font-family: 'Lobster Two', cursive; 
}
.tel-number{
  font-size: 3rem;
}
h5{
  color: #F37134;
}
h1{
  font-size: 6rem;
}
h2{
  text-align: center;
  font-size: 4rem;
}
h5{
  font-size: 1.5rem;
}
.hours, .tel-number{
  font-size: 2.5rem;
  font-weight: 700;
}
.tel-number > span{
  color: #F37134;  
}
.text{
  font-size: 2rem;
}
.aboutus-text-container p{
  font-size: 1.5rem;
  line-height: 2rem;
}
.menu-categories-list li a{
  color: black;
  font-size: 2rem;
}
.menu-title{
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
  color: white;
}
.menu-ingredientes{
  color: white;
}
.person-name{
  font-size: 1.9rem;
  font-weight: 700;
}
.testimonials-container p{
  font-style: italic;
  font-size: 1.7rem;
}
.person-title{
  font-size: 1.2rem;
  color: gray;
}
.normal-text, .days{
  font-size: 1.5rem;
}
.menu-title{
  color:#F05129;
}
/* HOVER FX */
.details-container{
  opacity: 0;
  height: 250px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  transition: .5s ease;
}
.details-container:hover {
  width: 200px;
  height: 250px;
  background-color: rgba(58, 58, 58, 0.63);
  opacity: 1;
  user-select: none;
}
.desktop li a{
  color: black;
  transition: .5s ease-in-out;
  font-weight: 900;
}
.desktop li a:hover{
  color: #fcb86aef;
  border-bottom: 3px solid orange;
}
/* IMAGES */
.store-image{
  background-image: url(/img/il-sabore-about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*******************
MEDIA QUERIES
********************/
/******************
LAPTOP / 1350PX
******************/
header, .fiftyone{
  margin-left: 20px;
  margin-right: 20px;
}

/****************** 
MOBILE / 900PX  
******************/
@media all and (max-width: 900px){
  .nav-wrapper > .mobile {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .text-logo{
    margin-left: 15px;
  }
  .desktop{
    display: none !important;
  }
  .fiftyone{
    margin-left: 30px;
    margin-right: 50px;
  }
}

/****************** 
MOBILE / 750PX  
******************/
@media all and (max-width: 750px){
  /* LOGO */
  .text-logo{
    font-size: 2.5rem;
    font-weight: 700;
  }
  .logo-wrapper{
    margin-top: 15px;
  }
  /* MAIN */
  .background-wrapper{
    max-height: 10vh;
    background-color: #F05129;
  }
  .fiftyone h1{
    font-size: 4.3rem;
  }
  input{
    width: 150px;
    height: 30px;
    font-size: 0.8rem;
  }
  input::placeholder{
    font-size: 1rem;
  }
  .btn-location{
    font-size: 1rem;
    width: 70px;
    height: 30px;
  }
  h2{
    font-size: 3rem;
  }
  .fa{
    font-size: 1.6rem;
  }
  .menu-categories-list li a {
    color: black;
    font-size: 1.6rem;
}  
}
/****************** 
MOBILE / 530PX  
******************/
@media all and (max-width: 530px){
  .store-image{
    max-width: 330px;
  }
}