*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, li, a, button {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
}

p {
  font-size: calc(16px + (24 - 16) * ((100vw - 330px) / (1920 - 330)));
  color: black;
  line-height:150%;
}

h1{
  font-size: calc(36px + (70 - 36) * ((100vw - 330px) / (1920 - 330)));
  font-weight:1000;
  color: white;
  line-height:105%;
}

h2{
  font-size: calc(22px + (35 - 22) * ((100vw - 330px) / (1920 - 330)));
  font-weight:700;
  color: var(--secondary-color);
}

h3{
  font-size: calc(20px + (35 - 20) * ((100vw - 330px) / (1920 - 330)));
  font-weight:400;
  color: white;
  line-height:115%;
}

h4{
  font-size: calc(22px + (35 - 22) * ((100vw - 330px) / (1920 - 330)));
  font-weight:700;
  color: white;
}

h5{
  font-weight:700;
  font-size:22px;
  color: var(--secondary-color);
}

h6 {
  font-weight:200;
  font-size:17px;
  color: white;
  line-height:170%;
}

h6 a{
  color: white;
  text-decoration: none;
}

.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.logo{
  width:12%;
  position: absolute;
  bottom:15px;
}


.navigationbar01 a {
  float:right;
  display: block;
  font-size:17px;
  color: var(--quaternary-color);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  overflow: hidden;
  font-weight:900;
}

.navigationbar01 a:hover {
  color: black;
}

.navigationbar01 {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index:1000;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 25px;
  background-color: var(--tertiary-color);

}

.navigationbar01 .icon {
  display:none;
}

.header {
  position: relative;
  top: 75px;
  width: 100%;
  height: 550px;
  background-image:url("witpand.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position:50% 37%;
}

.headergradient {
  height: 550px;
  width:100%;
  position:relative;
  background-image: linear-gradient(to right, rgba(154, 25, 21, 0.7), rgba(233, 78, 27, 0.6), rgba(246, 162, 0, 0.1), rgba(246, 162, 0, 0));
}

.headertext {
  height: 550px;
  width: 100%;
  position:relative;
  Top:70px;
  margin-left: 15%;
}

.minispacer{
  height: 10px;
}

.minispacer2{
  height: 40px;
}

.spacer{
  height: 50px;
}

.Planewhite{
  position:relative;
  background-color: white;
  padding-top: 70px;
  padding-bottom: 100px;
  width:100%;
}


.textcolumn01 {
  text-align: left;
  margin-right: 35%;
  margin-left: 15%;
}

.paral01{
  background-image:url("molen.jpg");
  height: 475px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.paral02{
  background-image:url("gewoonhuiw.jpg");
  height: 475px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.PlanePrimarycolour{
  position:relative;
  background-color: var(--primary-color);
  padding-top: 70px;
  padding-bottom: 100px;
  width:100%;
}

.Planewhite2{
  position:relative;
  background-image:url("bakstenenrood.jpg");
  height: 550px;
  width:100%;
  padding-top: 70px;
  padding-bottom: 100px;
  z-index: -1;
}

.paral03{
  background-image:url("woonboot.jpg");
  height: 475px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer{
  width:100%;
  height: 450px;
  background-color:var(--quaternary-color);
}

.footertext01 {
  position:relative;
  margin-left: 15%;
  margin-right: 10%;
  top:40px;
}

.footertext01 > div {
  position:relative;
  float:left;
  margin-right: 30px;
}
