.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: #141414;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

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

.section.footer-section {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #121212;
}

.section.project-section {
  padding-top: 0px;
  padding-bottom: 220px;
}

.heading {
  max-width: 70%;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 48px;
  font-weight: 400;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block.hi-text {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.container {
  display: block;
  max-width: 1200px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.container.project-header-container {
  display: block;
  padding-top: 150px;
}

.container._404-button-container {
  max-width: 300px;
}

.navbar {
  background-color: #121212;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.button {
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #fff;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.button:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.nav-link.button.contact-me-button {
  margin-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #000;
  border-radius: 6px;
}

.nav-link.button.contact-me-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.nav-link.button.download-resume {
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.nav-link.button.download-resume:hover {
  border-width: 0px;
  background-color: #fff;
  color: #000;
}

.secondary-heading {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
}

.paragraph {
  max-width: 450px;
}

.paragraph-2 {
  max-width: 60%;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
}

.collection-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
}

.project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 30px 30px 30px 100px;
  -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;
}

.button-text {
  margin-top: 0px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.button-text:hover {
  font-weight: 600;
}

.project-paragraph-preview {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
}

.project-name-preview {
  margin-bottom: 28px;
  padding-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
}

.project-participation-preview {
  margin-bottom: 28px;
  color: #4e4e4e;
  font-size: 16px;
}

.project-participation-preview.career-timespan {
  margin-bottom: 10px;
  color: #a0a0a0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-participation-preview.career-timespan {
  margin-bottom: 10px;
  font-size: 16px;
}

.collection-list-wrapper {
  border-radius: 10px;
}

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

.form-block {
  padding: 30px 60px;
  background-color: #1d1d1d;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  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;
}

.submit-button {
  margin-top: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 5px;
  background-color: #fff;
  color: #121212;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-3 {
  max-width: 80%;
  margin-bottom: 20px;
}

.footer-header {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.textarea {
  padding-bottom: 60px;
}

.contact-form-text-field {
  margin-bottom: 20px;
}

.social-wrapper {
  margin-bottom: 15px;
}

.social-link {
  margin-right: 10px;
  margin-left: 10px;
}

.selected-projects-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-heading {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
}

.project-heading.secondary {
  max-width: 77%;
  margin-bottom: 220px;
  font-size: 80px;
  line-height: 1.3;
  font-weight: 600;
}

.heading-2 {
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
}

.project-fullwidth-picture {
  width: 100%;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-side-by-side {
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.smaller-section-title {
  max-width: 90%;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.section-description {
  max-width: 84%;
  padding-bottom: 26px;
  font-size: 23px;
  line-height: 165%;
  font-weight: 300;
}

.project-link {
  padding-right: 42px;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-decoration: underline;
}

.gallery {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-item {
  padding-bottom: 0px;
}

.collection-list-wrapper-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-2 {
  max-width: 60%;
  font-size: 23px;
  line-height: 165%;
  font-weight: 300;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-text {
  max-width: 62%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 23px;
  line-height: 165%;
  text-align: center;
}

.gallery-grid {
  justify-items: center;
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  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;
}

.gallery-div-block {
  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;
}

.gallery-image-no-text {
  padding-bottom: 30px;
}

.larger-section-title {
  max-width: 43%;
  font-size: 60px;
  line-height: 73px;
  font-weight: 600;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-image {
  width: 100%;
}

.other-projects-digital-closet-div {
  padding: 30px;
  background-color: #ffe8f1;
  color: #000;
}

.other-projects-digital-closet-div.other-projects-tasktree-div {
  background-color: #f2fbef;
}

.other-projects-project-title {
  color: #000;
  font-size: 18px;
}

.other-projects-project-description {
  padding-top: 5px;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-decoration: none;
}

.other-projects-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.link-block-2 {
  text-decoration: none;
}

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

.div-block-3 {
  background-color: #ffe8f1;
}

.div-block-4 {
  background-color: #ebe9ff;
}

.other-projects-digital-closet-div-copy {
  padding: 30px;
  background-color: #ffe8f1;
  color: #000;
}

.other-projects-hudello-div {
  padding: 30px;
  background-color: #ebe9ff;
}

.other-projects-link-block {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.recaptcha {
  margin-top: 10px;
}

.hero-camera {
  overflow: hidden;
  height: 40vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.original-hero-image {
  display: none;
}

.hero-image {
  max-width: 86%;
  margin-bottom: 0px;
}

.selected-projects-effect {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(200%) blur(40px);
  filter: saturate(200%) blur(40px);
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

.link-block-5 {
  color: #000;
  text-decoration: none;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-5 {
  padding: 30px 30px 30px 100px;
  background-color: #ffe8f1;
}

.div-block-5.hudello-project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebe9ff;
}

.div-block-5.dc-project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-3 {
  color: #000;
  font-size: 22px;
}

.text-block-3.project-name-preview {
  font-weight: 400;
}

.div-block-6 {
  min-height: 500px;
  padding: 100px 30px 30px 100px;
}

.div-block-6.tasktree-project-details {
  background-color: #f2fbef;
}

.featured-products-link-block {
  text-decoration: none;
}

.featured-products-link-block:hover {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.53);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-top: 200px;
  -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: transparent;
  color: #fff;
}

.utility-page-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-bottom: 0px;
  -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;
  text-align: center;
}

.frosted-glass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
  background-color: #000;
  opacity: 1;
}

.utility-heading {
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

._404 {
  margin-bottom: 30px;
  font-size: 172px;
  line-height: 1;
}

._404-details {
  max-width: 260px;
}

.utility-button {
  width: 100%;
  padding: 20px 0px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #000;
}

.circle-image {
  position: relative;
  z-index: 2;
  width: 460px;
  border-radius: 50%;
  opacity: 0.5;
}

.circle-image.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 1;
  -webkit-filter: saturate(200%) blur(75px);
  filter: saturate(200%) blur(75px);
}

.image-4 {
  border-radius: 50%;
}

._404-interaction {
  position: absolute;
  opacity: 1;
}

._404-image {
  max-width: 50%;
}

.text-block-4 {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 200px;
  font-weight: 300;
}

.body {
  background-image: url('../images/404-background.png');
  background-position: 0px 0px;
  background-size: 2000px;
}

._404-page-not-found {
  margin-bottom: 50px;
  font-size: 50px;
  line-height: 1;
}

.gallery-right-top-image {
  margin-top: 150px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  font-size: 16px;
  font-weight: 400;
}

.image-5 {
  max-width: 100%;
}

.resume-description {
  max-width: 90%;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 170%;
  font-weight: 400;
}

.paragraph-5 {
  max-width: 80%;
  margin-bottom: 0px;
}

.grid-6 {
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.resume-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.job-description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.list-item {
  max-width: 80%;
}

.list {
  padding-left: 18px;
}

.grid-7 {
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.success-message {
  background-color: transparent;
}

.lottie-animation {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.text-block-5 {
  font-size: 16px;
}

.body-2 {
  background-color: #121212;
}

.error-message {
  background-color: #3f3f3f;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .heading {
    max-width: 90%;
    font-size: 50px;
    line-height: 75px;
  }

  .text-block {
    font-size: 26px;
  }

  .container {
    max-width: 1600px;
  }

  .container._404-button-container {
    max-width: 400px;
    font-size: 22px;
  }

  .nav-link.button.contact-me-button {
    font-size: 20px;
  }

  .nav-link.button.download-resume {
    font-size: 20px;
  }

  .secondary-heading {
    font-size: 45px;
  }

  .paragraph-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .button-text {
    font-size: 32px;
  }

  .project-paragraph-preview {
    margin-bottom: 31px;
    font-size: 44px;
    line-height: 64px;
  }

  .project-participation-preview {
    margin-bottom: 48px;
    font-size: 22px;
  }

  .project-participation-preview.career-timespan {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .field-label {
    font-size: 20px;
  }

  .paragraph-3 {
    max-width: 100%;
    font-size: 21px;
    line-height: 30px;
  }

  .contact-form-text-field {
    line-height: 20px;
  }

  .project-heading {
    font-size: 40px;
  }

  .smaller-section-title {
    font-size: 42px;
    line-height: 63px;
  }

  .section-description {
    font-size: 32px;
  }

  .gallery-text {
    max-width: 70%;
    font-size: 32px;
  }

  .other-projects-digital-closet-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .other-projects-project-title {
    font-size: 28px;
  }

  .other-projects-project-description {
    font-size: 35px;
    line-height: 38px;
  }

  .other-projects-heading {
    font-size: 42px;
    line-height: 38px;
  }

  .other-projects-hudello-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-4 {
    grid-row-gap: 50px;
  }

  .div-block-5.hudello-project-details {
    min-height: 100%;
    padding-top: 150px;
  }

  .div-block-5.dc-project-details {
    min-height: 100%;
    padding-top: 150px;
  }

  .text-block-3.project-name-preview {
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-6.tasktree-project-details {
    min-height: 100%;
    padding-top: 150px;
  }

  .utility-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .resume-description {
    font-size: 24px;
  }

  .job-description {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.project-section {
    padding-bottom: 110px;
  }

  .heading {
    max-width: 95%;
  }

  .container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #121212;
  }

  .nav-link.button {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    background-color: #121212;
    color: #fff;
  }

  .nav-link.button.contact-me-button {
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
  }

  .paragraph-2 {
    max-width: 85%;
  }

  .project-details {
    min-height: 300px;
    padding-left: 30px;
  }

  .button-text {
    font-weight: 500;
  }

  .project-paragraph-preview {
    font-size: 21px;
  }

  .project-name-preview {
    font-size: 18px;
  }

  .project-participation-preview {
    font-size: 13px;
  }

  .project-participation-preview.career-timespan {
    font-size: 14px;
  }

  .form-block {
    padding: 15px 30px;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #121212;
  }

  .project-heading.secondary {
    max-width: 80%;
    margin-bottom: 110px;
    font-size: 64px;
  }

  .project-side-by-side {
    grid-column-gap: 0px;
  }

  .smaller-section-title {
    font-size: 20px;
  }

  .section-description {
    max-width: 100%;
    font-size: 18px;
  }

  .project-link {
    font-size: 22px;
  }

  .gallery-text {
    max-width: 81%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .larger-section-title {
    max-width: 65%;
  }

  .other-projects-digital-closet-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .other-projects-link-block {
    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;
  }

  .hero-camera {
    height: 40vw;
  }

  .hero-image-grid {
    grid-column-gap: 1vw;
    grid-row-gap: 3vw;
  }

  .div-block-5.hudello-project-details {
    min-height: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .div-block-5.dc-project-details {
    min-height: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .text-block-3.project-name-preview {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .div-block-6.tasktree-project-details {
    min-height: 100%;
    padding-top: 30px;
    padding-left: 30px;
  }

  .utility-page-content {
    margin-top: 100px;
  }

  .utility-heading {
    font-size: 50px;
  }

  ._404-image {
    max-width: 70%;
  }

  .text-block-4 {
    margin-bottom: 50px;
    line-height: 1;
  }

  ._404-page-not-found {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1;
  }

  .grid-5 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1.7fr 1fr;
    grid-template-columns: 1.7fr 1fr;
  }

  .resume-description {
    font-size: 14px;
    line-height: 186%;
  }

  .resume-title {
    font-size: 18px;
  }

  .job-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.project-section {
    padding-bottom: 55px;
  }

  .heading {
    font-size: 22px;
  }

  .container.project-header-container {
    padding-bottom: 0px;
  }

  .nav-link.button.contact-me-button {
    padding: 7px 15px;
    font-size: 14px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .collection-item {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-paragraph-preview {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .project-name-preview {
    font-size: 16px;
  }

  .project-participation-preview.career-timespan {
    padding-bottom: 10px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .submit-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 5px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .selected-projects-image {
    height: auto;
    min-height: auto;
    margin-bottom: 50px;
  }

  .project-heading {
    font-size: 22px;
  }

  .project-heading.secondary {
    margin-bottom: 55px;
    font-size: 44px;
  }

  .smaller-section-title {
    font-size: 16px;
    line-height: 26px;
  }

  .section-description {
    font-size: 14px;
  }

  .project-link {
    font-size: 12px;
  }

  .gallery-text {
    max-width: 10081%;
    font-size: 14px;
  }

  .larger-section-title {
    font-size: 34px;
    line-height: 40px;
  }

  .other-projects-project-title {
    font-size: 14px;
  }

  .other-projects-project-description {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-3 {
    grid-column-gap: 10px;
  }

  .grid-4 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5.hudello-project-details {
    padding: 50px;
  }

  .div-block-5.dc-project-details {
    padding: 50px;
  }

  .text-block-3.project-name-preview {
    margin-bottom: 7px;
  }

  .div-block-6.tasktree-project-details {
    padding: 50px;
  }

  .utility-heading {
    font-size: 40px;
  }

  ._404-image {
    max-width: 80%;
  }

  ._404-page-not-found {
    font-size: 20px;
  }

  .resume-description {
    max-width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section.project-section {
    padding-bottom: 50px;
  }

  .heading {
    max-width: 100%;
    font-size: 17px;
    line-height: 32px;
  }

  .text-block.hi-text {
    font-size: 26px;
  }

  .container {
    padding-right: 21px;
    padding-left: 21px;
  }

  .container.project-header-container {
    padding-top: 50px;
  }

  .container.gallery-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.navbar-container {
    padding-right: 0px;
    padding-left: 15px;
  }

  .container._404-button-container {
    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;
  }

  .brand {
    max-width: 70%;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .collection-item {
    margin-bottom: 10px;
  }

  .project-paragraph-preview {
    max-width: 100%;
  }

  .project-participation-preview {
    margin-bottom: 14px;
  }

  .field-label {
    font-size: 12px;
  }

  .submit-button {
    border-radius: 3px;
    font-size: 14px;
  }

  .footer-header {
    font-size: 21px;
  }

  .textarea {
    font-size: 12px;
  }

  .selected-projects-image {
    margin-bottom: 20px;
  }

  .project-heading.secondary {
    font-size: 27px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .project-fullwidth-picture {
    height: 300px;
  }

  .project-side-by-side {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .smaller-section-title {
    font-size: 14px;
    line-height: 21px;
  }

  .section-description {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .project-link {
    font-size: 14px;
  }

  .gallery-item {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-text {
    max-width: 60%;
    font-size: 16px;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-div-block {
    max-width: 100%;
  }

  .larger-section-title {
    margin-top: 0px;
    font-size: 23px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .recaptcha-wrapper {
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .hero-camera {
    height: 50vw;
  }

  .div-block-5.hudello-project-details {
    padding: 30px;
  }

  .div-block-5.dc-project-details {
    padding: 30px;
  }

  .div-block-6.tasktree-project-details {
    padding: 30px;
  }

  .utility-button {
    width: 70%;
  }

  ._404-image {
    max-width: 90%;
  }
}

#w-node-_26d87cf8-ba33-6cbc-d3da-69d3a58030cb-713cf782 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_53ffc9fa-24f7-f3c2-18fd-64a66f0b07c0-713cf782 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b69a00d5-d6ea-509c-1b00-5bc9a5777801-713cf782 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c705ab7e-c831-4d26-a784-17a23c8c0867-713cf782 {
  -ms-grid-column-align: center;
  justify-self: center;
}

