@font-face {
    font-family: 'Alte-Haas-Grotesk';
    src:url('/fonts/Alte-Haas-Grotesk.ttf.woff') format('woff'),
        url('/fonts/Alte-Haas-Grotesk.ttf.svg#Alte-Haas-Grotesk') format('svg'),
        url('/fonts/Alte-Haas-Grotesk.ttf.eot'),
        url('/fonts/Alte-Haas-Grotesk.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Berlingske Serif';
    src: url('/fonts/BerlingskeSerif-Md.eot');
    src: url('/fonts/BerlingskeSerif-Md.eot?#iefix') format('embedded-opentype'), url('/fonts/BerlingskeSerif-Md.woff2') format('woff2'), url('/fonts/BerlingskeSerif-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Berlingske Serif';
    src: url('/fonts/BerlingskeSerif-MdIt.eot');
    src: url('/fonts/BerlingskeSerif-MdIt.eot?#iefix') format('embedded-opentype'), url('/fonts/BerlingskeSerif-MdIt.woff2') format('woff2'), url('/fonts/BerlingskeSerif-MdIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

html {
	scroll-behavior: smooth;
}

body {
  color: #192848;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 18px;
}

.button-orange {
  color: #fff;
  text-shadow: -1px 0 #F18664, 0 1px #F18664, 1px 0 #F18664, 0 -1px #F18664;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 40px;
  letter-spacing: 1px;
}
.button-orange:hover {
  color: #F18664;
  text-shadow: none;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 40px;
  letter-spacing: 1px;
}

.aktiv {
  color: #F18664;
  text-shadow: none;
}

.button-white {
  color: #F18664;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 40px;
  letter-spacing: 1px;
}
.button-white:hover {
  color: #fff;
  text-shadow: none;
}

h1 {
  color: #E3E8EC;
  font-family: 'Berlingske Serif';
  font-size: 72px;
}

h2 {
  color: #192848;
  font-family: 'Berlingske Serif';
  font-size: 38px;
}

.intro {
  color: #192848;
  font-family: 'Berlingske Serif';
  font-size: 24px;
  font-style: italic;
}

.footer h4 {
  color: #E3E8EC;
  font-family: 'Berlingske Serif';
  font-size: 24px;
}

.footer a, .footer p {
  color: #E3E8EC;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 18px;
}

.footer .fa {
  color: #E3E8EC;
  font-size: 28px;
}

.quote {
  color: #E3E8EC;
  font-family: 'Alte-Haas-Grotesk';
  font-size: 24px;
}
.navbar-toggler {
  position: absolute;
  right: 0;
}

.logo {
  position: relative;
  z-index: 2;
}

.display-non, .more {
  display: none !important;
}

.itl {
  font-style: italic;
}

sub, sup {
  font-size: 80%;
}

@media (max-width: 1199px) {
  .button-orange {
    font-size: 36px;
  }
  .button-orange:hover {
    font-size: 36px;
  }
  .button-white {
    font-size: 36px;
  }
  .logo {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse.mobile-nav, .navbar-expand-md .navbar-collapse.mobile-nav {
    display: none !important;
  }
  .footer-padding {
    padding: 0 15px;
  }
  .pb-cust-h4 {
    padding-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-md .navbar-toggler {
      display: initial;
  }
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding: 0
  }
  body {
    color: #192848;
    font-family: 'Alte-Haas-Grotesk';
    font-size: 24px;
  }

  .button-orange {
    color: #F18664;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-size: 36px;
  }
  .button-orange:hover {
      color: #F18664;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      font-size: 36px;
    }

  .button-white {
    font-size: 28px;
  }

  h1 {
    color: #192848;
    font-family: 'Berlingske Serif';
    font-size: 75px;
  }

  h2 {
    color: #192848;
    font-family: 'Berlingske Serif';
    font-size: 38px;
  }

  .intro {
    color: #192848;
    font-family: 'Alte-Haas-Grotesk';
    font-size: 30px;
  }
  .navbar {
    padding: 0;
  }
  .mobile-nav {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #F18664;
    z-index: 10;
  }
  .mobile-nav-list {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
  }
  .mobile-nav-list::before {
   padding:0;margin:0;
   content: "";
   width:1px;
   height:80px;
   background-color: #E3E8EC;
   position: absolute;
   right:48%;
   top:0;
 }
  .mobile-nav-list .nav-item {
    display: inline-block;
    width: 48%;
    height: 100%;
  }
  .mobile-nav-list .nav-item .nav-link {
    text-align: center;
    line-height: 124px;
  }
  .pb-cust {
    padding-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .button-orange {
    font-size: 28px;
  }
  .button-orange:hover {
    font-size: 28px;
  }
  .footer h4 {
    color: #E3E8EC;
    font-family: 'Berlingske Serif';
    font-size: 17px;
    word-break: break-word;
  }

  .footer a, .footer p {
    color: #E3E8EC;
    font-family: 'Alte-Haas-Grotesk';
    font-size: 12px;
    word-break: break-word;
  }
}

.w-42 {
    width: 42%!important;
}
.w-29 {
    width: 29%!important;
}

*:focus {
    outline: none !important;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
    background-color: transparent !important;
    border: 0;
    z-index: 10;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar {
    background-color: #F18664;
    width: 16px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggler .icon-bar {
    width: 24px;
}
.show + .navbar-toggler .icon-bar {
    background-color: #fff;
}

.bar1, .bar3 {
  transition: 0.4s;
}

.show + .navbar-toggler {
  top: 61px;
}

.show + .navbar-toggler .bar2 {
  display: none;
}

.show + .navbar-toggler .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 2px);
  transform: rotate(-45deg) translate(-3px, 2px);
}

.show + .navbar-toggler .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -3px);
  transform: rotate(45deg) translate(-3px, -3px);
}
.container-fluid {
  max-width: 1450px;
}
footer {
  background-color: #192848;
}
.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
}
.over {
    position: relative;
}
.over-margin {
  margin: 0 15px;
  position: relative;
  z-index: 1
}
.over-margin::before {
    content: "Over ons";
    color: #192848;
    position: absolute;
    top: 80px;
    left: -117px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Berlingske Serif';
    font-size: 56px;
}
.over::after {
    content: "";
    background-color: #F18664;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.over-image {
    width: 50%;
    display: inline-block;
    padding: 0px 20px;
}
.over-image img {
    display: block;
    margin-left: auto;
    margin-top: -86px;
    width: 100%;
    max-width: 465px;
    z-index: -1;
}
.over-text {
    width: 49%;
    display: inline-block;
    padding: 50px;
}
.over-text p {
    max-width: 465px;
    padding-bottom: 5%;
    font-size: 22px;
    margin-left: auto;
}

.over-text label {
    max-width: 465px;
    font-size: 22px;
    margin-left: auto;
    display: block;
}

.over-text input, .over-text select {
    width: 100%;
    max-width: 465px;
    margin-bottom: 2% !important;
    font-size: 22px;
    margin-left: auto;
    display: block;
    border: none;
    background-color: #fff;
    height: 35px;
}

.over-text a {
  display: block;
  max-width: 465px;
  margin-left: auto;
}

.over-text .normal-link {
  display: initial;
  max-width: none;
  font-weight: 600;
  color: #192848;
}

.over-text button {
  display: block;
    width: 100%;
    max-width: 465px;
    margin-left: auto;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 0;
}

.color-spacer {
  z-index: -1;
}

.skyblue {
  background-color: #E3E8EC;
}

.text-skyblue {
  color: #E3E8EC !important;
}

.text-midnightblue {
  color: #192848;
}

.text-orange {
  color: #F18664 !important;
}

.orange {
  background-color: #F18664;
}

.midnightblue {
  background-color: #192848;
}

.image-left, .image-two-right, .image-right {
  height: 700px;
  margin-top: -350px;
}

.image-left .text-area, .image-right .text-area {
  width: 70%;
  max-height: 700px;
  position: relative;
  min-height: 200px;
}
.image-right .text-area {
  margin-left: auto;
}
.image-two-right .image-area {
  width: 50%;
  max-height: 480px;
  position: relative;
  min-height: 200px;
  display: inline-block;
  margin-bottom: 240px;
}

.image-two-right .image-area img {
  width: 69%;
  max-height: 480px;
  margin: 0 auto;
  display: block;
}

.image-two-right .text-area {
  width: 49%;
  max-height: 960px;
  position: relative;
  min-height: 200px;
  display: inline-block;
}

.image-two-right .text-area img {
  width: 90%;
  max-height: 960px;
  margin: 0 auto;
  display: block;
}

.image-left img, .image-right img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  transition: all 0.5s;
}

.tilt-heading {
    color: #192848;
    position: absolute;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Berlingske Serif';
    font-size: 56px;
    letter-spacing: 1px;
}

.image-left .tilt-heading {
    right: -92px;
    left: auto;
}
.image-right .tilt-heading {
    left: -112px;
    right: auto;
}

.tilt-text {
    color: #192848;
    position: absolute;
    font-family: 'Alte-Haas-Grotesk';
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.image-right .tilt-text {
  top: 40px;
  left: -150px;
  right: auto;
  max-width: 115px;
}
.image-left .tilt-text {
  top: 40px;
  right: -150px;
  left: auto;
}
.about-box {
    width: 100%;
    padding: 50px;
    padding-top: 100px;
    background-color: #f18564;
}
.about-box::before {
    content: "Gerelateerde projecten";
    color: #E3E8EC;
    position: absolute;
    top: -50px;
    left: calc( 50% - 339px);
    font-family: 'Berlingske Serif';
    font-size: 65px;
}


.about-box.about::before {
  content: "Meet the team";
  color: #192848;
  position: absolute;
  top: -51px;
  left: calc( 50% - 213px);
  font-family: 'Berlingske Serif';
  font-size: 65px;
}

.about-box .row {
  margin-bottom: -115px;
}

.about-box .row div {
  padding: 0 30px;
}

.jonas {
  content: "";
  color: #192848;
  position: absolute;
  top: 100px;
  left: -53px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Berlingske Serif';
  font-size: 30px;
}

.valentijn {
  content: "";
    color: #192848;
    position: absolute;
    top: 100px;
    left: -88px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Berlingske Serif';
    font-size: 30px;
}

.firstName {
    color: #192848;
    position: absolute;
    top: 80px;
    left: -35px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Berlingske Serif';
    font-size: 36px;
}
.secondName {
    color: #192848;
    position: absolute;
    top: 80px;
    left: -35px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Berlingske Serif';
    font-size: 36px;
}

.about-box-left {
  margin-top: -300px !important;
}
.about-box-left .text-area {
  width: 100%;
  padding: 0 30px;
}
.about-box-left .row {
  width: 90%;
  min-width: 650px;
}
.about-box-left .row div {
  padding-bottom: 60px;
}
.about-box-left .row div h2 {
    padding-bottom: 15px
}
.about-box-left .row div p {
    padding-bottom: 60px;
    max-width: 350px;
}


.about-box-right {
  height: 700px !important;
  margin-top: -350px !important;
  position: relative;
}
.about-box-right::before {
  content: "";
  height: 2px;
  background-color: #192848;
  width: calc( 90% - 60px );
  position: absolute;
  z-index: 10;
  right: 0;
  top: 120px;
}
.about-box-right::after {
  content: "";
  height: 2px;
  background-color: #192848;
  width: calc( 90% - 60px );
  position: absolute;
  z-index: 10;
  left: 0;
  top: 530px;
}
.about-box-right .text-area {
  width: 90%;
  background-color: #F18664;
  margin-left: auto;
  margin-right: 0;
  padding: 60px 10% 60px 60px;
  max-width: none;
}
.about-box-right .row div h2{
  padding-bottom: 30px;
}
.about-box-right .row div p{
  padding-bottom: 60px;
  max-width: 225px;
}

.floating-menu {
  display: none;
}
.float-enable:hover + .floating-menu, .floating-menu:hover {
  display: block;
  position: absolute;
  z-index: 100;
  top: 140px;
}

.floating-menu a {
  color: #fff;
  text-shadow: -1px 0 #192848, 0 1px #192848, 1px 0 #192848, 0 -1px #192848;
  font-size: 26px;
  display: inline-block;
  letter-spacing: 2px;
}

.floating-menu a:hover {
  color: #192848;
  text-shadow: none;
  font-size: 26px;
  display: inline-block;
  letter-spacing: 2px;
}
.navbar-collapse {
  z-index: 10
}
.just-text {
  padding-top: 200px;
}
.color-spacer {
    height: 950px;
    margin-top: -350px;
}
.first-div {
margin-top: -80px
}

@media (max-width: 1600px) {
  .over .container-fluid, .about-box-left .container-fluid {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .over-text p, .over-text label, .over-text input, .over-text select {
      font-size: 1.7vw;
  }
  .float-enable:hover + .floating-menu, .floating-menu:hover {
    display: block;
    position: absolute;
    z-index: 100;
    top: 125px;
  }
}

@media (max-width: 991px) and (min-width: 879px) {
  .about-box-right::after {
    top: 56%;
  }
}

@media (max-width: 991px) {
  .over-text p, .over-text label, .over-text input, .over-text select {
      font-size: 1.8vw;
  }
  .about-box-right .text-area {
    padding: 60px 60px 60px 60px;
  }
  .about-box-left .row div h2,.about-box-right .row div h2{
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .about-box-right .row div p {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .about-box-right .row div p {
    font-size: 17px;
  }
}

@media (max-width: 1199px) and (min-width: 600px) {
  .about-box-right::before {
    right: 75vw !important;
  }
}

@media (min-width: 1200px) {
  .no-desktop {
    display: none !important;
  }
  .last-index {
    max-height: 750px;
  }
  .about-box-right {
    height: 850px !important;
    margin-top: -425px !important;
    position: relative;
  }

  .about-box-right .text-area {
      max-height: 850px !important;
  }
  .about-box-right::before {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc((100vw - (100vw - 1450px) / 2) - 60px);
    position: absolute;
    z-index: 10;
    right: 0;
    top: 120px;
  }
  .about-box-right::after {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc((100vw - (100vw - 1450px) / 2) - 60px);
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60%;
  }
  .cover-it {
    content: "";
      background-color: #F18664;
      position: absolute;
      width: 50%;
      height: 100%;
      top: 0;
      right: 0;
  }
  .about-box-right .text-area {
    width: 90%;
      background-color: #F18664;
      margin-left: auto;
      margin-right: 0;
      padding: 60px;
      max-width: 1390px;
      margin: 0 auto;
      z-index: 9;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .about-box-right::before {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc((100vw - (100vw - 1140px) / 2) - 60px);
    position: absolute;
    z-index: 10;
    right: 0;
    top: 120px;
  }
  .about-box-right::after {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc((100vw - (100vw - 1140px) / 2) - 60px);
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60%;
  }
  .about-box-right .text-area {
    width: 90%;
    background-color: #F18664;
    margin-left: auto;
    margin-right: 0;
    padding: 60px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 9;
}
}

@media (min-width: 1200px) and (max-width: 1270px) {
  .about-box-right::before {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc(95% - 60px);
    position: absolute;
    z-index: 10;
    right: 0;
    top: 120px;
  }
  .about-box-right::after {
    content: "";
    height: 2px;
    background-color: #192848;
    width: calc(95% - 60px);
    position: absolute;
    z-index: 10;
    left: 0;
    top: 66%;
  }
  .about-box-right .row div p {
    padding-bottom: 60px;
    max-width: 225px;
    height: 360px;
  }
}

@media (max-width: 1199px) {
  .no-mobile {
    display: none !important;
  }
  .over-image img {
      margin-top: -8%;
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
  }
  .over-image {
      width: 100%;
      padding-left: 40px;
      padding-right: 0
  }
  .over-text p, .over-text label, .over-text input, .over-text select {
      font-size: 18px;
      margin: 0 auto;
  }
  .over-text {
      width: 100%;
      padding: 50px 25px 50px 50px;
  }
  .over-text a, .over-text button {
      margin: 0 auto;
  }
  .image-left .text-area, .image-right .text-area {
    width: 90%;
  }
  .hybrid-skyblue {
    background-color: #E3E8EC;
  }
  .hybrid-midnightblue {
    background-color: #192848;
  }
  .hybrid-text-skyblue {
    color: #E3E8EC;
  }
  .hybrid-text-midnightblue {
    color: #192848 !important;
  }
  .hybrid-text-orange {
    color: #F18664 !important;
  }
  .tilt-heading {
      font-size: 40px;
  }
  .tilt-text {
    font-size: 14px;
  }
  .image-left .tilt-text {
    bottom: -85px;
    left: 40px;
    top: initial;
    right: initial;
  }
  .image-right .tilt-text {
    bottom: -85px;
    right: 40px;
    top: initial;
    left: initial;
  }
  .image-two-right .tilt-text {
    bottom: -80px;
    left: 16%;
    top: initial;
    right: initial;
  }
  .text-wrapper .tilt-text {
    right: 16%;
    left: initial;
  }
  .mobile-height-fixer {
    max-height: 850px;
  }

  .image-two-right .container-fluid, .bottom-box .mx-auto {
    max-width: 700px;
  }

  .image-two-right .image-area {
    width: 100%;
    max-height: 400px;
    position: relative;
    min-height: 200px;
    display: inline-block;
    margin-bottom: 160px;
  }

  .image-two-right .image-area img {
    width: 68%;
    max-height: 450px;
    margin: 0 auto;
    display: block;
  }

  .image-two-right .left-img {
    margin-bottom: 150px;
  }

  .image-two-right .right-img {
    margin-bottom: 0 !important;
  }

  .image-two-right .text-area {
    width: 100%;
    max-height: 700px;
    position: relative;
    min-height: 200px;
    display: inline-block;
  }

  .image-two-right .text-area img {
    width: 68%;
    max-height: 700px;
    margin: 0 auto;
    display: block;
  }


  .image-left .tilt-heading {
      right: -68px;
      left: auto;
  }
  .image-right .tilt-heading {
      left: -81px;
      right: auto;
  }

  .bottom-box {
    height: auto !important;
  }
  .bottom-box .text-area {
    max-height: none !important;
  }

  .about-box {
    padding: 40px;
    padding-top: 40px;
  }
  .about-box::before {
    content: "Gerelateerde projecten";
    color: #E3E8EC;
    position: absolute;
    top: -23px;
    left: calc( 50% - 156px);
    font-family: 'Berlingske Serif';
    font-size: 30px;
  }
  .about-box.about::before {
      content: "Meet the team";
      color: #192848;
      position: absolute;
      top: -30px;
      left: calc( 50% - 131px);
      font-family: 'Berlingske Serif';
      font-size: 40px;
  }
  .about-box .row {
      margin-bottom: 0;
  }
  .about-box .col-xl-6 {
    padding-bottom: 40px !important;
  }
    .jonas {
      content: "";
      color: #192848;
      position: absolute;
      top: 60px;
      left: -35px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-family: 'Berlingske Serif';
      font-size: 24px;
  }
  .valentijn {
      content: "";
      color: #192848;
      position: absolute;
      top: 90px;
      left: -64px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-family: 'Berlingske Serif';
      font-size: 24px;
  }
  .firstName {
      color: #192848;
      position: absolute;
      top: 40px;
      left: 4px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-family: 'Berlingske Serif';
      font-size: 24px;
      display: inline-table;
  }
  .secondName {
      color: #192848;
      position: absolute;
      top: 40px;
      left: 4px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-family: 'Berlingske Serif';
      font-size: 24px;
  }

  .about-box-left {
    margin-top: -100px !important;
    height: 1200px;
  }
  .about-box-left .text-area {
    width: 100%;
    padding: 0 30px;
    max-height: auto;
  }
  .about-box-left .row {
    width: 100%;
    min-width: auto;
  }
  .about-box-left .row div {
    width: 65%;
    min-width: 225px;
    padding-bottom: 60px;
  }
  .about-box-left .row div:last-child, .about-box-left .row div:last-child p:last-child {
    padding-bottom: 0;
  }

  .about-box-left .row div:nth-of-type(even) {
    margin-left: auto;
  }

  .about-box-left .row div p {
    font-size: 18px;
  }
  .about-box-left .row div h2 {
    font-size: 26px;
  }
  .for-abtbx {
    min-height: 125vw !important;
  }
  .for-abtbx2 {
    min-height: 265vw !important;
  }
  .just-text {
    padding-top: 125px;
  }
  .last-index {
    max-height: 170vw;
  }
  .last-index2 {
    max-height: 100vw;
  }

  .footer .text-left a {
    display: block;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer h4, .footer a, .footer p {
    text-align: center !important;
  }
  .footer-divider {
    border-color: #e3e8e6;
    margin-top: 0;
    margin-bottom: 25px;
  }

}







































/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100vw;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #fff; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  display: none;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content img {
  width: 100%;
  max-width: 600px;
}
