.background {
	background-image: url(images/banner_1_2.jpg);
	background-repeat: no-repeat;
	min-height: 680px;
	background-size: auto 680px;
	background-position: top center;
	margin-bottom: 30px;
	overflow: hidden;
}

.background_2 {
	background-image: url(images/banner_2.jpg);
	padding: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 370px;
}

.background_3 {
	background-image: url(images/banner_3.jpg);
	padding: 30px;
	background-repeat: no-repeat;
	height: 370px;
	background-size: 100%;
}

h2 {
	font-family: bree-serif;
	padding: 15px;
	background-color: #F6F6F6;
	text-align: left;
	width: 85%;
	font-size: x-large;
}

p {
	font-family: bree-serif;
	font-color: #FFFFFF;
	padding: 20px;
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.85);
	text-align: left;
}

h2.overlay-header {
	font-family: bree-serif;
	padding: 15px;
	margin-bottom: 0;
	background-color: #F6F6F6;
	text-align: left;
	width: 85%;
	font-size: 24px Important;
}

p.overlay {
	font-family: bree-serif;
	font-color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.85);
	text-align: left;
	min-height: 200px;
}

h4.contact-header {
	font-size: 30px;
	color: #ca0814;
	text-align: left;
	font-family: bree-serif;
}

p.contact {
	padding: 20px 0 20px 0;
	background-color: transparent;
	font-size: 17px;
	color: #666;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-family: bree-serif;
	font-size: x-large;
	padding-top: 150px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color: hsla(0, 0%, 20%, 0.85);
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #CC0000;
	text-transform: none;
}

a:hover {
	color: #000;
	text-transform: none;
}

a:focus {
	color: #CC0000;
	text-transform: none;
}

h3 {
	font-family: bree-serif;
	text-align: right;
	font-size: medium;
	font-style: normal;
	font-weight: 400;
}

h3.contact-link {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: bree-serif;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}


.jumbotron-bg {
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
	position: center;
	font-family: bree-serif;
	font-style: normal;
	font-weight: 400;
	width: 95%;
}

.jumbotron-bg h1 {
	font-family: bree-serif;
	font-size: 42px;
	line-height: 50px;
	padding-top: 150px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	background-color: hsla(0, 0%, 0%, 0.75);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.col-md-4 {
	align-self:center;
	margin-left:auto;
  	margin-right:auto;
}

.container {
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.form-button {
	border: 0;
	padding: 10px 30px;
	font-size: 24px;
	font-family: bree-serif;
	color: #fff;
	background-color: #ca0814;
	float: right;
	margin-bottom: 40px;
}

input[type=text],
textarea {
	width: 100%;
	border: 0;
	margin-bottom: 10px;
	padding: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
	height: 100px;
}



/*==============================================================================================================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

h2.overlay-header {
	width: 100%;
	font-size: 19px !Important;
}




}





/*==============================================================================================================*/
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	


h2.overlay-header {
	width: 100%;
	font-size: 21px Important;
}


.background {
	min-height: 575px;
	background-size: auto 575px;
}


.jumbotron-bg h1 {
	font-size: 36px;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 100%;
}


h3.contact-link {
	margin: 20px 0 0 0;
	font-size: 21px;
}



}





/*==============================================================================================================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	



}





/*==============================================================================================================*/
/* iPhone 6 Portrait ETC */ 
@media only screen and (max-width : 480px) {



.background {
	min-height: 500px;
	background-size: auto 500px;
}


.jumbotron-bg h1 {
	font-size: 24px;
	line-height: 30px;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 100%;
}


h3.contact-link {
	margin: 20px 0 10px 0;
	font-size: 21px;
	text-align: left;
	clear: both;
	display: block;
	
}

h3.contact-link br {
	display: none;
}


.background_2 {
	background-size:  auto 100%;
	height: auto;
}

.background_3 {
	height: auto;
	background-size:  auto 100%;
}

p.contact {
	font-size: 12px;
}



}