/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  background-color: whitesmoke;
  font-family: 'Acme', sans-serif;;
  color: mintcream;
}


@media screen and (max-width: 600px) {
  header {
    background-color: burlywood;
    padding: 0.5rem;
  }

  .navbar {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    color: black;
  }

  .navbar li {
    margin-right: 10px;
  }

  .hiddenList {
    display: none;
  }

  .intro {
    background-color: whitesmoke;
    color: black;
  }

  .introText {
    height: 80vh;
    padding: 5%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
  }

  .introText p{
    color: peru;
  }

  .introForm * {
    border-radius: 2.5px;
    border: solid 1px;
    margin: 5px;
    height: 2rem;
    width: 80%;
  }
  
  .introForm select {
    background-color: rgb(228, 171, 97);
    width: 50%;
  }

  .introList  {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .introList * {
    margin-right: 0.3rem;
    color: peru;
  }

  .introImg{
    display: none;
  }

  .story {
    margin-top: 1.5rem;
    padding-top: 2rem;
    background-color: rgba(235, 213, 172, 0.952);
    color: rgba(87, 35, 35, 0.795);
  }

  .mainOne {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
  }

  .mainOne img {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    object-position: center;
  }

  .aboutUs {
    padding: 5%;
  }

  .specility {
    padding: 5%;
    color: black;
  }

  .specility ul {
    display: flex;
    list-style: none;
    padding: 0;
  }

  .specility ul li {
    margin-right: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(87, 35, 35, 0.795);
  }

  .foodtab img {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    border-radius: 5px;
    object-position: center;
  }

  .time {
    margin-top: 2rem;
    padding-top: 1rem;
    background-color: rgba(235, 213, 172, 0.952);
    color: rgba(87, 35, 35, 0.795);
    text-align: center;
  }

  .days {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: black;
  }

  .dessertImg img{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    border-radius: 5px;
    object-position: center;
  }

  .star {
    color: orange;
    background-color: unset;
    border: none;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  
  .starrating {
    user-select: none;
  }

  .testimonials {
    text-align: center;
    color: black;
    padding: 3rem;
  }

  .testimonials img {
    height: 4rem;
    border-radius: 50%;
  }
}

@media screen and (min-width: 600px) {
  header {
    background-color: burlywood;
    padding: 0.5rem;
  }

  .navbar {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    color: black;
  }

  .navbar li {
    margin-right: 1rem;
  }

  .intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5%;
  }

  .introText {
    color: black;
  }

  .introForm *{
    margin-bottom: 0.5rem;
    height: 2rem;
    width: 50%;
  }

  .introForm select {
    background-color: peru;
    width: 30%;
  }

  .introList {
    list-style: none;
    display: flex;
  }

  .introList li {
    margin-right: 1rem;
    color: peru;
  }

  .introList li i {
    margin-right: 5px;
  }

  .introImg {
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    object-position: center;
  }

  .story {
    margin-top: 1.5rem;
    padding: 2rem;
    background-color: rgba(235, 213, 172, 0.952);
    color: rgba(87, 35, 35, 0.795);
  }

  .mainOne {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2rem;
  }

  .mainOne img {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    object-position: center;
  }

  .aboutUs {
    text-align: center;
  }

  .specility {
    padding: 5%;
    color: black;
    text-align: center;
  }

  .specility ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
  }

  .specility ul li {
    margin-right: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(87, 35, 35, 0.795);
  }

  .foodtab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .foodtab img {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    border-radius: 5px;
    object-position: center;
  }

  .time {
    margin-top: 2rem;
    padding-top: 1rem;
    background-color: rgba(235, 213, 172, 0.952);
    color: rgba(87, 35, 35, 0.795);
    text-align: center;
  }

  .days {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: black;
  }

  .dessertImg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 0.5rem;
    padding: 5%;
  }

  .dessertImg img{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    border-radius: 5px;
    object-position: center;
  }

  .star {
    color: orange;
    background-color: unset;
    border: none;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  
  .starrating {
    user-select: none;
  }

  .testimonials {
    text-align: center;
    color: black;
    padding: 3rem;
  }

  .testimonials img {
    height: 4rem;
    border-radius: 50%;
  }
}

/******************************************
/* LAYOUT
/*******************************************/


/******************************************
/* ADDITIONAL STYLES
/*******************************************/
