body {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #2b2b2b;
}

#top-banner {
	background-color: #161616;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#top-logo img {
	max-height: 50px;
	margin-top: 15px;
}

.top-details {
	font-size: 16px;
	color: #fff;
}

.top-details i {
	color: #f5b51f;
}

.top-details a {
	text-decoration: none;
	color: #fff;
}

.top-details a:hover {
	color: #f5b51f;
}

.telephone {
	font-size: 40px;
	padding: 0;
	margin: 0;
}

#crm-image {
	background-image: #101010;
}

#crm-image-wrapper {
	position: relative;
	border-bottom: 8px solid #f5b51f;
}

#crm-image img {
	width: 100%;
}

#crm-image-strap {
	position: absolute;
	bottom: 20px;
	color: #fff;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}

.caps-orange {
	text-transform: uppercase;
	color: #f5b51f;
	font-weight: 700;
}

.column {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
}

.column img {
	margin: auto;
}

.column img {
	padding: 15px 25px;
}

.column h2 {
	padding: 0;
	margin-bottom: 10px;
	color: #f5b51f;
	font-weight: 600;
}

.dark-column {
	background-color: #161616;
}

.yellow-box {
	background-color: #f5b51f;
	padding: 20px;
}

.text-area {
	margin-top: 40px;
	font-size: 20px;
}

.text-area p {
	margin: 0;
}

#interested {
	width: 100%;
	background-color: #f5b51f;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
	margin-top: 25px;
}

#interested h3 {
	font-size: 32px;
	margin-top: 0;
	font-weight: 600;
}

#interested p {
	font-size: 20px;
}

#interested a {
	color: #fff;
	text-decoration: none;
}

#interested a:hover {
	color: #000;
}

.bold {
	font-weight: 700;
}

.form-label p {
	font-size: 16px !important;
	margin-top: 7px;
}

.form-field {
	margin-top: 7px;
}

.btn-primary {
	text-transform: uppercase;
	background-color: #2b2b2b;
	font-size: 20px;
	border: none;
}

.btn-primary:hover {
	background-color: #101010;
}

.btn-primary:focus {
	background-color: #161616;
}

#bottom-logo-banner {
	background-color: #f1f1f2;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#bottom-banner {
	background-color: #161616;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#bottom-banner p {
	margin: 0;
	font-size: 24px;
}

#bottom-logo img {
	max-height: 50px;
}

#social-links {
	margin-top: 15px;
}

#social-links i {
	color: #f5b51f;
	font-size: 32px;
	margin-left: 15px;
}

#social-links i:hover {
	color: #101010;
}

.orange {
	color: #f5b51f;
}

#top-details-mobile a {
	float: right;
	margin-left: 15px;
	font-size: 26px;
}


@media(max-width:767px){
	h1 {
		font-size: 16px;
		
	}
	.column h2 {
		font-size: 22px;
		
	}
	.form-label {
		text-align: center;
	}
	#social-links {
		text-align: center;
	}
	#bottom-banner p {
	font-size: 14px;
	}
	.submit {
		text-align: center;
	}
	.column {
		min-height: 300px;
	}
	
}
@media(max-width:768px) and (min-width:768px){
	.column h2 {
		font-size: 18px;
		
	}
	h2 {
		font-size: 18px;
	}
}
@media(min-width:992px){
	.column h2 {
		font-size: 18px;
		
	}
	h2 {
		font-size: 18px;
	}
}
@media(min-width:1200px){
	.column h2 {
		font-size: 30px;
		
	}
}