.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;
}

.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  background-color: #dfdcd3;
  margin: 100px auto;
  -webkit-box-shadow: 0 1px 3px #2c2c2a;
          box-shadow: 0 1px 3px #2c2c2a;
  overflow: hidden;
}

.introduction-gif {
  width: 1000px;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2c2c2a;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.introduction-word {
  display: block;
  height: 400px;
  width: 700px;
  font-family: 'Space Mono';
  margin-left: 100px;
  margin-right: 20px;
  margin-top: 100px;
}

.button-connect {
  background-color: #2c2c2a;
  border: none;
  color: white;
  padding: 20px 20px;
  width: 250px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-left: 350px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'Space Mono';
  -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);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-blend-mode: multiply;
}

.button-connect:hover {
  background-color: #54534f;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.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__images {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-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__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;
}

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

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

.carousel__button:hover {
  background-color: #dfdcd3;
  opacity: 0.2;
  -webkit-transition: all ease-out 1;
  transition: all ease-out 1;
}

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

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

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

.carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  bottom: 10%;
  -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: #2c2c2a;
}

h1, h2 {
  text-align: center;
  font-family: 'Space Mono';
  font-size: 36px;
}

.carousel__button__recipe {
  overflow: hidden;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  background: transparent;
  border: 0;
  width: 100px;
  cursor: pointer;
}

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

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

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

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

.carousel2 {
  position: relative;
  height: 900px;
  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);
  margin-top: 10%;
}

.carousel__images--skewed {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -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__images--skewed::After {
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.carousel__container-recipe {
  position: relative;
  height: 90%;
}

.carousel__track--recipe {
  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;
}

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

.is-hidden {
  display: none;
}
/*# sourceMappingURL=styles.css.map */