/*html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}*/

html {
  position: relative;
  min-height: 100%;
  
}
html, body {
    /* 100% ivm achtergrond */
    height: 100%;
}
body {
  margin-bottom: 60px;

}

.background {
    background-image: url("/img/bg2022.jpg");
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: left;
    z-index: -1;
    opacity: 0.1;
}
.color1 {
    color: #236383;
}
.color2 {
    color: #A7C0CE;
}
.color3 {
    color: #726D6A;
}
.h100px {
    height: 100px;
}

.h50px {
    height: 50px;
}

.topbutton {
    z-index: 99;
    position: fixed;
}

.item {
    height: 100%;
    min-height: 100vh;
}