/* Global stuff */
html { 
    height: 100%; 
}
body {
    background:#edf1f5;
	font-family: 'Gruppo', sans-serif;
	cursor:default;
	min-width:310px;
	min-height:100%;
	text-align:center;
}
.spacer {
    margin: 3rem 0;
}
.spacer-footer {
    padding-bottom: 2rem;
}
.spacer-diensten {
    margin: 8rem 0;
}
.sticky {
    position:sticky;
    top:0;
}
.noselect {
    outline:none;
}
.loodzwaar-media {
    color: #e83c3d;
    font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
    .spacer-diensten {
        margin: 4rem 0;
    }
    h1,h2,h3{
        text-align: center;
        font-size: 2.5rem;
    }
    h4,h5 {
        font-size: 1.8rem;
    }
    i.fa {
        display:block;
        text-align: center;
    }
    p {
        text-align:center;
        font-size: 1.5rem;
    }
}   