/* IMPORT THE FRAMEWORK */
.about .img-wrapper, .about, .hero-text, .hero, .hero-wrapper {
  position: relative;
}

.hero-tabs, .hero .hero-slide {
  position: absolute;
}

.hero-tabs a, .about a, .hero-text a {
  display: inline-block;
  zoom: 1;
}

.hero .hero-slide.active, .about h2:after {
  display: block;
}

.hero-text, .about .img-wrapper, .hero-tabs, .about h2:after {
  box-sizing: border-box;
}

.about h2:after {
  content: "";
}

.about .info {
  text-align: left;
}

.hero-tabs {
  text-align: right;
}

.about a, .hero-text a {
  text-align: center;
}

.hero-text h1, .about a, .hero-text a {
  text-transform: uppercase;
}

.about .img-wrapper {
  width: 50%;
}

.about, .hero {
  display: flex;
  flex-wrap: wrap;
}

.hero {
  justify-content: center;
}

.about .img-wrapper, .hero .hero-slide {
  background-repeat: no-repeat;
}

.about .img-wrapper, .hero .hero-slide {
  background-size: cover;
}

.about .img-wrapper {
  background-position: center center;
}

.hero .hero-slide {
  background-position: right center;
}

.hero-tabs, .about h2:after {
  width: 20%;
}

.about h2, .hero-text h2 {
  font-family: "CarrigDC", sans-serif;
}

.about a, .hero-text a {
  transition: background-color 250ms, color 250ms;
  padding: 1.2em 1.5em;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  font-weight: normal;
  border: none;
  cursor: pointer;
  min-width: 150px;
}

.hero-text a {
  color: #FFFFFF;
  background-color: #f581c5;
}
.hero-text a:hover {
  background-color: #f9b0db;
}
.hero-text a:active {
  background-color: #f152af;
}

.about a {
  color: #FFFFFF;
  background-color: #f2eeee;
  border-bottom: 5px solid #dcbace;
}
.about a:hover {
  background-color: white;
  transition: width 1s ease;
  color: #f581c5;
}
.about a:active {
  background-color: #dcd1d1;
}

.hero-text {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .hero-text {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.about h2:after {
  background-color: #f2eeee;
  height: 4px;
  margin: 1.5em 0;
}

.hero-text h2 {
  font-size: 3.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h2 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h2 {
    font-size: 2.3em;
  }
}

.about h2 {
  font-size: 1.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .about h2 {
    font-size: 1.2em;
  }
}

.about p, .hero-text p, .hero-text h1 {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about p, .hero-text p, .hero-text h1 {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about p, .hero-text p, .hero-text h1 {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .about p, .hero-text p, .hero-text h1 {
    font-size: 1em;
  }
}

.about h2, .hero-text h2 {
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.hero-text h1 {
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
  color: #f581c5;
}

.about p, .hero-text p, .hero-text h1 {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

/* HERO SLIDER */
.hero-wrapper {
  overflow: hidden;
  z-index: 0;
}

.hero, .hero-slide {
  height: 80vh;
}

.hero {
  background-color: transparent;
}
.hero .hero-slide {
  width: 100%;
  top: 0;
  left: 0;
}
.hero .hero-slide.active {
  z-index: 10;
}
.hero .hero-slide.active .hero-text {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-text {
  width: 55%;
  margin-top: 10%;
  padding: 7% 5%;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero-tabs {
  right: 5%;
  bottom: 5%;
  padding: 1.5em 5%;
  z-index: 998;
}
.hero-tabs a {
  width: 15px;
  height: 15px;
  background: #f581c5;
  border-radius: 20px;
  text-indent: -9999px;
}
.hero-tabs a:not(:last-child) {
  margin-right: 1.5em;
}
.hero-tabs a:not(.active) {
  background: #FFFFFF;
}

@media screen and (min-width: 761px) and (max-width: 1399px) {
  .hero-text {
    width: 80%;
  }
}
@media screen and (max-width: 760px) {
  .hero, .hero-slide {
    height: 700px;
  }
  .hero-text {
    width: 90%;
  }
  .hero-tabs {
    display: none;
  }
}
.about {
  margin: 5% 0;
}
.about .img-wrapper {
  z-index: 2;
}
.about .info {
  width: 35%;
  padding: 6em 0;
  margin-left: 5%;
}
@media screen and (max-width: 760px) {
  .about {
    margin: 0;
  }
  .about .img-wrapper {
    width: 100%;
    height: 450px;
  }
  .about .info {
    width: 90%;
    padding: 4.5em 0;
    margin-left: 5%;
  }
}
