/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    /*margin-bottom: 270px; !* Margin bottom by footer height *!*/

    background: #FFF;
    font-family: 'Roboto', sans-serif;
    line-height: 180%;
}

.maincontent P A {
    color: #66B3DD;
}


.maincontent P A:hover {
    color: #276f94;
}


.footer-title {
    font-size:24px;
    font-weight: 200;
    text-transform: uppercase;
}
/* Style the navbar */
#navbar {
    /*overflow: hidden;*/
    z-index: 5000;
}
.footer {
    background-color: var(--primary);
    color:#FFF;
}
.footer A {
    color:#FFF;
}
.bg-grijs {
    background-color: #f3f3f3;
}

.navbar {
    padding:0px;
}
.navbar .nav-item:hover {
    background-color: #214736;
}

.dropdown-menu {
    background-color: #214736;
    border-radius: 0px;
    margin-top:-3px;
}

.navbar .nav-link {
    padding:20px;
    font-weight: normal !important;
    color:#FFF !important;
}
.dropdown-menu .dropdown-item {
    color:#FFF;
}
.dropdown-menu .dropdown-item:hover {
    color:#FFF;
    background-color: var(--primary);
}

.home-carousel H1 {
    font-weight: 700;
    color:#FFF;
    text-transform: uppercase;
}

.row-link:hover {
    cursor: pointer;

}

.col-form-label {
    font-weight:bold;
}

.form-control {
    border-radius: 0px;
    background-color:#F3F3F3;
    border:0px;
    padding:15px;

}

.btn {
    border-radius: 0px;
}

.news-link {

    padding-top:10px;
    background-color:#FFF;
    transition: all 0.2s;

}
.news-link:hover {
    text-decoration: none;
    background-color:#F3F3F3;

}

.link-aanmelden {
    color: var(--primary) !important;
}

.btn-aanmelden-pb {
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 10%;
    padding: 8px;
}

