/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/** Colors **/
#s-hero-carousel .carousel-inner {
  position: relative;
  height: 60vh;
}
#s-hero-carousel .carousel-inner .item.active {
  text-align: center;
  text-shadow: black 0px 0px 5px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#s-hero-carousel .carousel-inner .item.active .img--background {
  position: absolute;
  z-index: -1;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
#s-hero-carousel .carousel-inner .item.active h1 {
  font-size: 60px;
}
#s-hero-carousel .carousel-inner .item.active h2 {
  margin-top: 15px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40ch;
}
#s-hero-carousel .carousel-inner .item.active button {
  margin: 0 auto;
}
#s-hero-carousel .carousel-inner .hero__logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50px;
}
#s-hero-carousel .carousel-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#s-hero-carousel .carousel-control.left {
  left: 100px;
}
#s-hero-carousel .carousel-control.right {
  right: 100px;
}
#s-hero-carousel .carousel-control .img-box {
  padding: 30px 20px;
  background-color: rgba(94, 144, 255, 0.9);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#s-hero-carousel .carousel-control .img-box:hover {
  background-color: #3c79ff;
}
#s-hero-carousel .carousel-indicators li {
  margin: 0 5px;
  background-color: #6897ff;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#s-hero-carousel .carousel-indicators li:hover {
  background-color: white;
}
#s-hero-carousel .carousel-indicators .active {
  background-color: transparent;
}

#s-projects #search-header {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 17px;
}

.button {
  display: block;
  min-width: 180px;
  min-height: 50px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  font-size: 20px;
}
.button--light {
  color: white;
  border: 1px solid white;
}
.button--dark {
  color: #8e9397;
  border: 1px solid #8e9397;
}
.button:focus {
  outline: none;
}
.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@media all and (max-width: 1199px) {
  #s-hero-carousel .carousel-control.left {
    left: 0;
  }
  #s-hero-carousel .carousel-control.right {
    right: 0;
  }
}
@media all and (max-width: 991px) {
  #s-hero-carousel .carousel-control .img-box {
    padding: 20px 10px;
  }
}
@media all and (max-width: 767px) {
  #s-hero-carousel .carousel-inner .item.active h1 {
    font-size: 48px;
  }
  #s-hero-carousel .carousel-inner .item.active h2 {
    font-size: 17px;
  }
  #s-hero-carousel .carousel-control {
    height: 100%;
  }
  #s-hero-carousel .carousel-control .img-box {
    height: 100%;
  }
  #s-hero-carousel .carousel-control .img-box img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #s-hero-carousel .carousel-control.left .img-box {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
  #s-hero-carousel .carousel-control.right .img-box {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
}
@media all and (max-width: 576px) {
  #s-hero-carousel {
    top: 50px;
    margin-bottom: 30px;
  }
  #s-hero-carousel .carousel-inner {
    height: 40vh;
  }
  #s-hero-carousel .carousel-inner .item.active h1 {
    font-size: 34px;
  }
  #s-hero-carousel .carousel-inner .item.active h2 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #s-hero-carousel .carousel-inner .item.active .img--background {
    width: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #s-hero-carousel .carousel-inner .item.active .button {
    font-size: 14px;
    min-width: unset;
    min-height: unset;
    padding: 10px 15px;
  }
  #s-hero-carousel .carousel-control {
    display: none;
  }
  #s-hero-carousel .carousel-indicators {
    display: none;
  }

  #s-projects #search-header {
    margin-top: 90px;
  }
}

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