@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* .background{
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 998;
  background-color: white;
  opacity: 1;
} */
.loader{
    animation: rotate 2s infinite linear;
    position: fixed;
    z-index: 999;
    height: 20em;
    width: 20em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body{
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}

.navbar{
    margin: 0;
    border-radius: 0 !important;
}

/* header sizes */
h1{
    font-size: 2em !important;
}
h2{
    font-size:1.8em !important;
}
h3{
    font-size:1.6em !important;
}
h4{
    font-size:1.5em !important;
}
h5{
    font-size:1.2em !important;
}
p{
    font-size:1em !important;
}
/* end header sizes */
#servicesHome{
    margin-bottom:30px;
}

/* footer */
.logofooter img{
    margin: 10px;
    max-height:150px;
}
.address{
    margin-top: 50px;
    margin-left: 10px;
    float:left;
}
.onlysmall{
    display: none;
}

footer{
  position: fixed;
  bottom: 0;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #333;
    color: #9d9d9d;
    width: 100%;
    text-align: center;
}

.logofooter{
  display: inline-block;
}
.addressInfo{
  text-align: left;
  display: inline-block;
}

article{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding-bottom: 200px; /* This is for the footer. */
}

.opties{
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}
.optie{
    width: 25%;
    text-align: left;
}
.optie h1{
    font-size: 1.5em;
    text-align: left;
}
.logo{
    width: 100%;
}
.logoimg{
    min-width: 150px;
    margin-top: 1%;
    width: 15%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.optie{
    margin-left: 2%;
    margin-right: 2%;
    min-width: 250px;
}
.heightAndMarginTop{
    height: 30px;
    margin-top: -5px;
}
.optie p{
    width: 80%;
}

/* about */

.floatright{
    float: right;
    margin-left: 10%;
    margin-bottom: 8%;
}
.aboutimages{
    margin: 30px;
    margin-left: 20%;
    margin-right: 20%;
}
.aboutimages img{
    width: 250px;
    height: 250px;
}
/* services */

/* downloads */

/* Vision & Mission */
.center{
    margin: auto;
}
/* general */

.infoservices,.infoabout{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
    margin-top: 25px;
}
.downloads{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
    margin-top: 25px;
}
@media screen and (max-width: 840px) {
    .downloads, .infoservices,.infoabout, .center{
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .center{
        margin-bottom: 25px;
    }
    footer{
      position: relative;
    }
    article{
        padding-bottom: 0; /* This is for the footer. */
    }
}
@media screen and (max-width: 530px) {
 .floatright{
     margin-left: auto;
     margin-right: auto;
     float: none!important;
 }
}

@media screen and (max-width: 480px) {
footer{
  position: relative;
    font-size: 0.8em;
}
footer h2{
    display: none;
}
footer p{
    margin-top: 10px;
}
article{
    padding-bottom: 0; /* This is for the footer. */
}


}
@media screen and (max-width: 768px) {
.onlysmall {
    display: block;
}
.rightfooter{
    margin:0;
}
.notsmall{
    display: none;
}
.addressmall{
    margin-top:20px;
}
.addressmall p{
    margin:0;
    padding: 0;
}

}@media screen and (max-width: 480px) {
    footer{
        margin-left:auto;
        margin-right:auto;
    }
}
.addressmall{
    margin-top:10px;
}
