body > .content > main > div > h1 {
	text-transform: uppercase;
	margin: 50px 0px 30px 0px;
}

body > .content > main > div > h1
, body > .content > main > div > article h1 {
	text-align: center;
	
	font-family: Crimson Text, serif;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	color: #6b6b6b;
	height: auto;
}

body > .content > main > div > article {
	width: auto;
	display: block;
}

body > .content > main > div > article > .text {
	min-height: 420px;
}

body > .content > main > div > article h1 {
	margin: 40px 0px 20px 0px; 
}

body > .content > main > div > article p {
	width: 50%;
	text-align: left;
	margin: 0px auto;
	
	font-family: Crimson Text, serif;
	font-weight: normal;
	font-size: 21px;
	color: #6b6b6b;
	
	margin-bottom: 35px;
}

body > .content > main > div > article a.green_link:before {
	display: inline-block;
	margin-right: 10px;
	content: '\00BB';
}

body > .content > main > div > article a.green_link:after {
	display: inline-block;
	margin-left: 10px;
	content: '\00AB';
}

.columns {
	margin: 0px auto 75px auto;
	text-align: center;
}

.columns > p {
	display: inline-block;
	margin-left: 40px !important;
	width: 395px !important;
	vertical-align: top;
}

.columns > p:first-child {
	margin-left: 0px !important;
}

.join_us {
	background-color: #fbf8f3;
	text-align: center;
	padding: 105px 0px;
}

.join_us h1 {
	font-family: Crimson Text, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 73px;
	color: #b4252d;
	line-height: 75px;
	
	margin-bottom: 10px;
}

.join_us p {
	width: 820px;
	font-family: Crimson Text, serif;
	font-weight: 400;
	font-size: 21px;
	color: #a2a2a2;
	
	margin: 0px auto 50px auto;
}

.join_us .sfm_button {
	width: 230px;
	
	font-size: 29px;
	line-height: 45px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.join_us .sfm_button:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


a.badge:hover {
	background-color: #b4252d;
}

a.badge {
	position: relative;
	z-index: 4;
	
	background-color: #d1d2d4;
	background-repeat: no-repeat;
	background-image: url('images/service_nav.png');
	
	display: block;
	width: 124px;
	height: 116px;
	
	margin: -58px auto -20px auto;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

a.badge.dining {
	background-position: 0px 0px;
}

a.badge.office {
	background-position: -124px 0px;
}

a.badge.catering {
	background-position: -248px 0px;
}

a.badge.vending {
	background-position: -372px 0px;
}

a.badge.government {
	background-position: -496px 0px;
}

.parallax_wrapper.education > div {
	background-position: center center;
}

@media
  only screen and (max-width:  640px) /*and (orientation: portrait)
, only screen and (max-height: 640px) and (orientation: landscape)*/ {
	body > .content > main > div > h1
	, body > .content > main > div > article h1 {
		text-align: left;
		margin: 50px 50px 30px 50px;
	}
	
	body > .content > main > div > article h1 {
		font-size: 62px;
	}
	
	body > .content > main > div > article p
	, .columns > p {
		width: auto !important;
		text-align: left !important;
		margin: 0px 50px 35px 50px !important;
		font-size: 29px;
	}
	
	.columns > p:first-child {
		margin-left: 50px !important;
	}
	
	body > .content > main > div > article br {
		display: none;
	}
	
	body > .content > main > div > article a.green_link:before {
		margin-right: 20px;
	}
	
	body > .content > main > div > article a.green_link:after {
		display: none;
	}
	
	body > .content > main > div > article a.green_link
	, .columns {
		display: inline-block;
		margin-bottom: 50px;
	}
	
	.join_us {
		display: none;
	}
}