body{
  background-color: #8cc15f;
  font-family: 'AllerDisplay';
  
}
@font-face {
    font-family: 'AllerDisplay';
    src: url("../fonts/AllerDisplay.ttf");
    
}
/*navigatiemenu*/

.navbar-nav .nav-link {
    margin-right: 20px; 
  }
  .navbar-custom a:hover{
    color: #9e76a8;
    text-decoration: double;
  }
 
.navbar-custom{
    background-color:#f5f5dc;
    font-size: 17px;
  }
  .navbar-custom .nav-link {
    color: #e94e1b; 
    font-weight: bold;
    text-transform: uppercase;
  }
 
  .otherside{
    margin-right: 269%;
  }

ul{
  text-align: left;
  line-height: 1.6em;
}
.h3{
  color: #e94e1b;
  font-size: 40px;
  padding-bottom: 9px;
}
.tekst{
  padding-top: 5%;
  color: #f5f5dc;
  text-align: justify;
}

ul.custom-bullet-list {
  list-style-type: disc;
  color:#9e76a8;
}

.btn-no-border-radius {
  border-radius: 0;
}
.btn-block{
  background-color:#e94e1b;
  color: #f5f5dc;
}






/*footer*/
.btn{
  border-radius: 0;
  background-color: #e94e1b;
  color: #f5f5dc;
}

.buttonverstuur{
  margin-top: 14px;
  margin-bottom: 14px;
}

.no-borderradius{
  border-radius: 0;
  padding-bottom: 40px;
}
.onderdeel{
  background-color: #f5f5dc;
}
.onderdeel a {
 color: #e94e1b;
 text-transform: uppercase;
 font-size: 19px;
 padding: 23px;
}
.otherphoto{
  max-width: 102%;
  height: auto;
}
.onderdeel a:hover{
  color: #9e76a8;
}

.items{
  color: #9e76a8;
}
.ruimte{
  padding-bottom: 4%;
}
h5{
  padding-top: 19px;
  color: #e94e1b;
}

footer{
  font-size: 13px;
  color:#e94e1b;
}