/* --------------------------------- */
/*          General Styling          */
/* --------------------------------- */
#wordpress-achtergrondkleur {
    background-color: #336799;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.fa-wordpress-simple {
    color: #ffffff;
}
.side-by-side-right a, .side-by-side-left a {
    margin-top: 20px;
}
.side-by-side-right h2, .side-by-side-left h2 {
    margin-bottom: 15px;
}
#icoontjes h2 {
    text-align: center;
    margin-bottom: 50px;
}
/* ------------------------------------ */
/*          Responsive Styling          */
/* ------------------------------------ */
@media screen and (max-width: 1100px) {
    .fa-wordpress-simple {
        font-size: 20vw;
        margin-right: 0px;
    }
}
@media screen and (min-width: 1100px) {
    .fa-wordpress-simple {
        font-size: 10vw;
        margin-right: 10%;
    }
}