/* Custom Stylesheet */


/* Schrijf hier je aanpassingen die specifiek voor HGH zijn
en die bovenop materialize komen */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: white;
    color: black;
}

main {
    flex: 1 0 auto;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.ontwerpcontainer {
    text-shadow: 2px 2px 8px black;
}

.bold {
    font-weight: bold;
}

/* overwrite issue fixes */
#popups {
    bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    background-color: rgba(0, 151, 167, 0.65);
    z-index: 5;
}

.groen {
    background-color: #7FEC58;
}

.groen-text {
    color: #7FEC58;
}

.background {
    background-color: white;
}

.spatie {
    padding-top: 150px;
}

.mobile {
    height: 50%
}

.full-screen {
    height: 55vh
}

blockquote {
    border-left: 5px solid #7FEC58;
}

.collapsible-header:hover {
    background-color: #7FEC58;
    opacity: 0.8;
}

.carousel .carousel-item {
    width: 300px !important;
}

@media only screen and (max-width: 600px) {
    .smargin {
        margin-bottom: 20px;
    }
}


.collapsible li.active i {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


.dark {
    color: black;
    font-weight: bold;
}

footer a {
    font-weight: normal;
}

footer a:hover {
    font-weight: bolder;
}

.mb {
    padding-bottom: 150px;
}

.mb1 {
    padding-bottom: 50px;
}

.text-color {
    color: gray;
}




