body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Blenderpro book', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
}

.body {
  background-color: #f8f8f8;
}

.logo-link {
  width: 150px;
}

.large-paragraph {
  margin-bottom: 1.2rem;
  font-family: 'Blenderpro book', sans-serif;
  color: #5e4145;
  font-size: 1.3rem;
  line-height: 2rem;
}

.large-paragraph.bio {
  color: #e2c8c8;
}

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

.section.dark {
  padding-right: 3vw;
  padding-left: 3vw;
  background-color: #221f20;
}

.section.dark.archive {
  padding-right: 3vw;
  padding-left: 3vw;
}

.section.white {
  background-color: #fff;
}

.section.burgundy {
  background-color: #562b30;
}

.section.next-proj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-reg {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.form-label {
  display: inline-block;
  height: 1.8vw;
  margin-right: 0.2vw;
  margin-bottom: 0px;
  font-family: 'Blenderpro book', sans-serif;
  color: #5e4145;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}

.text-field {
  display: inline-block;
  width: 150px;
  height: 1.9rem;
  margin-right: 0.2vw;
  padding: 0px 5px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 grey;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.5;
  font-family: 'Blenderpro book', sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}

.text-field:focus {
  border-bottom-color: #ff614d;
  opacity: 1;
  color: #ff614d;
}

.text-field.job {
  width: 310px;
}

.text-field.professional {
  width: 250px;
}

.text-field.email {
  width: 280px;
}

.text-field.deadline {
  width: 230px;
}

.button {
  display: block;
  margin-top: 2vw;
  padding: 1.3rem 2rem;
  border-radius: 5px;
  background-color: #ff614d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #ff4831;
}

.button.archive {
  display: inline-block;
  min-width: 300px;
  margin-right: 15px;
  margin-left: 15px;
}

.button.on-heading {
  margin-top: 0vw;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  background-color: #682e34;
}

.button.on-heading:hover {
  background-color: #562b30;
}

.section-heading {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 97, 77, .35);
  font-family: 'Blenderpro book', sans-serif;
  color: #ff614d;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

.section-heading.gray {
  border-bottom-color: hsla(0, 0%, 51%, .35);
  color: #838383;
}

.clients-logos {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.team-member {
  display: block;
  max-height: 300px;
  float: left;
}

._800-cont {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}

._800-cont.heading {
  max-width: 650px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding: 2vw;
  background-color: #ff614d;
}

.footer-link {
  display: inline-block;
  margin-top: 12px;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  border-bottom: 1px solid hsla(0, 0%, 100%, .65);
}

.success-message {
  padding: 2.5vw 3vw 2vw;
  background-color: rgba(255, 97, 77, .15);
  font-family: 'Korpus a';
  color: #5e4145;
  font-size: 20px;
}

.error-message {
  margin-top: 25px;
  padding: 2.5vw 3vw 2vw;
  background-color: rgba(255, 97, 77, .15);
  font-family: 'Korpus a';
  color: #5e4145;
  font-size: 20px;
  text-align: center;
}

.footer-logo {
  max-width: 50px;
  margin-right: 15px;
}

.nav-icon {
  cursor: pointer;
}

.popup-nav-cont {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ff614d;
  opacity: 0;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.close-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 4vw;
  min-width: 35px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-nav:hover {
  opacity: 0.5;
}

.navbar-menu {
  width: 24px;
  float: right;
  cursor: pointer;
}

.fixed-nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  display: block;
  height: 45px;
  padding: 10px 20px;
  background-color: #f8f8f8;
  -webkit-transform: translate(0px, -64px);
  -ms-transform: translate(0px, -64px);
  transform: translate(0px, -64px);
}

.fixed-nav-wrapper.visible {
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.col-no-padded {
  min-height: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.archive-year {
  width: 13%;
  padding-top: 5px;
  float: left;
  border-top: 1px solid hsla(0, 0%, 51%, .35);
  font-family: 'Blenderpro book', sans-serif;
  color: #c2c2c2;
  font-size: 2.5rem;
  line-height: 3rem;
}

.project-title-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100.1%;
  padding-top: 30%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 4vw;
}

.project-title-container:hover {
  padding-top: 23%;
  background-color: rgba(0, 0, 0, .72);
  opacity: 1;
  line-height: 1.4vw;
}

.project-title {
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
}

.project-title.on-archive {
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-align: left;
}

.project-subtitle {
  font-family: 'Blenderpro book', sans-serif;
  color: #ff8374;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-subtitle.on-archive {
  font-size: 0.9rem;
  text-align: left;
}

.project-cover {
  width: 100%;
}

.project-cover.on-archive {
  opacity: 0.35;
  -webkit-filter: grayscale(100%) contrast(70%);
  filter: grayscale(100%) contrast(70%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.project-cover.on-archive:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.reg-paragraph {
  font-family: 'Blenderpro book', sans-serif;
  color: #e2c8c8;
  font-size: 1.3rem;
  line-height: 2rem;
}

.reg-paragraph.member-info {
  margin-top: 20px;
  line-height: 1.5rem;
}

.sign {
  max-width: 200px;
  margin-top: -20px;
  float: right;
  clear: right;
}

.highlighted-row {
  margin-bottom: 3vw;
}

.popup-nav-items-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-cont {
  position: relative;
  width: 100%;
  float: left;
}

.legal-paragraph {
  margin-bottom: 15px;
  font-family: 'Blenderpro book', sans-serif;
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.4rem;
}

.legal-heading {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  font-family: 'Blenderpro book', sans-serif;
  color: #747474;
  font-size: 24px;
  font-weight: 400;
}

.legal-cont {
  margin-bottom: 20px;
}

.legal-link {
  color: #ff614d;
  text-decoration: none;
}

.nav-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.nav-item-flex:hover {
  background-color: hsla(0, 0%, 100%, .1);
}

.nav-text-flex {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 30px;
}

.fixed-nav-flex {
  display: block;
  -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;
}

.fixed-nav-menu {
  float: right;
}

.buttons-wrapper {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.range-wrapper {
  display: block;
}

.archive-projects-container {
  width: 87%;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-container {
  margin-top: 10px;
  padding: 3px 15px 15px;
  border-left: 1px solid hsla(0, 0%, 51%, .35);
}

.cover-img {
  width: 100%;
}

._404-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #92989c;
}

.error-message-cont {
  width: 90%;
  max-width: 600px;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}

._404-large-number {
  margin-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .22);
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

._404-message {
  font-family: 'Blenderpro book', sans-serif;
  color: #2c2c2c;
  font-size: 1.3rem;
  line-height: 2rem;
}

._404-inline-link {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  color: #2c2c2c;
  text-decoration: none;
}

.footer-links-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid hsla(0, 0%, 100%, .26);
}

.footer-links-cont {
  width: 60%;
  float: right;
}

.footer-p {
  width: 80%;
  margin-top: 8px;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.heading-h1 {
  margin-top: 0px;
  float: right;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 4vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -1px;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Blenderpro book', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

.heading-h2.david {
  margin-right: 8px;
  float: right;
  clear: right;
  color: rgba(114, 33, 45, .74);
  text-align: right;
}

.team-member-cont {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #442226;
}

.position {
  color: #8f585e;
  font-size: 1.1rem;
}

._1200-cont {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  text-decoration: none;
}

.next-project {
  margin-bottom: 10px;
  font-family: 'Blenderpro book', sans-serif;
  color: #999;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.next-project.title {
  margin-bottom: 0px;
  font-family: 'Blenderpro book', sans-serif;
  color: #3b3b3b;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}

.next-project-img {
  max-width: 200px;
  float: left;
  box-shadow: 0 0 0 1px #e4e4e4;
}

.next-project-text-cont {
  margin-left: 30px;
}

.next-project-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800%;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  -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;
  text-decoration: none;
  cursor: e-resize;
}

.inline-link {
  border-bottom: 1px solid rgba(94, 65, 69, .26);
  color: #5e4145;
  text-decoration: none;
}

._1600-cont {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}

.project-description-cont {
  max-width: 300px;
  padding: 11px 15px 15px;
  border-top: 1px dotted hsla(0, 0%, 51%, .35);
  border-left: 1px dotted hsla(0, 0%, 51%, .35);
}

.project-description-cont.right {
  float: right;
  border-right: 1px solid hsla(0, 0%, 100%, .25);
  border-left-style: none;
  text-align: right;
}

.project-description {
  margin-bottom: 10px;
  font-family: 'Blenderpro book', sans-serif;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 22px;
}

.more-info {
  display: inline-block;
  padding: 5px 8px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43%, .24);
  border-radius: 3px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: 'Blenderpro book', sans-serif;
  color: #6d6d6d;
  font-size: 15px;
  text-decoration: none;
  cursor: crosshair;
}

.more-info:hover {
  border-color: hsla(0, 0%, 43%, .85);
  color: #b1b1b1;
}

.more-info.on-archive {
  margin-top: 10px;
  padding: 4px 5px 3px;
  font-size: 13px;
  line-height: 15px;
}

.archive-row {
  margin-bottom: 20px;
}

.info-title {
  max-width: 350px;
  margin-bottom: 5px;
  font-family: 'Blenderpro book', sans-serif;
  color: #6d6d6d;
  font-size: 16px;
}

.info-description {
  max-width: 350px;
  margin-bottom: 20px;
  font-family: 'Blenderpro book', sans-serif;
  color: #d1d1d1;
  font-size: 18px;
}

.info-description.services {
  margin-bottom: 7px;
}

.info-row {
  margin-top: 1.5vw;
}

.new-heading-cont {
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/black-squares-50-alpha.png'), -webkit-linear-gradient(270deg, rgba(255, 97, 77, .86), rgba(255, 97, 77, .86));
  background-image: url('../images/black-squares-50-alpha.png'), linear-gradient(180deg, rgba(255, 97, 77, .86), rgba(255, 97, 77, .86));
  background-position: 0px 0px, 0px 0px;
  background-size: 2px, auto;
}

.heading-col-right {
  height: 100%;
  padding-top: 27vh;
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(170, 54, 49, .59);
}

.heading-row {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-col-left {
  height: 100%;
  padding-top: 14vh;
  padding-right: 40px;
  padding-left: 50px;
}

.heading-symbol {
  position: absolute;
  left: -20%;
  bottom: -3%;
  height: 37vh;
}

.sign-cont {
  width: 100%;
  max-width: 250px;
  float: right;
}

html.w-mod-js *[data-ix="load-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .large-paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form-label {
    height: 24px;
    font-size: 18px;
    line-height: 24px;
  }
  .text-field {
    width: 120px;
    height: 26px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding: 5px 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .text-field.job {
    width: 220px;
  }
  .text-field.professional {
    width: 160px;
  }
  .text-field.email {
    width: 200px;
  }
  .text-field.deadline {
    width: 170px;
  }
  .button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
  }
  .section-heading {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 24px;
  }
  ._800-cont {
    width: 90%;
    max-width: 700px;
  }
  ._800-cont.heading {
    width: 100%;
  }
  .footer-link {
    margin-left: 20px;
    font-size: 11px;
    line-height: 14px;
  }
  .footer-logo {
    max-width: 35px;
  }
  .archive-year {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .project-title-container {
    display: none;
  }
  .project-cover.on-archive {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .project-cover.on-archive:hover {
    opacity: 1;
  }
  .reg-paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .sign {
    max-width: 180px;
  }
  ._404-message {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-links-col {
    padding-left: 0px;
  }
  .footer-links-cont {
    width: 85%;
  }
  .footer-p {
    margin-left: 20px;
    font-size: 13px;
    line-height: 21px;
  }
  .heading-h1 {
    padding-bottom: 5px;
    font-size: 50px;
    line-height: 45px;
    letter-spacing: 0px;
  }
  .heading-h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .next-project {
    font-size: 0.9rem;
  }
  .next-project.title {
    font-size: 1.3rem;
  }
  .next-project-cont {
    max-width: 90%;
  }
  ._1600-cont {
    width: 96%;
  }
  .project-description-cont {
    display: none;
  }
  .more-info {
    margin-top: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .heading-col-right {
    padding-top: 240px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading-col-left {
    padding-top: 150px;
    padding-right: 30px;
    padding-left: 35px;
  }
  .heading-symbol {
    height: 20vh;
  }
}

@media (max-width: 767px) {
  .logo-link {
    width: 120px;
    margin-top: 1px;
  }
  .large-paragraph {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .form-label {
    font-size: 16px;
  }
  .button {
    font-size: 16px;
    line-height: 18px;
  }
  .button.archive {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .section-heading {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 22px;
  }
  .team-member {
    width: 30%;
  }
  .footer-link {
    margin-top: 8px;
    margin-left: 10px;
    font-size: 9px;
    line-height: 14px;
  }
  .footer-logo {
    max-width: 25px;
  }
  .archive-year {
    width: 100%;
    margin-bottom: 30px;
  }
  .project-subtitle.on-archive {
    font-size: 0.8rem;
  }
  .reg-paragraph {
    font-size: 16px;
  }
  .reg-paragraph.member-info {
    margin-top: 10px;
    line-height: 1.3rem;
  }
  .project-cont {
    padding-bottom: 15px;
  }
  .legal-paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .legal-heading {
    font-size: 20px;
  }
  .buttons-wrapper {
    margin-top: 30px;
  }
  .archive-projects-container {
    width: 100%;
    margin-bottom: 50px;
  }
  .info-container {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-left-style: none;
  }
  .archive-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._404-message {
    font-size: 16px;
  }
  .footer-links-cont {
    width: 90%;
  }
  .footer-p {
    margin-left: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .heading-h1 {
    margin-bottom: 0px;
    font-size: 33px;
    line-height: 32px;
  }
  .heading-h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .position {
    font-size: 15px;
  }
  .next-project {
    margin-bottom: 5px;
  }
  .next-project-img {
    display: none;
  }
  .next-project-text-cont {
    margin-left: 0px;
  }
  .more-info {
    font-size: 13px;
    line-height: 19px;
  }
  .info-title {
    margin-top: 15px;
  }
  .info-description {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .new-heading-cont {
    height: auto;
  }
  .heading-col-right {
    padding: 100px 25px 205px;
  }
  .heading-col-left {
    padding-top: 92px;
    padding-right: 20px;
    padding-left: 25px;
  }
  .heading-symbol {
    height: 200px;
  }
}

@media (max-width: 479px) {
  .large-paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .form-label {
    display: block;
    font-size: 14px;
  }
  .text-field {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .text-field.job {
    width: 100%;
  }
  .text-field.professional {
    width: 100%;
  }
  .text-field.email {
    width: 100%;
  }
  .text-field.deadline {
    width: 100%;
  }
  .button {
    font-size: 14px;
    line-height: 20px;
  }
  .button.archive {
    width: 100%;
    min-width: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.on-heading {
    float: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-link {
    display: block;
    margin-top: 4px;
  }
  .footer-logo {
    display: block;
    max-width: 20px;
    margin: 15px auto 25px;
  }
  .project-title.on-archive {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .project-subtitle.on-archive {
    font-size: 0.75rem;
  }
  .reg-paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .sign {
    max-width: 150px;
  }
  .legal-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._404-message {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-links-cont {
    width: 100%;
  }
  .footer-p {
    width: 100%;
    padding-right: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  .heading-h1 {
    float: none;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .heading-h2 {
    text-align: center;
  }
  .next-project {
    margin-bottom: 0px;
  }
  .next-project.title {
    font-size: 1.2rem;
  }
  .more-info {
    margin-top: 6px;
  }
  .more-info.on-archive {
    margin-top: 5px;
  }
  .new-heading-cont {
    background-image: -webkit-linear-gradient(270deg, #ea6151, #ea6151), url('../images/heading-bg.jpg');
    background-image: linear-gradient(180deg, #ea6151, #ea6151), url('../images/heading-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .heading-col-right {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: transparent;
  }
  .heading-col-left {
    padding-bottom: 10px;
  }
  .sign-cont {
    max-width: none;
  }
}

@font-face {
  font-family: 'Blenderpro book';
  src: url('../fonts/BlenderPro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Blenderpro';
  src: url('../fonts/BlenderPro-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}