@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

body {
    margin: 0;
    /* background-image: url("../img/reviews/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: white;
}










/* Navbar */
.navbar {
    margin-top: 2rem;
    margin-left: 3.5rem;
    font-family: 'Comfortaa', cursive;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
    position: relative;
}

.nav-link::before {
    width: 0%;
    bottom: 0px;
    transition: 300ms;
    height: 1px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
}
  
.nav-link:hover::before {
    width: 100%;
}

.nav-item {
    margin-top: 2rem;
    height: 3rem;
}

.navbar-center {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

.navbar-logo {
    font-size: 50px !important;
    text-transform: uppercase;
    margin-left: 5rem;
    margin-right: 5rem;
    color: rgba(0, 0, 0, .9);
    padding: 0;
    font-family: 'Quicksand', cursive;
}

.navbar-logo-mobile {
    font-size: 50px !important;
    text-transform: uppercase;
    margin-left: 1rem;
    color: rgba(0, 0, 0, .9);
    padding: 0;
    font-family: 'Quicksand', cursive;
}

.navbar-center-caption {
    text-align: center;
    margin-top: .5rem;
    display: block;
    font-size: 20px;
}

.navbar-nav .dropdown-menu {
    background-color: white;
    position: sticky;
}

.dropdown-item {
    background-color: white;
    text-transform: uppercase;
    font-size: 15px;
}

/* Nav mobile */
@media only screen and (max-width: 600px) {
    .navbar {
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav portrait tablet and large phone */
@media only screen and (min-width: 600px) {
    .navbar {
        margin-top: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav landscape tablets */
@media only screen and (min-width: 768px) {
    .navbar {
        margin-top: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav laptops/desktops */
@media only screen and (min-width: 992px) {
    .navbar-nav {
        border-bottom: none;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
    }
}











/* Upcoming */
.upcoming {
    margin-top: 2rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
    margin-left: 5rem;
    margin-right: 5rem;
    font-family: 'Comfortaa', cursive;
    border-bottom: solid 1px rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

.upcoming-date {
    font-family: 'Quicksand', cursive !important;
    padding-bottom: 1rem;
    border-bottom: solid 1px rgba(0, 0, 0, .4);
    margin-bottom: 1rem;
}

.upcoming-date-no-line {
    font-family: 'Quicksand', cursive !important;
    padding-bottom: 1rem;
	border-bottom: solid 1px rgba(255, 255, 255, .4);
    margin-bottom: 1rem;
}

.upcoming-img {
    width: 45rem;
    height: 26rem;
}

.volgeboekt-img {
    width: 15rem;
    height: 6rem;
}

.upcoming-time {
    margin: .3rem;
    text-transform: none;
    font-style: italic;
}

.upcoming-text {
    text-transform: none !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Quicksand', cursive;
}

.upcoming-intro {
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 5rem;
    text-align: center;
    font-family: 'Quicksand', cursive;
}

.upcoming-intro-title {
    text-transform: uppercase;
}

/* Upcoming mobile */
@media only screen and (max-width: 600px) {
    .upcoming {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
        padding-top: 0;
        border-bottom: none;
    }
    
    .upcoming-img {
        width: 20rem;
        height: 13rem;
        padding-bottom: 2rem;
    }

    .upcoming-intro {
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 3rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
    }

    .upcoming-text {
        text-transform: none !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
    }
    
    .upcoming-intro-title {
        margin-top: 3rem;
    }

    .upcoming-title {
        font-size: 25px;
    }
}

/* Upcoming portrait tablet and large phone */
@media only screen and (min-width: 600px) {
    .upcoming {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
        padding-top: 0;
        border-bottom: none;
    }
    
    .upcoming-img {
        width: 32rem;
        height: 20rem;
        padding-bottom: 2rem;
    }

    .upcoming-intro {
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 3rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
    }

    .upcoming-text {
        text-transform: none !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
    }
    
    .upcoming-intro-title {
        margin-top: 3rem;
    }

    .upcoming-title {
        font-size: 25px;
    }
}

/* Upcoming text landscape tablets */
@media only screen and (min-width: 768px) {
    .upcoming {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
        padding-top: 0;
        border-bottom: none;
    }
    
    .upcoming-img {
        width: 43rem;
        height: 25rem;
        padding-bottom: 2rem;
    }

    .upcoming-intro {
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 3rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
    }

    .upcoming-text {
        text-transform: none !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
    }
    
    .upcoming-intro-title {
        margin-top: 3rem;
    }

    .upcoming-title {
        font-size: 25px;
    }
}

/* Upcoming text laptops/desktops */
@media only screen and (min-width: 992px) {
    .upcoming {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 4rem;
        padding-top: 0;
        border-bottom: solid 1px rgba(0, 0, 0, .4);
    }
    
    .upcoming-img {
        width: 33rem;
        height: 22rem;
        padding-bottom: 2rem;
    }

    .upcoming-intro {
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 3rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
    }

    .upcoming-text {
        text-transform: none !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
    }
    
    .upcoming-intro-title {
        margin-top: 3rem;
    }

    .upcoming-title {
        font-size: 25px;
    }
}

/* Upcoming large laptops/desktops */
@media only screen and (min-width: 1200px) {
    .upcoming {
        margin-top: 2rem;
        padding-top: 4rem;
        padding-bottom: 6rem;
        margin-left: 5rem;
        margin-right: 5rem;
        font-family: 'Comfortaa', cursive;
        border-bottom: solid 1px rgba(0, 0, 0, .4);
        text-transform: uppercase;
    }
    
    .upcoming-title {
        font-size: 30px;
    }

    .upcoming-date {
        font-family: 'Quicksand', cursive !important;
        padding-bottom: 1rem;
        border-bottom: solid 1px rgba(0, 0, 0, .4);
    }
    
    .upcoming-img {
        width: 45rem;
        height: 29rem;
    }
    
    .upcoming-text {
        text-transform: none !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-family: 'Quicksand', cursive;
        font-size: 20px;
    }
    
    .upcoming-intro {
        margin-left: 5rem;
        margin-right: 5rem;
        margin-top: 5rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
    }
    
    .upcoming-intro-title {
        text-transform: uppercase;
    }
}






/* Past */
.past {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
    margin-bottom: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
}

.past-title {
    font-size: 30px;
}

.past-date {
    font-family: 'Quicksand', cursive !important;
    padding-bottom: 1rem;
    border-bottom: solid 1px rgba(0, 0, 0, .4);
}

.past-img {
    width: 52rem;
    height: 30rem;
}

.past-img-horizontal {
    width: 20rem;
    height: 30rem;
    margin-left: 10rem;
}

.past-text {
    text-transform: none !important;
    margin-top: 2rem;
    font-family: 'Quicksand', cursive;
    font-size: 20px;
}

/* Past mobile */
@media only screen and (max-width: 600px) {
    .past {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: 2rem;
        margin-top: 1rem;
    }
    
    .past-img {
        width: 23rem;
        height: 13rem;
    }

    .past-img-horizontal {
        width: 13rem;
        height: 13rem;
        margin-left: 1.5rem;
    }

    .past-title {
        font-size: 25px;
    }
        
    .past-text {
        font-size: 18px;
    }
}

/* Past portrait tablet and large phone */
@media only screen and (min-width: 600px) {
    .past {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: 2rem;
    }
    
    .past-img {
        width: 32rem;
        height: 17rem;
    }

    .past-img-horizontal {
        width: 13rem;
        height: 10rem;
        margin-left: 2rem;
    }

    .past-title {
        font-size: 25px;
    }
        
    .past-text {
        font-size: 18px;
    }
}

/* Past text landscape tablets */
@media only screen and (min-width: 768px) {
    .past {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: 2rem;
    }
    
    .past-img {
        width: 43rem;
        height: 25rem;
    }

    .past-img-horizontal {
        width: 17rem;
        height: 25rem;
        margin-left: 2rem;
    }

    .past-title {
        font-size: 25px;
    }
        
    .past-text {
        font-size: 18px;
    }
}

/* Past text laptops/desktops */
@media only screen and (min-width: 992px) {
    .past {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    
    .past-img {
        width: 35rem;
        height: 20rem;
    }

    .past-img-horizontal {
        width: 13rem;
        height: 20rem;
        margin-left: 3.5rem;
    }

    .past-title {
        font-size: 25px;
    }
        
    .past-text {
        font-size: 18px;
        margin-bottom: 4rem;
    }
}

/* Past large laptops/desktops */
@media only screen and (min-width: 1200px) {
    .past {
        margin-top: 0rem;
        padding-top: 4rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        margin-left: 5rem;
        margin-right: 5rem;
        font-family: 'Comfortaa', cursive;
        text-transform: uppercase;
    }
    
    .past-title {
        font-size: 30px;
    }
    
    .past-date {
        font-family: 'Quicksand', cursive !important;
        padding-bottom: 1rem;
        border-bottom: solid 1px rgba(0, 0, 0, .4);
    }
    
    .past-img {
        width: 52rem;
        height: 30rem;
    }

    .past-img-horizontal {
        width: 22rem;
        height: 30rem;
        margin-left: 9rem;
        margin-right: 5rem;
    }
    
    .past-text {
        text-transform: none !important;
        margin-top: 2rem;
        margin-bottom: 8rem;
        font-family: 'Quicksand', cursive;
        font-size: 20px;
    }
}





/* Carousel */
.carousel {
    margin-top: 5rem;
    position: relative;
    width: 100%;
}

.carousel-item {
    text-align: center;
    font-weight: 100;
    font-family: 'Comfortaa', cursive;
}

.carousel-item-text {
    font-size: 19px !important;
    text-transform: none;
    color: rgba(1, 1, 1, .9);
    padding: 0;
}

.carousel-item-caption {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 15px;
}

.carousel-control-next, .carousel-control-prev {
    filter: invert(100%);
    width: 20px;
    height: 20px;
    margin-top: 1rem;
}

.carousel-control-prev {
    margin-left: 35%;
}

.carousel-control-next {
    margin-right: 35%;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}

/* Carousel mobile */
@media only screen and (max-width: 600px) {
    .carousel {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .carousel-item-text {
        font-size: 15px !important;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 1.5rem;
    }

    .carousel .carousel-item {
        height: 32rem;
    }

    .carousel-control-prev {
        margin-left: -4%;
    }
    
    .carousel-control-next {
        margin-right: -4%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 22px;
        height: 22px;
        top: 16.5rem;
    }

    .review-control {
        width: 17px;
        height: 17px;
        margin-top: 0rem;
        top: 25px;
    }
}

/* Carousel portrait tablet and large phone */
@media only screen and (min-width: 600px) {
    .carousel {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .carousel-item-text {
        font-size: 15px !important;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 1.5rem;
    }

    .carousel-control-prev {
        margin-left: -5%;
    }
    
    .carousel-control-next {
        margin-right: -5%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 25px;
        height: 25px;
        top: 19.5rem;
    }

    .review-control {
        width: 17px;
        height: 17px;
        margin-top: 0rem;
        top: 25px;
    }
}

/* Carousel text landscape tablets */
@media only screen and (min-width: 768px) {
    .carousel {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .carousel-item-text {
        font-size: 17px !important;
    }
	
	.carousel .carousel-item {
        height: 40rem;
    }

    .carousel-control-prev {
        margin-left: -5%;
    }
    
    .carousel-control-next {
        margin-right: -5%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 25px;
        height: 25px;
        top: 27.3rem;
    }

    .review-control {
        width: 17px;
        height: 17px;
        margin-top: 0rem;
        top: 15px;
    }
}

/* Carousel laptops/desktops */
@media only screen and (min-width: 992px) {
    .carousel {
        margin-bottom: 2rem;
        margin-top: 0rem;
    }

    .carousel-item-text {
        font-size: 17px !important;
    }

    .carousel-control-prev {
        margin-left: -5%;
    }
    
    .carousel-control-next {
        margin-right: -5%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
        top: 140px;
    }

    .review-control {
        width: 17px;
        height: 17px;
        margin-top: 0rem;
        top: 15px;
    }

    .carousel .carousel-item {
        height: 25rem;
    }
}

/* Carousel large laptops/desktops */
@media only screen and (min-width: 1200px) {
    .carousel {
        position: relative;
        width: 100%;
    }
    
    .carousel-item {
        text-align: center;
        font-weight: 100;
        font-family: 'Comfortaa', cursive;
    }
    
    .carousel-item-text {
        font-size: 19px !important;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 1.5rem;
        font-style: italic;
        text-transform: none;
    }
    
    .carousel-item-caption {
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-size: 15px;
    }
    
    .carousel-control-next, .carousel-control-prev {
        width: 40px;
        height: 40px;
        top: 200px;
    }
    
    .carousel-control-prev {
        margin-left: -7%;
    }
    
    .carousel-control-next {
        margin-right: -7%;
    }
    
    .review-control {
        width: 20px;
        height: 20px;
        margin-top: 0rem;
        top: 15px;
    }

    .carousel .carousel-item {
        height: 38rem;
    }
}