body {
    color: #666;
}
.page-header {
    align-items: end;
    background-position: unset;
}

.bg-gradient-primary {
    background-image: none;
}

a {
    color: #666;
    text-decoration: underline;
}

a:hover {
    color: #2c7484;
}

p, ul {
    font-size:1.2em;
    font-weight: 300;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #2c7484;
    font-family: "Roboto", sans-serif;
}

.floatright {
    float:right;
}


.navbar-brand {
    font-size: large !important;
}

.navbarknop {
    background-color: #2c7484;
    border-radius: 8px;   
    margin-left: 5px !important;
}

.navbarknop a {
    color: white !important;
}

#logo img {
    height: 100%;
    margin-top: 4%;
    background-color: #ffffff4f;
    padding-top: 20px;
}

.row {
    margin:unset;
}

.fotokaartje {
    max-width: 700px;
    height: 400px;
    margin-bottom:20px;
}

.card-interesse {
    background-color: #eff1f4;
}

.card-interesse .card-header {
    background-color: #2c7484;
}

.card-interesse .card-header h4 {
    color:white;
}

.card-interesse p {
    font-weight: 400 !important;
}

.tegelknoppen {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tegelknoppencontainer
{
    background-color: #f3f3f3;
    padding: 30px 50px 30px 50px;
    margin-bottom: 45px;
}

.tegelknop {
    padding-top: 100%;
    background-color: #2c7484;
    position:relative;
    filter: drop-shadow(2px 2px 6px #666);
    border-radius: 7px;
}

.tegelknop:hover {
    background-color: #155765;
}

.tegelknoptekst {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align: center;
    display:grid;
    align-items: center;
    font-size: 1.4em;
    color: white;
    line-height: 1.2;
}

#wiezijnwij > div {

}

.footer {
    background-color: #12373f;
    color: white;
}

.footer a {
    color: white;
}

.paneel {
    margin-top:20px;
}

.paneel .card-body {
    text-align: left;;
}

.paneellogo {
    max-height: 150px;
    margin-bottom: 30px;
}

.paneelimg {
    max-width: 500px;
}

.bmnav {
    margin-top: 10px;
    background-color: #ffffff99;
    font-size: 1.3em;
}

.bmnav a {
    color:#12373f;
    text-decoration: none;
}

.bmnav .card-body {
    text-align: left;
}

.legocert {
    max-width: 250px;
}

@media screen and (max-width: 600px) {
    .container {
        padding-left: unset;
        padding-right: unset;
    }
    p {
        font-size:1em;
    }        
    .fotokaartje {
        height: 350px;
    }

    .tegelknoppen {
        max-width:90%;
    }

    .tegelknop {
        height: 100px;
        padding-top: unset;
        margin-bottom: 20px;
    }

    #wiezijnwij > div {
        padding: unset;
    }

    .paneelimg {
        max-width: 100%;
    }
}