#top_spacer {
	display: none;
}
#main_content {
	margin-top: 0;
}

#about_us_wrapper
{
	position: relative;
}
.tagline {
	padding-bottom: .88em;
	font-size: 110%;
	font-family: 'Molengo', 'Open Sans', sans-serif;
	text-align: right;
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,.66);
}
.tagline h1, .tagline h2 {
	text-align: right;
	width: 99%;
	letter-spacing: 0.3em !important;
	margin-bottom: 0;
}

.tagline h1 {
	font-weight: bold;
	box-sizing: border-box;
	color: #333 !important;
	line-height: 1.33;
	font-size: 2.5vw;
}
.tagline h2 {
	margin-top: 0;
	font-size: 1.88vw;
	color: #888;
}

@media screen and (min-width: 1200px) {
	.tagline h1 {
		font-size: 1.66em;
	}
	.tagline h2 {
		font-size: 1.33em;
	}
}


@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 799px) {
	.tagline h1, .tagline h2, div.red_line {
		width: 100%;
	} 
	.tagline h1 {
		font-size: 16px;
	}
	.tagline h2 {
		font-size: 12px;
	}
	.nav_arrow_wrapper {
    	display: block;
	}
}

@media screen and (max-width: 479px) {
	.tagline {
		position: relative;
	}
	.tagline h1 {
		font-size: 1.25rem !important;
	}
}

@media screen and (max-width: 359px) {
	.tagline h1 {
		font-size: 1.1rem !important;
	}
	#main_menu_spacer {
		height: 80px;
	}
}