* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #e9e6e3;
  color: #77746a;
  font-family: montserrat, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .wrap {
    padding: 0 2rem;
  }
}
.wrap.wrap--md {
  max-width: 1200px;
}
.wrap.wrap--narrow {
  max-width: 900px;
}

.full-screen {
  width: 100%;
  height: 100vh;
  position: relative;
}
.full-screen.full-screen-about {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .nav-wrap {
    padding: 20px 30px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .nav-wrap {
    padding: 30px 50px;
  }
}
.nav-wrap .nav-logo {
  width: 50px;
  margin-bottom: 25px;
}
.nav-wrap .nav-logo.nav-logo-home {
  margin-bottom: 0;
}
.nav-wrap .nav-link {
  display: block;
  color: #77746a;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav-link {
    text-align: left;
  }
}
.nav-wrap .nav-home .nav-link {
  color: #fff;
}

.fs-slider, .fs-slide, .slick-list, .slick-track {
  width: 100%;
  height: 100%;
}

.slick-slide:not(.slick-active) {
  transition-delay: 500ms !important;
}

.fs-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fs-slide.fs-slide-01, .fs-slide.fs-slide-03 {
  background-position: 40% 50%;
}
.fs-slide.fs-slide-07 {
  background-position: 30% 50%;
}

.full-screen .coming-soon {
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
}

.fs-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fs-overlay.fs-overlay-home {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 64%, rgba(0, 0, 0, 0.3) 100%);
}

.logo {
  width: 75%;
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 55%;
    max-width: 1050px;
  }
}

.wrap {
  min-width: 0;
  max-width: 110vh;
  padding-top: 5%;
  padding-bottom: 5%;
}

.company-title {
  position: absolute;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  top: 18%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .company-title {
    top: 5%;
    font-size: 1rem;
  }
}

.slider-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .slider-wrap {
    padding: 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  .slider-wrap {
    padding: 0 200px;
  }
}
.slider-wrap img {
  width: 100%;
}

.slide-nav {
  text-align: center;
}

.slide-count, .swiper-pagination {
  font-family: mrs-eaves, serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .slide-count, .swiper-pagination {
    font-size: 1.75rem;
  }
}

.slide-prev, .slide-next, .swiper-button-prev, .swiper-button-next {
  font-weight: 300;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.5rem;
  color: #666;
  margin: 0;
  transition: transform 0.3s ease;
}
.slide-prev:focus, .slide-next:focus, .swiper-button-prev:focus, .swiper-button-next:focus {
  outline-width: 0;
}
@media screen and (min-width: 768px) {
  .slide-prev, .slide-next, .swiper-button-prev, .swiper-button-next {
    font-size: 1.75rem;
  }
}

.swiper-button-prev, .swiper-button-next {
  font-family: Arial, Helvetica, sans-serif;
  right: unset;
  left: unset;
  display: block;
}

.swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.swiper-pagination {
  width: auto;
  padding: 0 20px;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
  position: relative;
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.slide-prev:hover, .slide-prev:focus {
  transform: translateX(-5px);
  transition: transform 0.3s ease;
}

.slide-next:hover, .slide-next:focus {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.about-copy {
  font-family: mrs-eaves, serif;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .about-copy {
    font-size: 2rem;
  }
}
.about-copy:first-child:first-letter {
  color: #cb5533;
  float: left;
  margin-top: -28px;
  margin-bottom: -20px;
  font-size: 4em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .about-copy:first-child:first-letter {
    padding-right: 10px;
  }
}

.contact-copy {
  font-family: mrs-eaves, serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .contact-copy {
    font-size: 2rem;
  }
}

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