@import url("https://use.typekit.net/ttp7aye.css");
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: sans-serif;
  font-size: 16px;
}
header {
  background-color: #FAF8FF;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
header .logo {
  padding: 0.5rem 10px 0.5rem 10px;
  font-size: 1.25rem;
  font-family: "garamond-premier-pro-caption", serif;
  font-weight: 700;
  font-style: normal;
  color: #8685EF;
}
@media (min-width: 700px) {
  header .logo {
    font-size: 1.75rem;
  }
}
main .wrapper {
  width: 100%;
  padding-bottom: 3rem;
  background-color: #FAF8FF;
}
main .wrapper .intro {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}
@media (min-width: 700px) {
  main .wrapper .intro {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
  }
}
main .wrapper .intro h1 {
  font-family: "garamond-premier-pro-caption", serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 700px) {
  main .wrapper .intro h1 {
    font-family: "garamond-premier-pro-caption", serif;
    font-weight: 700;
    font-style: normal;
  }
}
main .wrapper .intro p {
  padding-top: 1rem;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 700px) {
  main .wrapper .intro p {
    padding-top: 1rem;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
main .wrapper .container {
  width: 100%;
}
@media (min-width: 700px) {
  main .wrapper .container {
    margin: 2rem 0;
    width: 95%;
    max-width: 1400px;
    height: 250px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
main .wrapper .container #project1-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project1_img.jpg");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project1-mobile-display {
    display: none;
  }
}
main .wrapper .container #project2-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project2_img.png");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project2-mobile-display {
    display: none;
  }
}
main .wrapper .container #project3-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project3_img.jpg");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project3-mobile-display {
    display: none;
  }
}
main .wrapper .container #project4-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project4_img.png");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project4-mobile-display {
    display: none;
  }
}
main .wrapper .container #project5-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project5_img.jpg");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project5-mobile-display {
    display: none;
  }
}
main .wrapper .container #project6-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project6_img.jpg");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project6-mobile-display {
    display: none;
  }
}
main .wrapper .container #project7-mobile-display {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../imgs/project7_img.jpg");
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) {
  main .wrapper .container #project7-mobile-display {
    display: none;
  }
}
main .wrapper .container .left-image {
  display: none;
}
@media (min-width: 700px) {
  main .wrapper .container .left-image {
    display: block;
  }
}
main .wrapper .container .left-image figure {
  width: 100%;
  height: 250px;
  border-radius: 15px 0 0 15px;
}
main .wrapper .container .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
}
main .wrapper .container .right-image {
  display: none;
}
@media (min-width: 700px) {
  main .wrapper .container .right-image {
    display: block;
  }
}
main .wrapper .container .right-image figure {
  width: 100%;
  height: 250px;
  border-radius: 0 15px 15px 0;
}
main .wrapper .container .right-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}
main .wrapper .container .hero-txt {
  padding: 1rem;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
  border-radius: 15px;
  font-family: "garamond-premier-pro-caption", serif;
  font-weight: 700;
  font-style: normal;
}
main .wrapper .container .article {
  width: 100%;
}
@media (min-width: 700px) {
  main .wrapper .container .article {
    width: 70%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
}
main .wrapper .container .article h3 {
  display: none;
}
@media (min-width: 700px) {
  main .wrapper .container .article h3 {
    display: block;
    width: 100%;
    padding: 1rem 0 0.5rem 1rem;
    font-family: "garamond-premier-pro-caption", serif;
    font-weight: 700;
    font-style: normal;
  }
}
main .wrapper .container .article p {
  padding: 1rem;
  line-height: 1.6rem;
  background-color: #fff;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 700px) {
  main .wrapper .container .article p {
    width: 100%;
    padding: 1rem 1rem 0.5rem 1rem;
    line-height: 1.6rem;
  }
}
main .wrapper .container .article p a {
  color: #8685EF;
  font-family: "garamond-premier-pro-caption", serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 700px) {
  main .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer {
  background: #8685EF;
  color: #FAF8FF;
}
@media (min-width: 700px) {
  footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #8685EF;
    color: #fff;
  }
}
footer .socials {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 0;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 700px) {
  footer .socials {
    width: auto;
    padding: 1.5rem 1rem 1.5rem 0rem;
  }
}
footer .socials a {
  padding: 0 0.5rem;
  text-decoration: none;
  color: #FAF8FF;
}
@media (min-width: 700px) {
  footer .socials a {
    color: #FAF8FF;
  }
}
footer .copyright {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 700px) {
  footer .copyright {
    width: auto;
    padding-right: 1rem;
    align-items: center;
  }
}
.top-spacing {
  margin-top: 1rem;
}
.right-shadow {
  box-shadow: 15px 15px 15px #161616;
}
.left-shadow {
  box-shadow: -15px 15px 15px #161616;
}
#project1,
#project3 {
  opacity: 0;
}
#project1.animate__animated,
#project3.animate__animated {
  opacity: 1;
}
#project2,
#project4 {
  opacity: 0;
}
#project2.animate__animated,
#project4.animate__animated {
  opacity: 1;
}
