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

.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;/* Vervang #ff0000 door de hexadecimale waarde van de gewenste kleur */
  }
 
  .otherside{
    margin-right: 269%;
  }

  .mycarousel{
    width: 60%;
    padding-top: 8%;
    margin: 0  auto;
    padding-bottom: 30px;

}


.table-kleur{
  background-color: #9e76a8;
}

h2{
  padding: 10px;
}

.table td{
  color:#9e76a8;
  text-transform: uppercase;
  font-size: 17px;
  padding: 13px;
}

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

.card{
  background-color:#f5f5dc;
  color: #9e76a8;
  max-height: 900px;
}
.carb-body{
  border-radius: 0;
}
.btn{
  border-radius: 0;
  background-color: #e94e1b;
  color: #f5f5dc;
}

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

.no-borderradius{
  border-radius: 0;
  padding-bottom: 20px;
  margin-bottom: 5%;
}

.card-text{
  color: #9e76a8;
  font-size: 13px;
  text-align: justify;
  line-height: 1.6em;
  text-transform: none;
}
.card-title{
  color: #8cc15f;
}

.onderdeel{
  background-color: #f5f5dc;
}

.onderdeel a {
 color: #e94e1b;
 text-transform: uppercase;
 font-size: 19px;
 padding: 23px;
}

.onderdeel a:hover{
  color: #9e76a8;
}

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

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