* {
	font-family: 'Montserrat', sans-serif;
}
.bg-light {
	background-color: transparent !important;
}
.carousel-item {
	height: 75vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 80px;
}
.carousel-caption h5 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
    color: #ffff;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: #003b87;
	padding: 10px 30px;
	display: inline-block;
	color: #ffff;
	margin-top: 15px;
}

.w-100 {
	height: 100vh;
}

@media only screen and (max-width: 767px) {
	
	.carousel-caption {
		bottom: 30px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
    .carousel-item {
        height: 30vh;
        min-height: 300px;
    }
}
