h2#site_slogan {
	display:none!important;
}

#scroll_down_button {
	display: none!important;
}

#title_wrapper {
	top: 0!important;
}

h1#site_title {
	letter-spacing: 2px!important;
	border-style: none!important;
	font-size:44px!important;
	padding: 18px 10px 0px!important;
	line-height: 1em!important;
	color: white!important;
}

header {
	height: 144px!important;
}

/*Used to alter styles for screens at least 840px wide. */
@media only screen and (max-width: 840px) {
	h1#site_title {
		font-size: 44px!important;
		line-height: 40px!important;
		letter-spacing: 1px!important;
		padding: 18px 8px!important;
	}
}

/*Used to alter styles for screens at least 768px wide. */
@media only screen and (max-width: 768px) {
	h1#site_title {
		font-size: 33px!important;
		line-height: 40px!important;
		letter-spacing: 0px!important;
		padding: 20px 8px!important;
	}
	header {
		height: 74px!important;
	}
}

/* Used to alter styles for screens at least 480px wide. */
@media only screen and (max-width: 480px) {
	h1#site_title {
		font-size: 18px!important;
		line-height: 30px!important;
		letter-spacing: 0px!important;
		padding: 10px 8px!important;
	}
	header {
		height: 46px!important;
	}
}

#container {
	line-height: 22px;
}

/* EDIT H4 and H5 */
h5 {
	padding: 0px 0px 0px 10px!important;
	margin: 30px 0px 15px!important;
	background-color: #E9E9E9;
}

h4 {
	padding: 0px 0px 0px 10px!important;
	margin: 50px 0px 0px!important;
	color: white;
	background-color: #8624a0!important;
}
