<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: calibiy;
  src: url("../font/Calibri Regular.woff");
}

@font-face {
  font-family: Olderika;
  src: url("../font/Biondi W00 SemiBold.woff");
}

img {
  width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

body {
  font-family: calibiy;
  color: #000;
  background: #fff;
}

body .p0 {
  padding: 0 !important;
}

body .heading {
  font-family: Olderika;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  background: #fdc8e7;
  color: #fff;
  font-size: 40px;
}

body .subheading {
  font-family: 'Alex Brush', cursive;
  font-size: 50px;
  text-align: center;
  background: #ff67c0;
  color: #fff;
  padding: 5px 0;
  font-weight: 200;
  line-height: 1;
}

body header {
  position: fixed;
  width: 100%;
  top: 0;
}

body header.pink {
  background: #ff67c0;
}

body header nav {
  position: relative;
}

body header nav .navTggl {
  cursor: pointer;
  background: #ff67c0;
  padding: 7px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 7px;
}

body header nav .navTggl.active .line1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

body header nav .navTggl.active .line3 {
  -webkit-transform: rotate(-45deg) translateY(-15px);
          transform: rotate(-45deg) translateY(-15px);
}

body header nav .navTggl.active .line2 {
  opacity: 0;
}

body header nav .navTggl .line {
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 8px 0;
  border-radius: 20%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

body header nav .navItm {
  background: #ff67c0;
  list-style: none;
  padding: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  width: 100%;
}

body header nav .navItm.active {
  min-height: 100vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body header nav .navItm li {
  padding: 40px 0;
  text-align: center;
}

body header nav .navItm li a {
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  font-family: calibiy;
}

body #hero {
  min-height: 800px;
  background: url("../img/Laag 3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

body #hero .heroCon {
  width: 500px;
  pointer-events: none;
}

body section {
  padding: 80px 0;
}

body .dFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #txts h3 {
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

body #txts .imgs {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 00px;
}

body #txts .imgs .border {
  display: none;
}

body #txts .imgs .imgItm {
  width: 40%;
  margin: 0 20px;
}

body #txts .imgs .imgItm.p0 {
  padding-bottom: 0;
}

body #pictures {
  margin-bottom: 60px;
}

body .imgwrapp {
  margin-bottom: 50px;
}

body .imgwrapp .dFlex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body .imgwrapp .imgbx {
  width: 33.333%;
  height: auto;
}

body .imgwrapp .imgbx img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .heroCon {
    width: 250px !important;
    margin-top: 30px;
  }
  body #hero {
    min-height: 350px;
  }
  body #txts h3 {
    font-size: 24px;
  }
  #txts {
    padding-left: 15px;
    padding-right: 15px;
  }
  .border {
    display: block !important;
    padding: 50px 0;
  }
  body .heading {
    font-size: 18px;
  }
  body .subheading {
    font-size: 26px;
  }
  body .imgwrapp .imgbx {
    width: 50%;
  }
  body header nav .navItm li a {
    font-size: 22px;
  }
  body header nav .navItm.active {
    padding-top: 100px;
  }
  body header nav .navItm li {
    padding: 30px 0;
  }
  body header nav .navTggl .line {
    width: 32px;
    margin: 6px 0;
  }
  body header nav .navTggl.active .line1 {
    -webkit-transform: rotate(45deg) translateY(16px);
    transform: rotate(45deg) translateY(13px);
  }
  body header nav .navTggl.active .line3 {
    -webkit-transform: rotate(-45deg) translateY(-15px);
    transform: rotate(-45deg) translateY(-13px);
  }
  #pictures {
    margin-bottom: 40px !important;
  }
  
  body #txts .imgs .imgItm {
		width: 80%;
		margin: 0 20px;
	  }
	  
}
/*# sourceMappingURL=style.css.map */</pre></body></html>