BODY {
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;

}

.navbar-text {
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.navbar-nav {
    font-size: 23px;
    background-color: #FFFFFF;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

.bg-dark {
    background: #282622 !important;
}


.nav1, .nav2 {
    padding:0px !important;
}

.nav1 .nav-item {
    position: relative;
    font-size: 16px;
    background: #282622;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;

}

.nav2 .nav-item {
   margin-left:25px;
    position: relative;
}

.nav2 .nav-item.active {
    border-bottom:5px solid var(--secondary);
}


.nav2 .nav-item {
    border-bottom:5px solid #FFF;
}

.nav2 .nav-item:hover {
    border-bottom:5px solid var(--secondary);
}

.nav1 .nav-item.active:after {
    /*content: 'test';*/
    position: absolute;

    text-align: center;
    width:100%;
    height: 20px;
    bottom:0px;

    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    font-weight: 900;
    font-size: 22px;

}

h1{
    font-size: 32px;
    color: #3E3B42;
    font-weight: 700;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

h2 {
    color: var(--primary);
    font-size: 20px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    padding: 12px 35px 12px 14px;

}

h3 {
    color: white;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: bolder;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
    line-height: 112%;
}

h5 {
    color: var(--secondary);
    font-size: 16px;
    text-align: center;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*.btn-primary {*/

    /*padding: 8px 35px 12px 14px;*/
    /*font-family: 'PT Sans', Arial, Helvetica, sans-serif;*/
    /*font-size: 16px;*/
    /*border: none;*/

}

.btn-secondary {

    padding: 7px 46px 11px 22px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
}


.nav-link-footer {
    display: block;
    float: left;

    color: #b4b7bb;
    padding: 0px 0px;
    margin-right: 10px;
    margin-left:10px;

}


.footer .nav-item {
    position: relative;
}
.footer .nav-item:not(:first-child):after {
    background-color: #b4b7bb;
    content:"";
    width: 1px;
    height: 100%;
    position: absolute;
    left:-0px;
    top:0px;
}

.footer {
    background: #EBEEF3;
    /*    padding-bottom: 150px;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    width: 100%;*/
    /*    position: absolute;*/
    /*    height: 50px;*/
    /*    margin: 0 auto;*/
    /*}*/
}
.bg-grijs {
    background: #EBEEF3;
    box-shadow:  0 4px 10px 0 rgba(0, 0, 0, 0.1) inset;

}

.card {
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);*/
}
.paginafooter {
    color: var(--primary);
    font-size: 20px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    text-align: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
