/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;margin-top:-50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 100vh;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100vh;
}

.carousel-caption {	
	background: rgba(0,0,0,.6);
	padding: 30px;
	top: 20%;
	bottom: 20%;
	font-size: 1.8rem;
	font-family: "Dosis", Calibri, "Open Sans", sans-serif;
}

.img-carousel-body {
	width:500px;
	float:right;
}

.carousel-caption {	
    background: rgba(0,0,0,.6);
    padding: 30px;
    top: 20%;
    bottom: 20%;
    font-size: 1.8rem;
    font-family: "Dosis", Calibri, "Open Sans", sans-serif;
}


@media (max-width: 400px) {
	.carousel-text > .container > .carousel-caption > p {		
		font-size: calc(1.25rem + 1.5vw);
	}
	.carousel-text > .container > .carousel-caption > h1 {		
		font-size: calc(1.75rem + 1.5vw);
	}
	.img-carousel {
		width:1800px;
	}
	.mobile-hider {
		display:none;
	}
}
