body {
  background: #f8f8ee;
}
body .navbar {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #ddceb7;
  border-bottom: solid 2px black;
}
body .slidin-fade {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
body .slidin-fade .fixed {
  position: fixed;
  width: 100%;
}
body .slidin-fade .slidin-indicators {
  position: absolute;
  width: 600px;
  height: 400px;
  overflow: hidden;
  top: 30vh;
  right: -150px;
  display: inline-block;
  z-index: 5;
}
body .slidin-fade .slidin-indicators div {
  width: 280px;
  height: 400px;
  padding: 40px 27px 40px 3px;
  float: left;
  transition: left 0.5s linear, padding 0.2s linear 0.4s;
}
body .slidin-fade .slidin-indicators div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 2px black;
}
body .slidin-fade .slidin-indicators [data-slidin-to="-1"] {
  position: absolute;
  left: -280px;
}
body .slidin-fade .slidin-indicators [data-slidin-to="0"] {
  position: absolute;
  left: 0;
}
body .slidin-fade .slidin-indicators [data-slidin-to="1"] {
  position: absolute;
  left: 280px;
}
body .slidin-fade .slidin-indicators [data-slidin-to="2"] {
  position: absolute;
  left: 560px;
}
body .slidin-fade .slidin-indicators [data-slidin-to="3"] {
  position: absolute;
  left: 840px;
}
body .slidin-fade .slidin-indicators [data-slidin-to="4"] {
  position: absolute;
  left: 1120px;
}
body .slidin-fade .slidin-indicators .active {
  height: 100%;
  padding: 3px 27px 3px 3px;
}
body .slidin-fade .slidin-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(150deg, #000000 0%, rgba(179, 179, 179, 0.2509803922) 100%);
  opacity: 0.3;
}
body .slidin-fade .slidin-item {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s linear;
}
body .slidin-fade .slidin-item.active {
  opacity: 1;
}
body .slidin-fade .slidin-item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
body .info {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  padding: 80px 0px;
  background-color: #f1e9dc;
  text-align: center;
}
body .info .box {
  width: 100%;
  height: 100%;
}
body .info .box .cards {
  background: #ebe0ce;
  border: solid lightgrey 1px;
  border-radius: 10px;
}
body .info .box .cards .btn-info {
  background-color: #ddceb7;
  border-color: black;
  color: black;
}
body .info .box .cards .btn-info:hover {
  background-color: #dac6a9;
}
body #quote {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  padding: 80px 0px;
  text-align: center;
  background-color: black;
}
body #quote::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("/images/background3.jfif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
body #quote .container {
  position: relative;
  color: whitesmoke;
}
body #about {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  padding: 80px 0px;
  background-color: #f1e9dc;
  text-align: center;
}
body #contact {
  width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  padding-top: 80px;
  margin-top: 80px;
  background-color: #f1e9dc;
  text-align: center;
  border-top: 3px solid #ebe0ce;
}
body #contact .instagram img {
  width: 90px;
  padding: 10px;
}
body #contact .instagram a {
  color: black;
  text-decoration: none;
}
body #contact .mail img {
  width: 100px;
}
body #contact .mail a {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  html {
    width: 102%;
  }
  html .navbar-brand {
    top: 23px;
  }
  html .navbar-brand img {
    top: -15px;
    margin: auto;
    left: 48%;
    transform: translateX(-50%);
  }
  html .navbar-toggler {
    z-index: 1;
  }
  html .slidin-indicators {
    display: none !important;
  }
}
