body {
  font-family: "Libre Baskerville", serif;
}

h1 {
  font-family: "Tillana", cursive;
  font-size: 4rem;
}

h2 {
  font-size: 40px;
}

h2, h3 {
  font-family: "Manrope", sans-serif;
  margin-bottom: 1rem;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 1.2rem;
}
@media (max-width: 400px) {
  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

a {
  color: #E2142D;
  font-weight: 600;
}

.btn {
  background: #fff;
  color: #000;
  padding: 1.3rem;
  font-size: 1.4rem;
  border-radius: 20px;
  min-width: 250px;
  text-align: center;
  margin-top: 2rem;
  transition: 0.3s;
}
.btn:hover {
  background: orange;
}

#hero {
  padding: 50px 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
  position: relative;
}
#hero:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(../images/food2.jpg);
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#hero img {
  max-width: 250px;
  margin-bottom: 40px;
}
#hero h2, #hero h3, #hero p {
  text-shadow: -1px 0.5px #eeeeee68;
}
#hero h2 {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
}
#hero h3 {
  font-size: 25px;
}
@media (max-width: 400px) {
  #hero p {
    line-height: 1.6rem;
  }
}
#hero .large {
  font-size: 23px;
  font-weight: bold;
}
#hero .container {
  position: relative;
  height: 100%;
}
#hero a.btn-primary {
  background: #FFCE00;
  color: #000;
  padding: 10px;
  font-weight: bold;
  border: none;
}

.navbar {
  font-family: "Montserrat", "serif";
  background: #eee;
}
.navbar a.btn-primary {
  background: #E2142D;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border: none;
  margin-top: 0;
}
.navbar img {
  height: 80px;
}

.inline {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.inline li {
  display: inline-block;
  margin: 0 0.5rem;
}
.inline li a {
  display: block;
  line-height: 1;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.3s;
}
.inline li a:hover {
  color: orange;
  background: #fff;
}

.header-section {
  border-bottom: 1px solid #E2142D;
  margin-bottom: 20px;
  margin-top: 20px;
}

main section {
  padding: 50px 0;
}

#menu .price {
  font-weight: bold;
}

#menu .nav a {
  color: #333;
  text-decoration: underline;
}

#location {
  background: #E2142D;
  color: #fff;
}
#location a {
  color: #fff;
  font-weight: bold;
}

/*# sourceMappingURL=style_current.css.map */
