@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Regular.ttf");
}

body {
	background-image: url("../images/lightingRig.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Lato" !important;
	color: #25637c;
}

.logo {
	display: block;
	margin: 0 auto;
}

#areaOverlay {
	background-image: url("../images/crossword.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-height: 100%;
}

.carousel {
	margin-bottom: 4rem;
}

.carousel-caption {
	bottom: 3rem;
	z-index: 10;
	color: #8ea7a9 !important;
}

.carousel-item {
	height: 45rem;
	color: #6e93ac;
}

.carousel-item img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 45rem;
	max-width: none;
}

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing h2 {
	font-weight: 400;
}

.marketing .col-lg-4 p {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

.featurette {
	color: #25637c;
}

.featurette-divider {
	margin: 5rem 0;
}

.image-divider {
	margin: 2.5rem 0;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.05rem;
}

.formClass {
	width: 80%;
}

.wrapper {
	max-width: 75vw;
}

.content-wrapper {
	background-color: #fff;
	opacity: 0.9;
	padding-left: 2%;
	padding-right: 2%;
}

.row {
	align-items: center;
}

footer {
	text-align: center;
}

input[type="text"] {
	width: 80%;
	margin-top: 2%;
}

input[type="radio"] {
	margin-top: 1%;
	margin-bottom: 2%;
}

@media (min-width: 40em) {
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
}

@media (max-width: 40em) {
	.wrapper {
		max-width: 100%;
	}
	.content-wrapper {
		padding: 20px;
	}
	img {
		padding: 20px 0px;
	}
	.featurette-divider, .image-divider {
		margin: 1rem 0;
	}
}
