#about-me {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

#about-me .slide-info {
  height: 15vh;
}

#about-me .slide-controls {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

#about-me .slide-controls button {
  font-size: 0.9rem;
}

#about-me .slide-title {
  font-size: 2rem;
}

#about-me .about-body {
  height: 85vh;
  overflow: hidden;
}

#about-me .about-body .about-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about-me .about-body #about-slide-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about-me .about-body #about-slide-1 #intro-title {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#about-me .about-body #about-slide-1 #intro-title h2 {
  color: #FF6F83;
  font-size: 5.5rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#about-me .about-body #about-slide-1 #intro-title #dash1 {
  margin-top: 1rem;
  height: 1vh;
  width: 100%;
  background: #fff;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#about-me .about-body #about-slide-1 p {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
  margin-top: 1rem;
}

#about-me .about-body #about-slide-2 {
  background: #0e0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem 0;
}

#about-me .about-body #about-slide-2 .slide-text {
  width: 35%;
}

#about-me .about-body #about-slide-2 .slide-text h2 {
  width: 100%;
  color: #FF6F83;
  font-size: 3rem;
  text-transform: lowercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  margin-bottom: 200px;
}

#about-me .about-body #about-slide-2 .slide-text p {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #dbd8d8;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#about-me .about-body #about-slide-2 .slide-image {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about-me .about-body #about-slide-2 .slide-image img {
  width: 90%;
  height: auto;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#about-me .about-body #about-slide-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about-me .about-body #about-slide-3 .slide3-title {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about-me .about-body #about-slide-3 .slide3-title div {
  width: 48%;
  height: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about-me .about-body #about-slide-3 .slide3-title div h2 {
  color: #FF6F83;
  font-size: 6rem;
  font-family: 'Heebo', sans-serif;
  opacity: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#about-me .about-body #about-slide-3 .slide3-para {
  width: 50%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 400px;
  background: #FF6F83;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#about-me .about-body #about-slide-3 .slide3-para h1 {
  font-size: 3rem;
  color: #050505;
  width: 50%;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

#about-me .about-body #about-slide-3 .slide3-para p {
  color: #fff;
  width: 50%;
  font-size: 1.2rem;
}

#about-me .about-body #about-slide-4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about-me .about-body #about-slide-4 h1 {
  color: #FF6F83;
  font-size: 5vw;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 2rem;
  opacity: 0;
}

#about-me .about-body #about-slide-4 button {
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  font-size: 1.5rem;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media only screen and (max-width: 1000px) {
  #about-slide-2 h2 {
    font-size: 2.5rem !important;
  }
  #about-slide-2 p {
    font-size: 1.1rem !important;
  }
  .slide3-title {
    width: 45% !important;
  }
  .slide3-title h2 {
    font-size: 4.5rem !important;
  }
  .slide3-para {
    width: 55% !important;
  }
  .slide3-para h1, .slide3-para p {
    width: 65% !important;
  }
}

@media only screen and (max-width: 800px) {
  #about-slide-1 h2 {
    font-size: 4rem !important;
  }
  #about-slide-1 p {
    font-size: 0.9rem !important;
  }
  #dash1 {
    height: 0.75vh !important;
  }
  #about-slide-2 h2 {
    font-size: 2rem !important;
  }
  #about-slide-2 p {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #about-slide-2 p {
    margin-top: 4px !important;
  }
  #about-me .slide-controls button {
    font-size: 0.7rem !important;
  }
  #about-me .slide-title {
    font-size: 1.5rem !important;
  }
  .slide-text {
    width: 95% !important;
  }
  .slide-image {
    width: 95% !important;
  }
  .slide3-title {
    width: 100% !important;
    height: 40% !important;
  }
  .slide3-title h2 {
    font-size: 2rem !important;
  }
  .slide3-para {
    width: 100% !important;
    height: 60% !important;
  }
  .slide3-para h1 {
    text-align: center !important;
    font-size: 2.2rem !important;
  }
  .slide3-para p {
    font-size: 1rem !important;
  }
  .slide3-para h1, .slide3-para p {
    width: 90% !important;
  }
}

@media only screen and (max-width: 500px) {
  #about-slide-1 h2 {
    font-size: 3rem !important;
  }
}
/*# sourceMappingURL=about_me.css.map */