* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: gimlet-display-narrow, serif;
  font-weight: 300;
  color: #363636;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

p {
  margin-bottom: 25px;
  font-size: 28px;
}

h1 {
  font-size: 18vw;
  line-height: .85em;
}

h2 {
  font-size: 10em;
  text-transform: uppercase;
}

a {
  color: #B45A38;
}

/* NAVIGATION STYLES */
.menuButton {
  position: fixed;
  right: 80px;
  top: 15px;
  z-index: 999;
}

.menuButtonClose {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 20px;
  right: 9%;
}

.navOpen {
  width: 100vw;
  height: 0vh;
  overflow: hidden;
  background-color: #465321;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.navOpen h2 {
  color: #F8F3CC;
}

.navigation__open {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #465321;
}

.navigation__open--btn {
  z-index: 99999;
  color: #F8F3CC90;
}

.navigation__open a {
  color: #F8F3CC90;
  text-decoration: none;
}

.navigation__open a:hover {
  color: #F8F3CC;
}

.navigation__links {
  width: 100%;
  padding: 10vh 20% 25vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.navigation__link {
  opacity: 0%;
  border-bottom: 2px solid #F8F3CC90;
  padding: 20px 0px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.navigation__link:hover:after {
  width: 100%;
}

.navigation__link:nth-child(1) {
  padding-left: 5vw;
}

.navigation__link:nth-child(1):hover:after {
  width: calc(100% - 5vw);
}

.navigation__link:nth-child(2) {
  padding-left: 15vw;
}

.navigation__link:nth-child(2):hover:after {
  width: calc(100% - 15vw);
}

.navigation__link:nth-child(3) {
  padding-left: 45vw;
}

.navigation__link:nth-child(3):hover:after {
  width: calc(100% - 45vw);
}

.navigation__link:nth-child(4) {
  padding-left: 30vw;
}

.navigation__link:nth-child(4):hover:after {
  width: calc(100% - 30vw);
}

.navigation__link:nth-child(5) {
  padding-left: 5vw;
}

.navigation__link:nth-child(5):hover:after {
  width: calc(100% - 5vw);
}

.navigation__link:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: #F8F3CC;
  -webkit-transition: .3s;
  transition: .3s;
}

/****** END OF NAVIGATION STYLES ******/
.intro {
  width: 80%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 33px;
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introPhoto {
  width: 180px;
  height: 180px;
  position: fixed;
  right: 80px;
  bottom: 33px;
  background-image: url(/images/About-Natalie_Conklin_headshot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.textWrapper {
  width: 70%;
  margin: 0 auto;
}

.about {
  padding: 150px 0;
}

.aboutIntro p {
  width: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 2px solid #363636;
  padding-left: 35%;
  margin: 150px 0;
}

.homeImages {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.homeImages img {
  max-height: 100%;
}

.about .quote {
  margin-bottom: 150px;
  min-height: 70vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote p {
  font-size: 3.8em;
  line-height: .95em;
}

p.quoteAuthor {
  font-size: 1em;
}

.quoteAuthor:before {
  content: '';
  display: inline-block;
  width: 150px;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 44px;
  background-color: #363636;
}

.aboutText p {
  width: 69%;
}

.homeImages {
  margin: 150px 0px;
}

.work {
  background-color: #465321;
  padding: 150px 0;
}

.work h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #F8F3CC;
}

.work p {
  width: 69%;
  color: #F8F3CC;
}

.work .quoteAuthor:before {
  background-color: #F8F3CC;
}

.education {
  background-color: #B45A38;
  padding: 150px 0;
}

.education h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #F8F3CC;
}

.education p {
  color: #F8F3CC;
}

.education .quote {
  width: 90%;
  margin: 69px auto;
}

.education .quoteAuthor:before {
  background-color: #F8F3CC;
}

.educationText {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}

.educationText p {
  width: 69%;
}

.inspiration {
  padding: 150px 0;
}

.inspiration h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.contact {
  padding: 25vh 0;
  text-align: center;
}

.contact h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 33px;
}

@media (max-width: 768px) {
  p {
    font-size: 22px;
  }
  h2 {
    font-size: 6em;
  }
  .textWrapper {
    width: 80%;
  }
  .quote p {
    font-size: 2.6em;
  }
  p.quoteAuthor {
    font-size: 1em;
  }
  .quoteAuthor:before {
    margin-right: 10%;
  }
  .educationText {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 3.4em;
  }
  .menuButton {
    right: 20px;
  }
  .navigation__links {
    padding: 10vh 10% 25vh;
  }
  .introPhoto {
    right: 20px;
  }
  .about {
    padding: 0px;
    margin-bottom: 80px;
  }
  .aboutIntro p {
    padding-left: 15%;
    height: 50vh;
    margin: 80px 0;
  }
  .about .quote {
    margin-bottom: 80px;
  }
  .quote p {
    font-size: 2.3em;
  }
  p.quoteAuthor {
    font-size: 1em;
  }
  .aboutText p {
    width: 100%;
  }
  .homeImages {
    margin: 150px 0;
  }
  .work {
    padding: 80px 0;
  }
  .work p {
    width: 100%;
  }
  .education {
    padding: 80px 0;
  }
  .educationText p {
    width: 100%;
  }
  .inspiration {
    padding: 80px 0;
  }
}
/*# sourceMappingURL=about.css.map */