* {
	padding: 0; margin: 0;
	font-family: 'Montserrat', sans-serif;
}
body iframe { 
	background-color: #111;
	position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden;
}
.bg-light {
	background-color: transparent !important;
}
.carousel-item {
	height: 100vh;
	min-height: 200px;
}
.carousel-item.video {
	z-index:999999;
}

.carousel-caption {
	bottom: 420px;
}
.carousel-caption h1 {
	font-size: 72px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	font-weight: 900;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	font-weight: 600;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
}
.w-100 {
	height: 100vh;
}


@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
	}
	.carousel-caption {
		bottom: 165px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
}
