@font-face {
    font-family: kanit-bold;
    src: url(/assets/fonts/KANIT-BOLD.TTF);
  }

  @font-face {
    font-family: kanit;
    src: url(/assets/fonts/KANIT-REGULAR.TTF);
  }

body{
    font-family: 'kanit';
}
  
nav{
    background-color: #CE1417;
}

nav .container-fluid{
    padding:0px !important;
    padding-right:62px !important;
}

nav li a{
    font-size: 25px;
    color: white;
}

header{
    background: white;
}

#first{
    background-color: #1E1E1C;
    color: white;
}

.navbar{
    height: 100px;
    padding:0px;
}

.navbar a{
    color: white;
    font-family: 'kanit-bold';
}

.ccontainer{
    padding-left:62px;
    padding-right:62px;
    flex-wrap: inherit;
    align-items: center;
    justify-content: none !important;
}



h1{
    font-size: 2em;
    color:#1E1E1C;
    font-family: 'kanit';
}

h6{
    font-size: 8rem;
    color:#CE1417;
    font-family: 'kanit-bold';
}


p{
    font-size: 24px;
}

h2,h3,h4{
    font-family: 'kanit-bold';
}

hr{
    border:3px solid white;
    opacity: 100;
    width: 300px;
    margin-bottom: 40px;

}

header h2{
    padding-right:120px;
    color: white;
    font-size: 45px;
}

.navbar .btn{
    width: 500px;
    height:50px;
    color:black;
    background-color: white;
    border-radius: 25px;
    border:2px solid black;
    font-family: 'kanit-bold';
}

#wie h3{
    background-color: #CE1417;
}

.btnbel{
    background-color: #CE1417;
    color: white;
    height: 50px;
    border-radius: 25px;
    border:none;
    font-family: 'kanit-bold';
}
.btnmail{
    background-color: white;
    color: #CE1417;
    height: 50px;
    border-radius: 25px;
    border:4px solid #CE1417;
    font-family: 'kanit-bold';
}
.btnwhapp{
    background-color: white;
    color:#4AEB67;
    height: 50px;
    border-radius: 25px;
    border:4px solid #4AEB67;
    font-family: 'kanit-bold';
}
.btnnav{
    background-color: white;
    color: #CE1417;
    height: 50px;
    border-radius: 25px;
    border:none;
    font-family: 'kanit-bold';
    min-width:400px;
}

footer a{
    text-decoration: none;
    color: #CE1417;
    font-family: 'kanit-bold';

}

.offcanvas-header{
    background-color: #CE1417;
    color:white;
}

.navbar-brand{
    padding:0px;
}

.offcanvas a {
    color:#CE1417;
}

.offcanvas hr {
    border:solid 1px #CE1417;
    min-width: 100%;
}

.rood{
    background-color: #ff004c;
    height:100px;
    border: solid 10px white;
}
.grijs{
    background-color: rgb(94, 94, 94);
    height:100px;
    border: solid 10px white;
}
.blauw{
    background-color: #3eb5f5;
    height:100px;
    border: solid 10px white;
}
.groen{
    background-color: rgb(71, 223, 129);
    height:100px;
    border: solid 10px white;
}

.btn-mail{
 max-width:400px;
}


@media only screen and (max-width: 912px) {
    h6 {
      font-size: 3rem;
    }
    h1 {
        font-size: 1.8em;
    }
    .btn-mail{
        max-width:200px;
       }
  }

  @media only screen and (min-width: 1200px) and (max-width: 1337px) {
    h6 {
      font-size: 5rem;
    }
  }

  @media only screen and (max-width: 1736px) and (min-width: 1338px) {
    h6 {
      font-size: 6rem;
    }
  }