html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  font-weight: 300;
  transition: all ease-in-out 250ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", cursive;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.bg-black {
  background-color: #191919;
}

.display-1 {
  font-size: 9vmin;
}

.divider-width {
  max-width: 13rem;
}

@media (max-width: 576px) {
  .display-1 {
    font-size: 8vmin;
  }
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.btn-dark {
  background-color: rgba(8, 8, 8, 0.6);
  border: 1px solid rgba(8, 8, 8, 0.6);
}

.btn-light {
  background-color: rgba(250, 250, 250, 0.4);
  border: 1px solid rgba(250, 250, 250, 0.5);
  color: #f0f0f0;
}

.btn-warning {
  background-color: #cc9900;
  color: #f0f0f0;
}

@media (max-width: 576px) {
  .btn {
    font-size: .9rem;
  }
}

nav {
  padding-top: 2rem;
  z-index: 1;
  left: 0;
  right: 0;
}

nav .navbar-toggler {
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

nav .navbar-brand {
  color: #f0f0f0;
  font-size: 1.7rem;
  font-family: "Yeseva One", cursive;
}

nav .navbar-nav a {
  color: #f0f0f0;
  text-transform: capitalize;
  margin-left: 1rem;
  font-weight: 500;
  font-family: "Gentium Book Basic", serif;
}

nav .navbar-nav a i {
  color: #cc9900;
}

nav .navbar-nav a:hover {
  color: #f0f0f0;
  background-color: rgba(8, 8, 8, 0.6);
  border-radius: 10px;
}

@media (max-width: 576px) and (min-width: 900px) {
  nav .navbar-nav a {
    font-size: .1rem;
  }
}

nav .navbar-nav .icons-bg {
  margin-left: 0;
}

nav .navbar-nav .icons-bg:hover {
  background-color: transparent;
}

@media (max-width: 576px) {
  nav .navbar-nav {
    text-align: center;
    background-color: rgba(8, 8, 8, 0.6);
    border-radius: 15px;
  }
  nav .navbar-nav a {
    margin-left: 0;
    padding: .3rem 0;
  }
}

header {
  background: url(../images/header.png) no-repeat top center;
  background-size: cover;
  color: #f0f0f0;
  height: 85vh;
  z-index: 0;
  -ms-box-shadow: 0 9em 9em -6em #0e0b0b inset;
  -o-box-shadow: 0 9em 9em -6em #0e0b0b inset;
  box-shadow: 0 9em 9em -6em #0e0b0b inset;
}

header img {
  max-width: 11rem;
}

@media (max-width: 576px) {
  header {
    background-position: right center;
    height: auto;
  }
}

#about {
  background: url(../images/menu-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.5rem 0 2rem;
}

#about h3 {
  font-family: "Yeseva One", cursive;
  color: #cc9900;
}

#about p {
  color: #666;
}

#about .person {
  max-width: 11rem;
}

@media (max-width: 576px) {
  #about {
    padding: 0 0 2rem;
  }
}

#ingredients {
  background: url(../images/section-bg.png) no-repeat center;
  background-size: cover;
  color: #f0f0f0;
  background-attachment: fixed;
}

#ingredients .ingre-box {
  background-color: rgba(8, 8, 8, 0.6);
  padding: 1.5rem;
}

#menu {
  background: url(../images/menu-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#menu .menu-group {
  margin-bottom: 3rem;
}

#menu .menu-group h3 {
  color: #cc9900;
  text-transform: capitalize;
}

#menu .menu-item {
  text-align: left;
  padding: .7rem .5rem;
  margin-bottom: .5rem;
}

#menu .menu-item hr {
  background-color: #cc9900;
}

#menu .menu-item .food-name {
  color: #cc9900;
  font-family: "Yeseva One", cursive;
}

#menu .menu-item p {
  margin-bottom: .5rem;
}

#menu .special {
  border: 1px solid #cc9900;
}

#menu .special-box {
  text-align: right;
}

#menu .special-box span {
  padding: .3rem 1rem;
  background-color: #cc9900;
  font-size: .8rem;
  color: #f0f0f0;
  text-transform: capitalize;
}

#reviews {
  background: url(../images/section-bg2.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #dde0df;
}

#reviews .reviews-box {
  background-color: rgba(8, 8, 8, 0.8);
}

#reviews .guest-says {
  font-family: "Gentium Book Basic", serif;
  line-height: 2rem;
  font-size: 1.2rem;
}

#reviews .guest-says span {
  font-size: 4rem;
  color: #9b9c98;
  font-family: "Yeseva One", cursive;
  align-items: center;
  margin-right: .7rem;
}

#reservations {
  background: url(../images/menu-bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#reservations h3 {
  color: #cc9900;
}

#reservations p {
  color: #666;
}

#reservations .book-table-form label {
  color: #cc9900;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

footer .footer-about {
  font-family: "Open Sans", sans-serif;
}

footer img {
  margin: .4rem 0 1rem;
}

footer .footer-icons {
  margin-top: 3rem;
}

footer .footer-icons a {
  color: #f0f0f0;
  margin-right: 1rem;
}
/*# sourceMappingURL=style.css.map */