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;
}

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

.flex-child {
    display: inline-block;
    width: 32%;
    /*border: 2px solid yellow;*/
    text-align: center;
    padding-top: 3%;
}

.flex-child.top-row {
    padding-top: 0%;
}

.flex-child hr {
    margin-top: 1.5em;
    margin-bottom: 0;
    border-width: 1px;
    border-color: #C35127;
}

.card {
    font-family: "Raleway", sans-serif;
    border-color: #C35127;
    width: 90%;
    margin-left: 5%;
}

.card-img-top {
    width: 100%;
    height: 14vw;
    object-fit: cover;
}

.card-title {
    font-size: 1.5em;
    color: #C35127;
    margin-bottom: 1em;
    font-weight: 600;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-subtitle {
    font-weight: 520;
    font-size: 1em;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-text {
    font-weight: 520;
    font-size: 1.5em;
    height: 75px;
    margin-top: 0;
    margin-bottom: 4em;
}

.card-text button {
    font-size: 0.6em;
    font-weight: 520;
}

strong {
    color: #C35127;
}

.fa-download {
    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;
}

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

.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;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
}

button.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #C35127;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #C35127;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .card-title {
        font-size: 1.3em;
    }

    .card-subtitle {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 991px) {
    .card-title {
        font-size: 0.8em;
        height: 30px;
    }

    .card-subtitle {
        font-size: 0.7em;
        height: 65px;
    }

    .card-text {
        font-size: 1em;
        height: 55px;
    }

    .flex-child hr {
        margin-top: 1em;
        margin-bottom: 20px;
        padding: 0;
    }

    button {
        font-size: 0.7em;
    }

    button.learn-more {
        width: 100%;
        height: auto;
        align-content: center;
    }

    button.learn-more .button-text {
        padding: 0.95rem 0;
    }
}

@media screen and (max-width: 767px) {
    .flex-child {
        display: block;
        width: 100%;
        padding-top: 0%;
    }

    .card {
        font-family: "Raleway", sans-serif;
        border-color: #C35127;
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
    }

    .card-img-top {
        width: 100%;
        height: 42vw;
        object-fit: cover;
    }

    .card-title {
        font-size: 1.5em;
        color: #C35127;
        margin-bottom: 0.7em;
        font-weight: 600;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-subtitle {
        font-weight: 520;
        font-size: 1.2em;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-text {
        font-weight: 520;
        font-size: 1.5em;
        height: 75px;
        margin-top: 0;
        margin-bottom: 3.5em;
    }

    .card-text button {
        font-size: 0.6em;
        font-weight: 520;
    }

    button {
        font-size: inherit;
    }

    button.learn-more {
        width: 12rem;
        height: auto;
    }

    button.learn-more .button-text {
        padding: 0.75rem 0;
    }
}

@media screen and (max-width: 502px) {
    .card-title {
        font-size: 1.3em;
        height: 55px;
    }

    .card-subtitle {
        font-size: 0.9em;
        height: 85px;
    }
}

@media screen and (max-width: 355px) {
    .card {
        font-family: "Raleway", sans-serif;
        border-color: #C35127;
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
    }

    .card-img-top {
        width: 100%;
        height: 149px;
        object-fit: cover;
    }

    .card-title {
        font-size: 1em;
        color: #C35127;
        margin-bottom: 0.7em;
        font-weight: 600;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-subtitle {
        font-weight: 520;
        font-size: 0.8em;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-text {
        font-weight: 520;
        font-size: 1.2em;
        height: 75px;
        margin-top: 0;
        margin-bottom: 3.5em;
    }

    .card-text button {
        font-size: 0.6em;
        font-weight: 520;
    }

    .flex-child {
        width: 308px;
    }
}