

body {
    background-color: #fff;
    font-family: Poppins;
    font-size: 15px;
    line-height: 1.2em;
}

.hero-screen{
    display: flex;
    width: 100%;
    height: 80vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #0000008a;
    background-blend-mode: darken;
    background-image: url("../plugins/assets/IMG_6168_85__msi___jpg.jpg");
}

.lightheadline{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10 !important;
    font-family: 'Merienda', cursive;
    text-shadow: 1px 1px 1px #000;
}

h1{
    font-family: 'Merienda', cursive;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
}

#review-section{
    width: 100%;
    height: 200px;
    display: flex;
    background-color: #84a3c0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    position: relative;
}

.review .reviewRating {
    color: #b32138;
}
.review .reviewRating {
    text-align: center;
}

.review .reviewRating, 
.klantenvertellen .reviewRating, .singleReview .reviewRating {
    margin: 5px;
    font-size: 1.25em;
    font-family: "FontAwesome";
    display: inline-block;
    width: 100%;
}

.review .reviewRating[data-rating='4'] .star:nth-child(-n+4):before, .klantenvertellen .reviewRating[data-rating='4'] .star:nth-child(-n+4):before, .singleReview .reviewRating[data-rating='4'] .star:nth-child(-n+4):before {
    content: "\f005";
}

.star{
    content: "\f005";
}