.Navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b8936b;
  position: fixed;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 6px -6px #2c2c2a;
          box-shadow: 0 6px 6px -6px #2c2c2a;
  z-index: 9999;
}

.Navbar ul li {
  display: inline;
  padding: 14px 16px;
}

li a {
  text-decoration: none;
  font-weight: bold;
  font-family: 'Space Mono';
  color: #2c2c2a;
  padding: 0 20px 0px 5px;
}

ul li a:hover {
  color: #dfdcd3;
}

.footer {
  background-color: #2c2c2a;
  height: 400px;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 0;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 50px 50px 50px 50px;
}

.Sitemap {
  list-style: none;
  font-family: 'Space Mono';
  color: #dfdcd3;
  font-size: 36px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.Social {
  list-style: none;
  font-family: 'Space Mono';
  color: #dfdcd3;
  font-size: 36px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.Links {
  color: #dfdcd3;
  font-family: 'Space Mono';
  font-size: 18px;
}

.Links:hover {
  color: #b8936b;
}

a {
  text-decoration: none;
  color: #dfdcd3;
}

h1 {
  text-align: center;
  font-family: 'Space Mono';
  font-size: 36px;
  margin-top: 5%;
}

.Food__Container--introduction {
  padding: 20px 20px;
  background-color: #54534f;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

h2 {
  font-family: 'Space Mono';
  padding: 20px 20px;
}

p {
  display: inline-block;
  padding: 1px 20px;
  height: 100%;
  width: 500px;
  font-family: 'Space Mono';
}

hr {
  border: 1px solid #2c2c2a;
  background-color: #2c2c2a;
  width: 100%;
  margin-top: 5%;
  border-radius: 20px;
}

.youtube__channel--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Space Mono';
}

.youtube__channel--source {
  padding: 10px 20px;
}

.youtube__channel--source:hover {
  cursor: pointer;
}

.carousel__youtube {
  background-color: #dfdcd3;
  height: 700px;
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.carousel {
  position: relative;
  height: 700px;
  width: 100%;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.carousel__track-container {
  position: relative;
  height: 100%;
}

.carousel__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(20, 14, 14, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(20, 14, 14, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.carousel__button {
  position: absolute;
  border-style: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 0;
  width: 100px;
  cursor: pointer;
}

.carousel__button:hover {
  background-color: #dfdcd3;
  opacity: 0.2;
}

.carousel__button img {
  width: 28px;
  height: 700px;
}

.carousel__button--left {
  right: 95%;
}

.carousel__button--right {
  left: 95%;
}

.carousel__track {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: -webkit-transform 400 ms ease-in;
  transition: -webkit-transform 400 ms ease-in;
  transition: transform 400 ms ease-in;
  transition: transform 400 ms ease-in, -webkit-transform 400 ms ease-in;
}

.is-hidden {
  display: none;
}

.carousel__slides {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 10%;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel__indicator {
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0px 15px;
  cursor: pointer;
}

.carousel__indicator.current-slide {
  background-color: #2c2c2a;
}

.Travels {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

*.Travel__images {
  height: 300px;
  width: 600px;
  margin-top: 5%;
  margin: 20px 20px;
  -webkit-box-shadow: 0 10px 6px -6px #2c2c2a;
          box-shadow: 0 10px 6px -6px #2c2c2a;
}
/*# sourceMappingURL=foods.css.map */