* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Helvetica';
}




/* Navigation */
.logo img {
  width: 150px;
  border-radius: 100px;
  padding: 20px;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.nav-links {
  display: flex;
  justify-content: space-evenly;
}

.nav-link {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  margin: 10px;
}

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

.social-link {
  color: #fff;
  text-decoration: none;
  margin: 10px;
  margin-right: 22px;
}





/* Header Promo */

.promo {
  background: #FF6347;
  padding: 25px;
  text-align: center;
  color: #ffffff;
  width: 60%;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 0 auto;
}

.promo h2 {
  font-weight: 600;
}

.promo-text {
  width: 75%;
  margin: 10px auto;
}

.promo-link {
  margin-top: 20px;
}

.promo-link:hover {
  cursor: pointer;
}

.promo-link a {
  all: unset;
  background-color: #00fa9a;
  padding: 5px;
  color: #000;
  border-radius: 4.5px;
}




/* Info-Bar */

.info-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 40px 0 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 50px;
}

.info-bar h3 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.info-bar p {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 15px;
}

.info-bar a {
  color: #ffffff;
}

.info-1 {
  width: 35%;
}

.info-1-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.info-1 img {
  width: 100px;
  border-radius: 40px;
  margin-right: 15px;
}

.info-1 p {
  line-height: 1.2rem;
}


.info-2 p {
  line-height: 2.2rem;
}

.info-3 {
  width: 20%;
}

.line3 hr {
  margin-top: 60px;
  border: 1.5px solid #ffffff;
  margin-bottom: 25px;
}

.info-3 img {
  width: 70px;
  border-radius: 40px;
  margin-top: 25px;
}





/* Footer */
footer p {
  text-align: center;
  color: #ffffff;
  padding: 2.5px;
}

.footer-link a {
  color: #ffffff;
}

.footer-items {
  margin-bottom: 25px;
}




/* Menu */

.menu {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: 40px;
}

.menu-items {
  padding: 25px;
  width: 100vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.menu-title {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.menu__item__container {
  position: relative;
  width: 20vw;
  background: url(../images/pancakes.jpg);
  background-position: center;
  height: 400px;
  background-size: cover;
  color: #fff;
  transition: 0.3s;
  margin-bottom: 20px;
  flex-basis: 30%;
}

.menu__item__container h2 {
  text-align: center;
  margin-top: 15px;
}

.menu__item__container p {
  margin: 0 auto;
  width: 80%;
  margin-top: 7.5px;
}

.menu__item__price {
  position: relative;
  text-align: right;
  bottom: 10px;
  font-weight: 600;
}

.menu__item__content {
  position: absolute;
  background: #FF6347;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
}

.menu__item__container:hover {
  scale: 1.05;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, .25);
  cursor: pointer;
}




/* Menu Page Info-Bar */

.help-info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 25px;
  margin-bottom: 40px;
  border-bottom: 3px solid #fff;
}

.area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.fa-heart {
  color: #00fa9a;
}

.fa-question {
  color: #00fa9a;
}

.area-title {
  color: #ffffff;
  font-weight: 600;
}

.area-content {
  color: #ffffff;
  margin-top: 10px;
  width: 80%;
  font-weight: 300;
}





/* Offers Page */

.offers {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 25px;
  margin: 40px 0 40px 0;
}

.offer {
  width: 30%;
}

.offer img {
  width: 350px;
  border-radius: 10px;
  margin-top: 20px;
  border: 2px solid #ffffff;
}

.offer-title {
  color: #fff;
}

.offer-text {
  color: #fff;
  font-weight: 300;
  margin: 20px 0 20px 0;
}

.offer-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}






/* Review Page */

.reviews {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 40px 0 40px 0;
  padding: 25px;
}

.review-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.review {
  width: 40%;
  margin-bottom: 20px;
}

.review-bar h3 {
  color: #ffffff;
  font-weight: 600;
}

.review-bar p {
  color: #ffffff;
  margin-top: 15px;
  font-weight: 300;
  text-align: left;
}

