/* algemeen */

.kava {
    font-family: ff-kava-web-pro, Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
}

.text-color-1 {
    color: #9BBFBA;
}

.text-color-2 {
    color: #D3AA25;
}

/* homepage */

/* header */

.title-rem {
    font-size: 6.3rem;
}

.slogan-rem {
    font-size: 2.53rem;
}

.brand-logo {
    width: 95px;
}

a.nav-link {
    cursor: pointer;
}

/* Extra Small devices (320px and up) */
@media (min-width: 320px) {
    .title-rem {
        font-size: 3rem;
    }

    .slogan-rem {
        font-size: 1.25rem;
    }

    .brand-logo {
        width: 60px;
    }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    .title-rem {
        font-size: 3.8rem;
    }

    .slogan-rem {
        font-size: 1.6rem;
    }

    .brand-logo {
        width: 70px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .title-rem {
        font-size: 5rem;
    }

    .slogan-rem {
        font-size: 2rem;
    }

    .brand-logo {
        width: 80px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .title-rem {
        font-size: 6.3rem;
    }

    .slogan-rem {
        font-size: 2.53rem;
    }

    .brand-logo {
        width: 95px;
    }
}



.jumbotron-custom {
    background-image: url(../img/De-Reisgenoot-coach-Filip-Dewaele.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 11%;
    padding-bottom: 11%;
    margin-bottom: 0;
}


/* cards */

.card-custom {
    border: none;
}

.header-custom {
    background: none;
}


/* footer */

.btn-circle {
    width: 35px;
    height: 35px;
    padding: 5px 5px;
    border-radius: 35px;
    text-align: center;
}

.btn-instagram {
    font-size: 1.4rem;
    padding: 1px 3px;
}


/* page De Reisgenoot */

.hashtag {
    background-color: #D3AA25;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* carousel getuigenissen */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

#carouselFeedback blockquote {
    padding: 6px 16px;
    quotes: "\201C""\201D";
    display: block;
    position: relative;
}

#carouselFeedback blockquote p:before {
    content: open-quote;
    font-weight: bold;
}


#carouselFeedback blockquote p:after {
    content: close-quote;
    font-weight: bold;
}

/* modal afspraak De Reisgenoot */
.btn-dereisgenoot {
    background-color: #9BBFBA;
    border-color: #9BBFBA;
    color: #ffffff;
}

.btn-dereisgenoot:hover {
    background-color: #ffffff;
    border-color: #9BBFBA;
    color: #9BBFBA;
}

/* linktree */

.linktree .linktree-item {
    border-color: #212529 !important;
}

.linktree .linktree-item a {
    color: #212529 !important;
}

.linktree .linktree-icon {
    width: 20px;
}