body {
  background-color: #f7f4f0;
  font-family: 'Free Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 84px;
  line-height: 1.1;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.75;
}

a {
  color: #ea2b1f;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1.75;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 1.75;
}

li {
  margin-bottom: 15px;
}

strong {
  font-size: 21px;
  line-height: 1.75;
  font-weight: 700;
}

em {
  font-size: 21px;
  line-height: 1.75;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #222;
  font-size: 18px;
  line-height: 1.75;
  font-style: italic;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero {
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
}

.section.black {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #222;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 12vw;
  line-height: 1;
}

.main-title.small-padding {
  padding-left: 2px;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4f0;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.left-alignment {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.right-alignment {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.horizontal-alignment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loading-animation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animation-top {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  height: 30vh;
  background-color: #222;
}

.loading-bar {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 1px;
  background-color: #f7f4f0;
}

.animation-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  height: 30vh;
  background-color: #222;
}

.photos-animation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  width: 100%;
  height: 100vh;
}

.animation-image {
  position: absolute;
  z-index: 97;
  width: 100%;
  height: 100vh;
}

.animation-image._1 {
  background-image: url('../images/dbc6287e-83af-4380-a27f-fc7795d26ab6.JPG');
  background-position: 50% 48%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animation-image._2 {
  z-index: 96;
  background-image: url('../images/yellowrainbowhole.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.animation-image._3 {
  z-index: 95;
  background-image: url('../images/maze.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animation-image._4 {
  z-index: 94;
  background-image: url('../images/colornostroke.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animation-image._5 {
  z-index: 93;
  background-image: url('../images/sunhole.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.animation-image._6 {
  z-index: 92;
  background-image: url('../images/tangent.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-wrap {
  overflow: hidden;
  width: 100%;
}

.photo {
  width: 100%;
}

.content {
  width: 36vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.large {
  width: 60vw;
  max-width: 100%;
}

.photo-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Free Sans', sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.photo-title.absolute {
  position: absolute;
}

.photo-container {
  width: 60vw;
}

.photo-container.left-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photo-container.right-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  width: 100%;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap {
  position: relative;
  right: -19.6vw;
  bottom: 19.75vw;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.title-wrap.large {
  right: -31.6vw;
  bottom: 31.75vw;
}

.animation-middle-1 {
  position: absolute;
  top: 30vh;
  z-index: 99;
  width: 100%;
  height: 20.5vh;
  background-color: #222;
}

.animation-middle-2 {
  position: absolute;
  bottom: 30vh;
  z-index: 99;
  width: 100%;
  height: 20.5vh;
  background-color: #222;
}

.about-pic {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  z-index: 2;
  width: 55vw;
}

.about-me-container {
  width: 55vw;
  margin-top: 25vh;
}

.h2-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
}

.about-paragraph {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 2;
}

.about-paragraph.bottom-margin {
  margin-bottom: 40px;
  font-size: 14px;
}

.about-scroll-effect {
  overflow: hidden;
  width: 100%;
  height: 21vw;
}

.scroll-interaction-1 {
  position: relative;
  left: -1.3vw;
  top: 8.2vw;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 60px;
  max-width: 260%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  -webkit-transform: rotate(3.3deg);
  -ms-transform: rotate(3.3deg);
  transform: rotate(3.3deg);
}

.scroll-interaction-2 {
  position: relative;
  left: -1vw;
  top: -0.2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 60px;
  max-width: 260%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  -webkit-transform: rotate(-4.1deg);
  -ms-transform: rotate(-4.1deg);
  transform: rotate(-4.1deg);
}

.about-photo-subtitle {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}

.about-photos-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-photos-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-photos {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 8vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 22.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-photo._2 {
  overflow: visible;
  margin-top: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.about-photo._3 {
  overflow: visible;
  margin-top: 3.4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.about-photo._1 {
  position: relative;
  overflow: visible;
  margin-top: 3.4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.about-photo._4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.about-photo-title {
  margin-top: 10px;
  font-family: 'The Huntsman', sans-serif;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.scroll-text {
  color: #f7f4f0;
  text-transform: uppercase;
  white-space: nowrap;
}

.all-projects-container {
  position: relative;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #222;
}

.all-projects-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.all-projects-interaction {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  opacity: 1;
}

.all-projects-gallery {
  position: relative;
  left: -22.1vw;
  top: -25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  height: 110vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-title {
  position: absolute;
  display: inline-block;
  font-family: 'The Huntsman', sans-serif;
  color: #f7f4f0;
  font-size: 8vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.projects-image {
  position: absolute;
  left: 24vw;
  top: 29.6vw;
  width: 22vw;
}

.projects-image._5 {
  left: 89.9vw;
  top: 13.6vw;
  width: 20vw;
}

.projects-image._7 {
  left: 57vw;
  top: 70.5vw;
  width: 30vw;
}

.projects-image._6 {
  left: 118.7vw;
  top: 3.7vw;
  width: 21vw;
}

.projects-image._2 {
  left: 43.2vw;
  top: 3.6vw;
  width: 16vw;
}

.projects-image._4 {
  left: 127.4vw;
  top: 25.2vw;
  width: 16vw;
}

.projects-image._8 {
  left: 7.9vw;
  top: 9.6vw;
  width: 22vw;
}

.projects-image._3 {
  left: 99.1vw;
  top: 84.6vw;
  width: 16vw;
}

.projects-image._9 {
  left: 4vw;
  top: 66.8vw;
  width: 17vw;
}

.projects-image._10 {
  left: 124.1vw;
  top: 70vw;
  width: 24vw;
}

.projects-image._11 {
  left: 61.9vw;
  top: 20.6vw;
  width: 14vw;
}

.projects-image._12 {
  left: 103.7vw;
  top: 50.8vw;
  width: 21vw;
}

.projects-image._13 {
  left: 26.9vw;
  top: 85.8vw;
  width: 23vw;
}

.footer-text {
  line-height: 1.75;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.5vh;
  max-height: 120px;
  min-height: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 6px 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Free Sans', sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: rgba(10, 10, 10, 0.7);
}

.nav-link.w--current {
  display: none;
}

.dark-mode-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.dark-mode-link {
  padding: 6px 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Free Sans', sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.dark-mode-link:hover {
  color: rgba(10, 10, 10, 0.7);
}

.light-mode-link {
  position: absolute;
  bottom: -30px;
  padding: 6px 12px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Free Sans', sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.light-mode-link:hover {
  color: rgba(10, 10, 10, 0.7);
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-field {
  width: 100%;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.25;
}

.input-field:hover {
  border-color: #222;
}

.input-field:active {
  border-color: #222;
}

.input-field:focus {
  border-color: #222;
}

.input-field.message {
  height: 150px;
  margin-bottom: 40px;
}

.input-field.name {
  max-width: 220px;
}

.input-field.password {
  height: 60px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom-color: #f7f4f0;
  color: #f7f4f0;
}

.field-label {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.field-label.top-margin {
  margin-top: 15px;
}

.submit-button {
  padding: 17px 32px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms cubic-bezier(.77, 0, .175, 1), background-color 300ms cubic-bezier(.77, 0, .175, 1);
  transition: color 300ms cubic-bezier(.77, 0, .175, 1), background-color 300ms cubic-bezier(.77, 0, .175, 1);
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #222;
  color: #f7f4f0;
}

.success-message {
  background-color: #43aa8b;
}

.error-message {
  padding-left: 0px;
  background-color: transparent;
}

.success-text {
  color: #f7f4f0;
  font-size: 16px;
  line-height: 1.25;
}

.error-text {
  color: #ea2b1f;
}

.link-span {
  color: #ea2b1f;
  font-weight: 700;
}

.link-span.small {
  font-size: 14px;
}

.utilities-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utilities-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.h1-utilities {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f7f4f0;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
}

.utilities-text {
  max-width: 320px;
  margin-bottom: 30px;
  color: #f7f4f0;
  font-size: 21px;
  line-height: 1.6;
  text-align: center;
}

.utilities-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-width: 220px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4f0;
  -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  color: #0a0a0a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.utilities-button:hover {
  background-color: #edeae6;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.changelog-point {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
}

.changelog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changelog-number {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.template-info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 84px;
  line-height: 1.1;
}

.changelog-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #222;
}

.changelog-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  background-color: transparent;
}

.changelog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.changelog-text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.typography-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf9f9;
}

.typography-info-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-style-guide {
  color: #172633;
  font-size: 60px;
  line-height: 1.5;
}

.colors-info-container {
  display: -ms-grid;
  display: grid;
  width: 750px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.titles-style-guide {
  font-family: 'The Huntsman', sans-serif;
  color: #0a0a0a;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 400;
}

.style-guide-text {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.styleguide-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.styleguide-title-container.last {
  margin-bottom: 0px;
}

.styleguide-color {
  width: 100%;
  padding-top: 100%;
}

.styleguide-color.links {
  background-color: #ea2b1f;
}

.styleguide-color.bkg {
  background-color: #f7f4f0;
  box-shadow: 2px 2px 6px 0 rgba(10, 10, 10, 0.1);
}

.styleguide-color.text {
  background-color: #222;
}

.styleguide-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.licensing-text {
  max-width: 550px;
  margin-bottom: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph {
  color: #a83b9a;
  font-size: 16px;
}

.button {
  display: block;
  background-color: #969696;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .h1-utilities {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 18px;
  }

  a {
    font-size: 18px;
  }

  ul {
    font-size: 18px;
  }

  ol {
    font-size: 18px;
  }

  strong {
    font-size: 18px;
  }

  em {
    font-size: 18px;
  }

  blockquote {
    font-size: 16px;
  }

  .section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .animation-image._2 {
    background-size: cover;
  }

  .animation-image._4 {
    background-position: 0% 50%;
    background-size: cover;
  }

  .animation-image._5 {
    background-position: 20% 50%;
  }

  .animation-image._6 {
    background-size: cover;
  }

  .content {
    width: 45vw;
  }

  .content.large {
    width: 100%;
  }

  .photo-container {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .title-wrap {
    right: -24.6vw;
    bottom: 24.75vw;
  }

  .title-wrap.large {
    right: -42.4vw;
    bottom: 42.5vw;
  }

  .hero-image {
    width: 60vw;
  }

  .about-me-container {
    width: 60vw;
  }

  .about-scroll-effect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-interaction-1 {
    top: 2vw;
    -webkit-transform: rotate(5.5deg);
    -ms-transform: rotate(5.5deg);
    transform: rotate(5.5deg);
  }

  .scroll-interaction-2 {
    top: -6vw;
    -webkit-transform: rotate(-5.5deg);
    -ms-transform: rotate(-5.5deg);
    transform: rotate(-5.5deg);
  }

  .all-projects-gallery {
    top: 0px;
    height: 100vh;
  }

  .utilities-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .changelog-point {
    font-size: 27px;
  }

  .changelog-number {
    font-size: 28px;
  }

  .template-info-title {
    font-size: 64px;
  }

  .changelog-number-wrap {
    width: 55px;
    height: 55px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .changelog-text-container {
    width: 635px;
  }

  .changelog-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .colors-info-container {
    width: 100%;
  }

  .style-guide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .styleguide-h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  a {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
  }

  ol {
    font-size: 16px;
  }

  strong {
    font-size: 16px;
  }

  em {
    font-size: 16px;
  }

  blockquote {
    font-size: 14px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .content {
    width: 55vw;
  }

  .title-wrap {
    right: -32vw;
    bottom: 32vw;
  }

  .title-wrap.large {
    right: -43vw;
    bottom: 43.4vw;
  }

  .hero-image {
    width: 70vw;
  }

  .about-me-container {
    width: 100%;
  }

  .about-paragraph.bottom-margin {
    margin-bottom: 30px;
  }

  .about-scroll-effect {
    height: 35vw;
  }

  .scroll-interaction-1 {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  .scroll-interaction-2 {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  .navbar {
    max-height: 80px;
    min-height: 80px;
  }

  .utilities-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .utilities-container {
    padding: 50px;
  }

  .utilities-button {
    font-size: 16px;
  }

  .changelog-point {
    font-size: 24px;
  }

  .changelog-number {
    font-size: 24px;
  }

  .template-info-title {
    font-size: 48px;
  }

  .changelog-top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .changelog-number-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-text {
    font-size: 16px;
  }

  .typography-square {
    width: 100%;
  }

  .typography-info-grid {
    width: 100%;
  }

  .style-guide-text {
    font-size: 16px;
  }

  .styleguide-h2 {
    font-size: 36px;
  }

  .licensing-text {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  .section.scroll-effect {
    display: none;
  }

  .animation-image._4 {
    background-position: 15% 50%;
  }

  .animation-image._5 {
    background-position: 30% 50%;
  }

  .content {
    width: 60vw;
  }

  .photo-title.absolute {
    display: none;
  }

  .footer-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about-me-container {
    margin-top: 75px;
  }

  .about-photos-container {
    top: 2vw;
    margin-bottom: -1vw;
  }

  .about-photos {
    height: 617.33vw;
  }

  .about-photo {
    width: 63vw;
  }

  .projects-image._5.parallax {
    top: 13.6vh;
    width: 30vw;
  }

  .projects-image._7 {
    top: 70.5vh;
    width: 45vw;
  }

  .projects-image._6.parallax {
    width: 31vw;
  }

  .projects-image._1 {
    top: 29.6vh;
    width: 33vw;
  }

  .projects-image._2 {
    top: 3.6vh;
    width: 24vw;
  }

  .projects-image._4 {
    top: 25.2vh;
    width: 24vw;
  }

  .projects-image._8 {
    top: 9.6vh;
    width: 33vw;
  }

  .projects-image._3 {
    top: 84.6vh;
    width: 24vw;
  }

  .projects-image._9 {
    top: 66.8vh;
    width: 25.5vw;
  }

  .projects-image._10 {
    width: 36vw;
  }

  .projects-image._11 {
    top: 20.6vh;
    width: 21vw;
  }

  .projects-image._12 {
    top: 50.8vh;
    width: 31.5vw;
  }

  .projects-image._13 {
    top: 85.8vh;
    width: 34.5vw;
  }

  .footer-text.bottom-margin {
    margin-bottom: 10px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .dark-mode-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .light-mode-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .form-container {
    width: 100%;
  }

  .utilities-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utilities-container {
    padding: 40px;
  }

  .h1-utilities {
    font-size: 36px;
  }

  .utilities-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .utilities-button {
    font-size: 15px;
  }

  .changelog-point {
    font-size: 21px;
  }

  .template-info-title {
    font-size: 36px;
  }

  .changelog-number-wrap {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .typography-square {
    width: 100%;
  }

  .typography-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .colors-info-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .style-guide-text.colors {
    display: none;
  }

  .styleguide-h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b879308-dbaf-c854-fc77-0cedb733a495-492094d0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'The Huntsman';
  src: url('../fonts/The-Huntsman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/Free-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/Free-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}