@charset "UTF-8";
/* CSS Document */
.navbar-yellow {
	background-color: #eeab41;
}
.navbar-toggle {
  background-color: #f9f206;
}


.c-item {
	height: 100vh;
}
.c-img {
	height: 100%;
	object-fit: cover;
	filter: brightness(0.85);
}
.bg-img {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	filter: brightness(0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.navBr {
	padding-top: 75px;
}
.body {
  	height: 5000px;
	overflow-x: hidden; 
}
.contentFirst {
	margin-top: -100vh;
}
.carouselWrapper {
	top: 0;
	left: 0;
} 
.theHeader {
}
.my-nav {
	z-index: 999;
}
.my-carousel {
	margin-top: -75px;
}


