.contact {
	background-color: #0055AA;
}
.contact .side-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.contact h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #13A6B5;
	color: white;
}
.contact .line {
	width: 100%;
	height: 2px;
	background-color: white;
}
.contact .form-label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: white;
	margin-bottom: 5px;
}
.contact .form-control {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #444;
	border-radius: 0;
	padding: 10px;
}
.contact .btn.btn-submit {
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 500;
	background: transparent;
	border: 2px solid white;
	color: white;
}
.contact .btn.btn-submit:hover,
.contact .btn.btn-submit:focus {
	background: white;
	color: #333;
}
@media(min-width: 992px) {
	.contact h2 {
		font-size: 2.5em;
	}
	.contact .content {
		padding-right: 3rem;
	}
}
@media(min-width: 1400px) {
	.contact .content {
		padding-right: 5em;
	}
}