.reviewer {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

.review-question {
  display: flex;
  justify-content: center;
  margin: 40px auto 40px auto;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}

.question {
  width: 50%;
  margin: 10px auto;
}

.review-question h3 {
  color: #ffffff;
  font-weight: 600;
}

.review-question p {
  color: #ffffff;
  text-align: left;
  width: 80%;
  margin: 10px auto;
  font-weight: 300;
}




/* Contact Page */

.contact-content {
  margin: 40px 0 40px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 25px;
}

.contact-h1 h1 {
  font-size: 2rem;
  font-weight: 450;
  color: #ffffff;
  text-align: center;
}

.contact-para {
  margin: 0 auto;
  color: #ffffff;
  font-weight: 300;
  padding-top: 15px;
  width: 80%;
}

.contact-para p {
  display: flex;
  justify-content: center;
  text-align: left;
}

input[type=email],
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #00FA9A;
  padding: 7.5px;
  border-radius: 10px;
  border: none;
  width: 100px;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
}

.container {
  border-radius: 5px;
  padding: 20px;
  width: 40%;
  margin: 0 auto;
  margin-top: 5px;
}

.container label {
  color: #ffffff;
  font-weight: 300;
}

.container textarea {
  height: 200px;
}

.form-holder {
  display: flex;
  flex-direction: row;
}

.container h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

input,
textarea,
select,
a {
  outline: none;
}

/* Our Ambition Page */

.ambitions-content {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 25px;
  margin: 40px 0 40px 0;
} 

.ambition-title {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.ambitions {
  display: flex;
  flex-direction: row;
  margin: 10px 0 90px 0;
  width: 100%;
}

.ambitions p {
  color: #fff;
  font-weight: 300;

}

.ambition {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
  width: 50%;
}

.ambition i {
  margin-bottom: 10px;
  font-size: 30px;
}

.ambition p {
  width: 80%;
}

.fa-credit-card {
  color: #00fa9a;
}

.fa-beer {
  color: #00fa9a;
}

.fa-building {
  color: #00fa9a;
}

.fa-globe {
  color: #00fa9a;
}

.fa-users {
  color: #00fa9a;
}







/* Responsive Code */
@media screen and (max-width: 1000px) {
  body {
    background-image: none;
    background-color: #a9a9a9;
  }

  .logo img {
    width: 150px;
  }

  .navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .burger {
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 101;
  }

  .burger span {
    display: block;
    background: #fff;
    height: 3px;
    width: 25px;
    border-radius: 2px;
    margin: 5px;
    position: relative;
  }

  .first-bar {
    top: 11px;
    transform: rotate(45deg);
  }

  .second-bar {
    opacity: 0;
  }

  .third-bar {
    bottom: 5px;
    transform: rotate(-45deg);
  }

  .burger:hover {
    cursor: pointer;
  }

  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    z-index: 1;
    background-color: #FF6347;
    border: 2px solid #fff;
    display: none;
  }

  .open {
    display: block;
  }

  .nav-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .nav-link {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px;
  }

  .promo {
    width: 80%;
  }




  /* Info-Bar CSS */

  .info-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px;
    margin: 40px auto;
  }

  .info-1,
  .info-2,
  .info-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .info-bar p {
    color: #ffffff;
    margin-top: 25px;
    font-weight: 300;
    text-align: center;
  }

  .info-1-info {
    flex-direction: column;
    margin-top: 20px;
  }


  .info-1 img {
    margin: 0;
  }

  .info-1 p {
    margin: 10px;
    text-align: left;
  }

  .info-3 img {
    width: 100px;
  }

  .images-1 {
    text-align: center;
  }




  /* Menu Responsive Code */

  .menu-items {
    width: 90vw;
    margin: 20px auto;
    padding: 0;
  }

  .menu__item__container h2 {
    margin-top: 3px;
    font-size: 1rem;
  }

  .menu__item__container p {
    width: 90%;
    margin-top: 1px;
  }

  .menu__item__content {
    top: 0;
    height: 50%;
  }

  .menu__item__container {
    height: 300px;
    flex-basis: 48%;
  }

  .help-info {
    flex-direction: column;
  }

  .area {
    margin-bottom: 10px;
  }



  /* Offer Page */

  .offers {
    margin: 40px auto 40px auto;
    width: 100%;
    padding: 0;
  }

  .offer {
    width: 80%;
    margin: 20px auto;
    text-align: center;
  }

  .offer-title {
    text-align: center;
  }

  .offer-bar {
    flex-direction: column;
  }

  .offer img {
    max-width: 300px;
  }


  /* Review Page */

  .review-bar {
    flex-direction: column;
  }

  .review {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .question {
    width: 80%;
  }



  /* Contact */
  .form-holder {
    display: flex;
    flex-direction: column;
  }

  .container {
    width: 90%;
  }




  /* Other */

  .ambitions {
    display: flex;
    flex-direction: column;
  }

  .ambition {
    margin: 10px auto 0 auto;
    width: 100%;
  }

}