body, html {
    height: 100%;
    font-size: 100%;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: /*linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), */url('/images/brug.jpg');

    /* Set a specific height */
    height: 33%;

    /* Position and center the image to scale nicely on all screens */
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image2 {
    background-image: url('/images/elektriciteit.jpg');
}

h1 {
    padding-top: 40px;
    color: #c35127; 
}

/* -- NAVBAR COLOR SETTINGS -- */ 

/* START BACKGROUND */
.navbar {
    background-color: unset;
}

/* START TEXT */
.navbar .navbar-nav .nav-item .nav-link {
    color: #C35127;
}

/* START HOVER */
.navbar .navbar-nav .nav-item .nav-link:hover {
    opacity: 0.5;
}


/* SCROLLED BACKGROUND */
.navbar.scrolled {
    background-color: white;
}

/* SCROLLED TEXT */
.navbar.scrolled .navbar-nav .nav-item .nav-link {
    color: #C35127;
}

/* SCROLLED HOVER */
.navbar.scrolled .navbar-nav .nav-item .nav-link:hover {
    opacity: 0.5;
}

.paragraph img{
    /*width: 100%;*/
    height: 33%;
    background-size: cover;
    /*padding-bottom: 15%;*/
}

@media screen and (max-width: 991px) {
    .w3-half img{
      display: none;
    }
}

@media screen and (max-width: 991px) {
    .w3-half{
      width: 100%;
    }
}

.werkwijze {
    columns: 2 400px;
    column-gap: 60px;
    padding-bottom: 5%;
}

.paragraph p{
    font-family: "Raleway", sans-serif;
    line-height: 2em;
    text-align: justify;
}

.kernwoorden p {
    padding-bottom: 10%;
    color: #6d6e71;
    font-size: 1.5em;
    
}

hr {
    padding-top: 50px;
    border-width: 3px;
    border-color: #C35127;
}

.kernwoorden {
    column-count: 3;
}

.reviewblock {
    display: flex;
    padding-bottom: 50px;
}

.review-separator {
    border-width: 1px;
    border-color: #C35127;
    padding-top: 0;
    padding-bottom: 50px;
}

.review {
    font-style: italic;
    text-align: left;
    flex: 70%;
}

.title {
    font-size: 1.3em;
    color: #C35127;
    font-family: "Raleway", sans-serif;
    flex: 30%;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .kernwoorden {
        font-size: 0.7em;
    }
}

/*Change review layout from here*/
@media screen and (min-width: 768px) {
    .smallreview {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .reviewblock {
        display: none;
    }
    .stirlogo {
        width: 100%;
    }
}

.smalltitle {
    color: #C35127;
    font-size: 1.3em;
    font-family: "Raleway", sans-serif;
}

.smalltext {
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-style: italic;
}

.stirlogo {
    display: inline-block;
}