/* Agency Landing Page ---------- */

body {font-family: proxima-nova;}

.jumbotron {
	min-height: 700px;
	background: url('images/hero-car-dealer.jpg') no-repeat center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0!important;
	background-position-y: 50px;
}

.jumbotron h1 {
	font-family: titling-gothic-fb-compressed,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 7vw;
	letter-spacing: 3px;
	text-shadow: 2px 2px 4px #333;
}

.jumbotron h2 {
	font-family: titling-gothic-fb-compressed,sans-serif;
	letter-spacing: 3px;
	text-shadow: 2px 2px 4px #333;
}

.bg-blue {background-color: #2D50A2; color: #fff!important;}
.bg-dark {background-color: #000000!important;}

.btn-primary {border-radius: 20px; border: 0;}
.btn-white {background-color: #ffffff!important; color: #2D50A2!important;}
.btn-white:visited {background-color: #ffffff!important; color: #2D50A2!important;}
.btn-white:hover {opacity: .8;}
.btn-lg {border-radius: 24px; padding-right: 30px; padding-left: 30px;}

h2 {
	font-family: titling-gothic-fb-compressed,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #2D50A2;
}

h3 {
	font-family: titling-gothic-fb-compressed,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3vw;
	letter-spacing: 1px;
	color: #ffffff;
}

h3 span {
	background-color: #9AA4BB;
	color: #000;
	display: inline-block;
	font-size: 2.8vw;
	text-align: center;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	margin-right: 10px;
}

h4 {color: #2D50A2;}

span.tm {font-size:2vw; position: relative; top: -2vw;}

@media only screen and (max-width: 600px) {
	.jumbotron h1 {
		  font-size: 64px;
		  margin-top: 50%;
	  }
  	h2 {font-size: 34px;}
	h3 {font-size: 28px;}
	h3 span {font-size: 28px; width: 30px; height: 30px;}
}