#body_with_background {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image: url("../images/2014_Website_Banner_No-Logo.png");
	padding-right: 10px;
}

#contact_form {
	/* background-color: #2D6AF7; */
	background-color: #e8efff;
}

#footer {
	height: 40px; /* Height of footer */
}

#description {
	color: #005b96;
	position: absolute;
	bottom: 60px;
	width: 100%;
}

#banner {
	position: left;
}

#site-title {
	color: #1595ad;
	clear: both;
	font-family: Bitter, Georgia, serif;
}

#accordian-contact {
	padding-bottom: 50px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#banner {
		padding-top: 15px;
		width: 100px;
	}
    #site-title {
		font-size: 30px;
		padding-top: 25px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#banner {
		padding-top: 50px;
		width: 150px;
	}
	#site-title {
		font-size: 54px;
		padding-top: 75px;
	}
}

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

}

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

}
