




/* HOME PAGE */

header {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	background: transparent;
	height: 120px;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );

	
}
.navbar {
	height: 120px;
}

.carousel, .carousel-inner {
	height: 100%;
}

.navbar-brand img {
    height: 50px;
}

#topCarousel1 {
    height: 90vh;
}
#topCarousel1 .carousel-item img {
    height: 90vh;
    object-fit: cover;
}

nav a.nav-link {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
}


