body {
  font-family: 'Open Sans', sans-serif;
  color: #2d2c4c;
  font-size: 1rem;
  line-height: 1.5em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Hanken book', sans-serif;
  font-size: 5.921rem;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0px;
  font-family: 'Hanken book', sans-serif;
  font-size: 4.236rem;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-family: 'Hanken book', sans-serif;
  font-size: 2.262em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-family: 'Hanken book', sans-serif;
  font-size: 1.618rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: 'Hanken book', sans-serif;
  font-size: 1.398rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Hanken book', sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

p {
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
}

a {
  color: #20a5e6;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

blockquote {
  margin-bottom: 2rem;
  padding: 0px;
  font-family: Merriweather, serif;
}

figure {
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container.container--navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.container.container--columns {
  margin-bottom: 10px;
  padding-right: 0rem;
  padding-left: 0rem;
}

.container.container--cta {
  max-width: 35rem;
  text-align: center;
}

.container.container--post {
  position: relative;
  top: -5rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .01);
}

.color {
  display: inline-block;
  width: 4rem;
  height: 4rem;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  float: none;
  -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;
  font-size: 1.618rem;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

.subtitle.subtitle--hero {
  width: 60%;
  margin-bottom: 5rem;
}

.color-azure {
  background-color: #bce3f5;
}

.color-dark {
  background-color: #2d2c4c;
}

.color-yellow {
  background-color: #fcd750;
}

.color-grey {
  background-color: #f2f2f2;
}

.btn {
  padding: 1rem 1.5rem 0.7rem;
  border-radius: 0.25rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Hanken book', sans-serif;
  font-size: 0.864em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn:hover {
  opacity: 0.82;
}

.btn.color-yellow {
  color: #2d2c4c;
}

.btn.color-azure {
  color: #2d2c4c;
}

.btn.btn--small {
  padding: 0.5rem 0.75rem 0.25rem;
  font-size: 0.618rem;
}

.btn.color-orange {
  margin-top: 29px;
}

.btn.btn--share {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0rem;
  background-color: #20a5e6;
}

.style {
  margin-bottom: 2rem;
}

.navlink {
  margin-left: 2rem;
  padding: 0.5rem 0px 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Hanken book', sans-serif;
}

.navlink:hover {
  color: #20a5e6;
}

.navlink.w--current {
  border-bottom: 2px solid #2d2c4c;
  color: #2d2c4c;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 12;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcd750;
}

.navbar.nav-desktop {
  border-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #2d2c4c;
  background-color: #bce3f5;
}

.section {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.section.color-yellow {
  background-color: #fcd750;
}

.section.section--hero {
  padding-top: 12rem;
  border: 0px solid #2d2c4c;
  background-color: #f2f2f2;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section.section--hero.section--hero-post {
  padding-bottom: 10rem;
}

.section.section--reduced {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.section--reduced.color-dark {
  color: #20a5e6;
}

.section.section--post {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}

.h1--hero {
  margin-bottom: 0.5rem;
}

.label {
  position: static;
  display: inline-block;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
  padding-left: 0.5rem;
  float: none;
  background-color: #2d2c4c;
  color: #fff;
  font-size: 1em;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section--header {
  margin-bottom: 5rem;
}

.properties {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.properties.text--align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.property--item {
  width: 33.33333333%;
  padding-right: 2rem;
  float: left;
}

.property--item.property--item--center {
  width: 25%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.font-color--yellow {
  color: #fcd750;
}

.font-color--azure {
  color: #bce3f5;
}

.property--title {
  margin-bottom: 0.5rem;
  font-family: 'Hanken book', sans-serif;
  color: #20a5e6;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.content {
  width: 72%;
  float: right;
}

.img--content {
  width: 23%;
  float: left;
}

.img--content.img--content--services {
  display: inline-block;
}

.img--content.img--content--the-how {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.column {
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-transform: rotateX(0deg) rotateY(0.0001deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(0.0001deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.property--icon {
  margin-bottom: 2rem;
}

.color-blue {
  background-color: #20a5e6;
}

.img--hero {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar--trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 1px;
}

.img--logo {
  height: 60px;
}

.navmenu {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.font-color--white {
  color: #fff;
}

.footer--content {
  font-size: 0.864rem;
  line-height: 1.4em;
}

.footer--content-title {
  margin-bottom: 0.5rem;
}

.link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.link.link--footer {
  color: #fcd750;
}

.link.link--footer:hover {
  color: #20a5e6;
}

.footer--text.font-color--white {
  margin-bottom: 0.5rem;
  font-size: 18px;
}

.font-color--blue {
  color: #20a5e6;
}

.link--social {
  width: 2.5rem;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}

.contact--layer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 123;
  display: none;
  -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: rgba(45, 44, 76, .92);
  opacity: 0;
}

.contact--modal {
  position: relative;
  padding: 4rem 2rem;
  background-color: #fcd750;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, .68);
}

.field-label {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-family: 'Hanken book', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.field-group {
  position: relative;
  margin-bottom: 1rem;
}

.text-field {
  position: relative;
  margin-bottom: 0px;
  padding: 1.6rem 1rem;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fcd750;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  color: #2d2c4c;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-field:focus {
  border-bottom: 2px solid #2d2c4c;
}

.text-field.textarea {
  min-height: 8rem;
  padding-top: 1rem;
}

.required-field {
  position: relative;
  left: 5px;
  top: -1px;
  width: 0.8rem;
}

.required-field--legend {
  background-image: url('../images/brilworxrequired-field.svg');
  background-position: 116px 50%;
  background-size: 1em;
  background-repeat: no-repeat;
}

.modal--close {
  position: absolute;
  top: -1.5rem;
  right: 4rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #20a5e6;
  background-image: url('../images/brilworxclose-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.text--align-center {
  text-align: center;
}

.modal--img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 18rem;
}

.card--img {
  height: 10rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, .16);
}

.card--img.img--blog-featured {
  height: 15rem;
}

.grid--card {
  color: #2d2c4c;
}

.grid {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--item {
  margin-bottom: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.grid--item.grid--portfolio-item {
  width: 25%;
}

.grid--item.grid--blog-item {
  width: 33.33333333%;
}

.grid--item.grid--blog-item.grid--blog-featured {
  width: 50%;
  margin-bottom: 0rem;
}

.cta--icon {
  margin-bottom: 2rem;
}

.h1--col-item {
  margin-bottom: 0.5rem;
  font-size: 4.236rem;
  line-height: 1.2em;
}

.post h2 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  color: #20a5e6;
  font-size: 2.262rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}

.post h3 {
  margin-bottom: 1rem;
  color: #20a5e6;
  font-size: 1.618rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}

.post h4 {
  margin-bottom: 1rem;
  color: #20a5e6;
  font-size: 1.398rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}

.post ul {
  margin-bottom: 3rem;
  padding-left: 40px;
  font-weight: 300;
  list-style-type: disc;
}

.post blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem;
  border-left: 1px none #000;
  border-radius: 0.25rem;
  background-color: #bce3f5;
  line-height: 1.5em;
  font-style: italic;
}

.post figcaption {
  font-size: 0.826rem;
  font-style: italic;
}

.post p {
  margin-bottom: 3rem;
  line-height: 1.8em;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.post figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post li {
  margin-bottom: 1rem;
}

.quote {
  padding-right: 10rem;
  padding-left: 10rem;
  border-left-style: none;
  font-family: Merriweather, serif;
  line-height: 1.5em;
  font-style: italic;
}

.img--post {
  height: 28rem;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card--wrapper {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, .16);
}

.post-wrapper {
  padding: 6rem;
  background-color: #fff;
  font-size: 1.398rem;
}

.card--header {
  padding-right: 6%;
  padding-left: 6%;
}

.share-links {
  margin-top: 2rem;
}

.img--share-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share-link--item {
  margin-right: 1rem;
}

.hidden-lightbox {
  display: none;
}

.testimonial {
  text-align: center;
}

.testimonial--img {
  margin-bottom: 2rem;
}

.link--block {
  display: block;
}

.form--succes {
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Hanken book', sans-serif;
  color: #20a5e6;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.form--wrapper {
  position: relative;
  height: 38rem;
}

.error-message {
  position: absolute;
  left: 13rem;
  right: 0px;
  bottom: 0.2rem;
  margin-top: 0px;
  padding: 0px;
  background-color: transparent;
  color: #0098ff;
  font-size: 0.875rem;
  line-height: 1.3rem;
}

.image-2 {
  display: block;
  margin: 1px auto 25px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  clear: none;
  text-align: left;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 0px;
}

.image-4 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 0px;
}

.image-5 {
  margin-bottom: 15px;
}

.image-6 {
  margin-bottom: 15px;
}

.image-7 {
  margin-bottom: 15px;
}

.image-8 {
  margin-bottom: 15px;
}

.container-2 {
  height: 50px;
}

.button {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  opacity: 1;
  font-size: 2rem;
}

@media (max-width: 991px) {
  h1 {
    font-size: 4.236rem;
    line-height: 1.1em;
  }
  h2 {
    font-size: 3.659em;
    line-height: 1.1em;
  }
  .container {
    width: auto;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .container.container--columns.container-footer {
    text-align: center;
  }
  .container.container--cta {
    margin-right: auto;
    margin-left: auto;
  }
  .subtitle.subtitle--hero {
    width: 70%;
    margin-bottom: 3rem;
  }
  .btn.color-dark {
    margin-left: 30%;
  }
  .navlink:hover {
    color: #2d2c4c;
  }
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar.nav-device {
    background-color: #bce3f5;
  }
  .section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .section.section--hero {
    padding-top: 9rem;
  }
  .section.section--hero.section--hero-post {
    padding-bottom: 7rem;
  }
  .section.section--post {
    padding-bottom: 0rem;
  }
  .label {
    font-size: 0.864rem;
    line-height: 1.7em;
  }
  .section--header.section--header--contact {
    margin-bottom: 1rem;
  }
  .property--item {
    width: 100%;
  }
  .column {
    margin-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .img--logo {
    height: 24px;
  }
  .footer--content {
    font-size: 1rem;
  }
  .footer--text.font-color--white {
    margin-bottom: 1rem;
  }
  .contact--layer {
    overflow: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact--modal {
    padding-right: 1rem;
    padding-bottom: 0rem;
    padding-left: 1rem;
  }
  .field-label {
    position: relative;
    top: 0.75rem;
  }
  .field-group {
    height: 3.25rem;
  }
  .field-group.field--textarea {
    height: 8.25rem;
  }
  .text-field {
    display: inline-block;
    width: 70%;
    float: right;
  }
  .required-field {
    top: 0.7rem;
  }
  .modal--close {
    right: 3rem;
  }
  .modal--img {
    display: none;
  }
  .grid--item.grid--portfolio-item {
    width: 50%;
    margin-bottom: 2rem;
  }
  .grid--item.grid--blog-item {
    width: 50%;
  }
  .grid--item.grid--blog-item.grid--blog-featured {
    width: 100%;
    margin-bottom: 2rem;
  }
  .post h2 {
    font-size: 1.618rem;
  }
  .post h3 {
    font-size: 1.398rem;
  }
  .post h4 {
    font-size: 1rem;
  }
  .post ul {
    font-size: 1rem;
  }
  .post blockquote {
    font-size: 1rem;
  }
  .post p {
    font-size: 1rem;
  }
  .quote {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .post-wrapper {
    padding: 3rem;
  }
  .form--wrapper {
    height: 29.5rem;
  }
  .error-message {
    left: 0rem;
    right: auto;
    bottom: 0rem;
    width: 30%;
    padding-right: 0px;
  }
  .image {
    height: 24px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.659em;
    line-height: 1.1em;
  }
  h2 {
    font-size: 2.618em;
    line-height: 1.1em;
  }
  .container {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .container.container--navbar {
    padding-left: 1rem;
  }
  .container.container--columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .container.container--cta {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .container.container--post {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .subtitle {
    font-size: 1.398rem;
    line-height: 1.3em;
  }
  .subtitle.subtitle--hero {
    width: auto;
  }
  .btn.color-dark {
    margin-left: 0%;
  }
  .navlink {
    margin-left: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: 1.398rem;
  }
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section {
    text-align: center;
  }
  .section.section--hero {
    padding-top: 5rem;
  }
  .section.section--hero.section--hero-post {
    padding-bottom: 6rem;
  }
  .section.section--reduced {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section--header {
    margin-bottom: 2rem;
  }
  .property--item {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .property--item.property--item--center {
    width: 50%;
    margin-bottom: 2rem;
  }
  .property--title {
    margin-bottom: 0rem;
  }
  .content {
    width: 100%;
  }
  .img--content {
    margin-bottom: 2rem;
    float: none;
  }
  .column.column--last {
    margin-bottom: 0rem;
  }
  .img--hero {
    width: 60%;
    margin-bottom: 2rem;
  }
  .navmenu {
    position: absolute;
    top: 2.5rem;
    right: 0rem;
    border-bottom: 2px solid #2d2c4c;
    background-color: #fcd750;
    color: #3a87aa;
  }
  .brand {
    padding-left: 0px;
  }
  .font-color--blue {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .contact--modal {
    padding-top: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .field-label {
    top: 0rem;
  }
  .field-group {
    height: auto;
  }
  .field-group.field--textarea {
    height: auto;
  }
  .text-field {
    width: 100%;
    float: none;
  }
  .required-field {
    top: -1px;
  }
  .grid--item.grid--blog-item {
    margin-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .h1--col-item {
    margin-bottom: 0rem;
    font-size: 2.618em;
  }
  .post h2 {
    margin-bottom: 0rem;
    line-height: 1.1em;
  }
  .post h3 {
    margin-bottom: 0rem;
    line-height: 1.1em;
  }
  .post h4 {
    margin-bottom: 0rem;
    line-height: 1.1em;
  }
  .post ul {
    margin-bottom: 2rem;
  }
  .post blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .post p {
    margin-bottom: 2rem;
  }
  .post figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .quote {
    margin-bottom: 1rem;
    font-size: 0.864rem;
    line-height: 1.7em;
  }
  .img--post {
    height: 16rem;
  }
  .post-wrapper {
    padding: 2rem;
    text-align: left;
  }
  .card--header {
    padding-right: 3%;
    padding-left: 3%;
    text-align: left;
  }
  .testimonial {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .form--wrapper {
    height: 37.5rem;
  }
  .error-message {
    left: 12.5rem;
    right: 0rem;
    bottom: -0.2rem;
    width: auto;
  }
  .menu-button {
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 0.6rem 1rem;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 2.5rem;
  }
  .menu-button.w--open {
    background-color: #fcd750;
    color: #20a5e6;
  }
  .heading {
    font-size: 0.864rem;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2.618rem;
  }
  h2 {
    font-size: 2.262rem;
  }
  h3 {
    font-size: 1.618rem;
  }
  h4 {
    font-size: 1.398rem;
  }
  h5 {
    font-size: 1rem;
  }
  .container.container--columns.container--post {
    margin-top: 2rem;
  }
  .container.container--post {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .subtitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 600;
  }
  .subtitle.subtitle--hero {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navlink {
    display: block;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .property--item {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .property--item.property--item--center {
    width: 100%;
  }
  .column {
    margin-bottom: 1.5rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .img--hero {
    width: 92%;
  }
  .contact--layer {
    padding-bottom: 4rem;
  }
  .contact--modal {
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }
  .grid--item.grid--portfolio-item {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .grid--item.grid--blog-item {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .h1--col-item {
    font-size: 2.262em;
  }
  .post ul {
    margin-bottom: 1rem;
  }
  .post p {
    margin-bottom: 1.5rem;
  }
  .post figure {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .error-message {
    left: 0rem;
    top: 100%;
    bottom: auto;
    margin-top: 1.5rem;
    background-color: #fcd750;
  }
  .button {
    font-size: 1rem;
  }
}

@font-face {
  font-family: 'Hanken book';
  src: url('../fonts/Hanken-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hanken';
  src: url('../fonts/Hanken-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}