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%;
  }
  .winkel{
   padding-top:9%;
   padding-bottom: 7%;
  }
.winkelmand{
  border-radius: 0;
}

h2{
  padding: 10px;
}

.btn-block{
  background-color:#e94e1b;
  color: #f5f5dc;
}
h1{
  color:#e94e1b;
}
.tekstzijkant{
  color: #9e76a8;
}

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


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

.no-borderradius{
  border-radius: 0;
  padding-bottom: 40px;
}


