* {
	font-family: 'Lato', sans-serif;
}
p {
	font-size: 14px;
	color: #818181;
}
h1, h2, h3, h4, h5, h6 {
	color: #818181;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 2em;
}
label {
	color: #a1a1a1;
}
header {
	background-color: #ebf2f7;
	padding: 20px;
}
.header-logo img {
	max-width: 100%;
}
p.header-text {
    color: #cdb97d;
    text-transform: uppercase;
    max-width: 375px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}
.map-video {
	height: auto;
	width: 100%;
	position: relative;
}
video#bgvid {
	width: 100%;
	height: auto;
}
.columns-section {
	padding: 50px 0 0;
}
.col-md-3 {
  margin-bottom: 50px;
}
.col-logo {
	margin-bottom: 15px;
	max-width: 100%;
}
.contact-us {
	background-color: #ebf2f7;
	padding: 30px 0;
}
.form-group {
  display: inline-block;
  text-align: left;
  margin-right: 30px;
}
.form-group input[type="text"],
.form-group input[type="email"] {
	width: 100%;
}
.form-group input {
	border: none;
	height: 35px;
	text-indent: 10px;
}
.form-group label {
	display: block;
}
.name-group, .email-group {
	width: 285px;
}
.message-group {
	width: 385px;
}
.submit-button {
	display: inline-block;
	margin-right: 0;
}
.submit-button input {
	background-color: #cdb97d;
	color: #fff;
	border-radius: 4px;
	padding: 10px 40px;
	border: none;
	transition: .3s all;

}
.submit-button input:hover {
	background-color: #b3a16b;
}
.logos-section {
	padding: 25px 0;
}
.col-1-5 {
  width: 20%;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 0 15px;
}
.col-1-5 img {
    max-width: 100%;
}
footer {
	padding: 25px;
	background-color: #ebf2f7;
}
footer p {
	color: #484848;
}
footer p a {
	text-decoration: underline;
	color: #cdb97d;
}
footer p a:hover {
	text-decoration: none;
}
@media (max-width: 1200px) {
	.name-group, .email-group {
    width: 235px;
	}
	.message-group {
    width: 300px;
	}
	.form-group {
    margin-right: 20px;
	}
}
@media (max-width: 992px) {
	.message-group {
    width: 100%;
	}
	.name-group, .email-group {
    width: 100%;
	}
	.form-group {
		margin-right: 0;
		display: block;
	}
	.submit-button {
    float: left;
    margin-top: 25px;
	}
	form.contact-us-form {
    padding: 15px;
	}
}
@media (max-width: 768px) {
	.logos-section .row {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
	}
	.col-1-5 {
		width: 30%;
	}
}
@media (max-width: 480px) {
	.col-1-5 {
    height: 80px;
    width: 100%;
	}
}