:root {
  --black: #111;
  --white: white;
}

.page-wrapper {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
}

.navbar {
  z-index: 10;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.padding-section-large.last-item {
  padding-top: 0;
  padding-bottom: 2rem;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.seperation-line {
  background-color: rgba(24, 20, 20, .2);
  height: .0625rem;
  margin-top: 8rem;
  margin-bottom: 0;
}

.seperation-line.last-item {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.navbar-items {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  display: flex;
}

.heading-style-h1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Judson, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.navbar_image {
  width: 3.75rem;
}

.text-weight-bold {
  color: var(--black);
  font-weight: 700;
}

.button {
  background-color: var(--black);
  border-radius: .625rem;
  align-self: flex-end;
  margin-top: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  transition: all .2s;
}

.button.button-center {
  align-self: auto;
}

.button.button-center:hover {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

.about-me_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects_project-item {
  margin-bottom: 16rem;
  display: flex;
}

.projects_project-item.last-item {
  margin-bottom: 0;
}

.heading-style-h3.projects-project-item_heading {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.2;
}

.projects_columns {
  flex-flow: row;
  align-items: center;
  display: block;
}

.projects_columns.exception-mobile {
  display: block;
}

.projects_columns.exception-desktop {
  display: none;
}

.projects-project-item_image {
  border-radius: .625rem;
  transition: all .2s;
}

.projects-project-item_image:hover {
  transform: scale(1.03);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

.footer_icons-wrapper {
  justify-content: space-around;
  margin-top: 2rem;
}

.footer_icon-link {
  height: 3.75rem;
  transition: all .2s;
}

.footer_icon-link:hover {
  transform: scale(1.1);
}

.footer-form_label {
  font-size: 1.2rem;
  font-weight: 300;
}

.footer-form_input {
  color: var(--black);
  border-radius: .625rem;
  height: 3rem;
}

.footer-form_input.multi-line {
  height: 7rem;
}

.footer_form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexbox-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_columns {
  align-items: center;
  margin-top: 3rem;
  font-size: 1.5rem;
  display: flex;
}

.footer_link-block {
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer_copyright {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_copyright-text {
  font-size: 1.3rem;
  display: inline;
}

.footer_copyright-text.text-color-grey {
  font-size: 1.1rem;
}

.navbar_link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  transition: all .2s;
}

.navbar_link:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.navbar_link.text-color-grey {
  font-size: 1.1rem;
}

.navbar_link.text-color-grey.w--current {
  color: var(--black);
}

.project_column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  display: flex;
}

.project_description {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.35;
}

.project_description.text-color-grey {
  text-align: left;
}

.text-color-grey {
  color: rgba(18, 19, 22, .7);
  font-family: Geist, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.preloader {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 6.25rem;
}

.button-wrapper {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.section-hero_column {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 35rem;
  display: flex;
}

.section-hero_image {
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.section-hero_columns {
  margin-top: 7rem;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-global.padding-section-large {
    padding: 6rem 2.5rem;
  }

  .seperation-line {
    margin-top: 6rem;
  }

  .seperation-line.last-item {
    margin-top: 2rem;
  }

  .heading-style-h1.padding-up {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .button.button-center {
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .projects_project-item {
    margin-bottom: 12rem;
  }

  .heading-style-h3.projects-project-item_heading {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .footer_icon-link {
    height: 3.3rem;
  }

  .project_column {
    padding-left: 1.7rem;
    padding-right: 0;
  }

  .project_description.text-color-grey {
    text-align: center;
    font-size: 1.1rem;
  }

  .text-color-grey {
    font-size: 1.3rem;
  }

  .section-hero_column {
    height: 25rem;
  }

  .section-hero_columns {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    overflow: visible;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .seperation-line {
    margin-top: 5rem;
  }

  .navbar_image {
    width: 3rem;
  }

  .button {
    align-self: center;
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .button.button-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.2rem;
  }

  .projects_project-item {
    margin-bottom: 10rem;
  }

  .heading-style-h3.projects-project-item_heading {
    font-size: 2rem;
  }

  .projects_columns {
    flex-flow: column;
    display: block;
  }

  .projects_columns.exception-mobile {
    display: none;
  }

  .projects_columns.exception-desktop {
    display: block;
  }

  .projects-project-item_image {
    margin-bottom: 1rem;
  }

  .footer_icons-wrapper {
    margin-bottom: 2rem;
  }

  .footer_icon-link {
    height: 3rem;
  }

  .footer_form {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4rem;
  }

  .footer_columns {
    flex-flow: column;
  }

  .navbar_link.text-color-grey {
    background-color: var(--white);
    text-align: center;
    width: 20%;
    font-size: 1.2rem;
  }

  .project_column {
    padding-left: 0;
  }

  .project_description.text-color-grey {
    font-size: 1.3rem;
  }

  .text-color-grey {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .button-wrapper {
    flex-flow: row;
  }

  .section-hero_column {
    justify-content: center;
    align-items: center;
  }

  .section-hero_columns {
    margin-top: 0;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-menu-3 {
    background-color: var(--white);
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large {
    padding: 4rem 1rem;
  }

  .seperation-line {
    margin-top: 4rem;
  }

  .navbar-items {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .heading-style-h1.padding-up {
    font-size: 2rem;
  }

  .button {
    font-size: .8rem;
  }

  .button.button-center {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .projects_project-item {
    margin-bottom: 8rem;
  }

  .heading-style-h3.projects-project-item_heading {
    font-size: 1.6rem;
  }

  .footer_icon-link {
    height: 2.5rem;
  }

  .footer-form_label {
    font-size: 1.1rem;
  }

  .footer_copyright-text.text-color-grey {
    font-size: .9rem;
  }

  .navbar_link.text-color-grey {
    text-align: center;
    width: 40%;
    font-size: 1.1rem;
    text-decoration: none;
  }

  .project_description.text-color-grey {
    font-size: 1rem;
  }

  .text-color-grey {
    font-size: 1.1rem;
  }

  .section-hero_column {
    height: 23rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 1.3rem;
  }

  .nav-menu-3 {
    background-color: var(--white);
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.woff2') format('woff2'), url('../fonts/Geist-UltraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Black.woff2') format('woff2'), url('../fonts/GeistMono-UltraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}