@import url('https://fonts.googleapis.com/css?family=Crete+Round');


@font-face {
	font-family: 'Conifer-Solid';
	src: url(https://www.bu.edu/cdn/fonts/Conifer-Solid/2E6433_C_0.eot);
	src: url(https://www.bu.edu/cdn/fonts/Conifer-Solid/2E6433_C_0.eot?#iefix) format("embedded-opentype"),
		url(https://www.bu.edu/cdn/fonts/Conifer-Solid/2E6433_C_0.woff2) format("woff2"),
		url(https://www.bu.edu/cdn/fonts/Conifer-Solid/2E6433_C_0.woff) format("woff"),
		url(https://www.bu.edu/cdn/fonts/Conifer-Solid/2E6433_C_0.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Smart-Sans";
	src: url("https://www.bu.edu/cdn/fonts/Smart-Sans-Bold/271877_0_0.eot");
	src: url("https://www.bu.edu/cdn/fonts/Smart-Sans-Bold/271877_0_0.eot?") format("embedded-opentype"),
		url("https://www.bu.edu/cdn/fonts/Smart-Sans-Bold/271877_0_0.woff") format("woff"),
		url("https://www.bu.edu/cdn/fonts/Smart-Sans-Bold/271877_0_0.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

#content {
	border-top: none;
}

.hero-image {
	background-image: url("images/adam-bw-hero.jpg");
	height: 722px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 60%;
	left: 23%;
	transform: translate(-50%, -50%);
	color: white;
}

.hero-text h1 {
	font-size: 215px;
	line-height: 155px;
	color: #fff;
	text-shadow: -11px -5px 0px #000;
	text-transform: uppercase;
	font-family: 'Smart-Sans';
	margin: 0;
}

.hero-text h1 span {
	border-top: 3px solid #ffb700;
	border-bottom: 3px solid #ffb700;
	font-size: 35px;
	line-height: 50px;
	margin: 57px 20px 20px 10px;
	text-shadow: none;
	float: right
}

.run {
	text-shadow: -11px -5px 0px #000;
	font-style: italic;
}

.hero-text h2 {
	margin: 30px 0;
	color: #ffb700;
	font-size: 19px !important;
	text-align: justify;
	font-family: 'Conifer-Solid';
	width: 300px;
}

.hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	font-family: 'Conifer-Solid';
	background-color: #1f3731;
	text-align: center;
	cursor: pointer;
	width: 300px;
}

.hero-text button:hover {
	background-color: #555;
	color: white;
}

.content-eat-and-run .btn {
	text-align: center;
	padding: 0;
}

.content-eat-and-run .btn a {
	text-decoration: none;
	padding: 10px 25px;
	color: #fff !important;
	margin: 0 auto;
	font-family: 'Conifer-Solid';
	font-size: 13px;
	background-color: #1f3731;
	text-align: center;
}

.content-eat-and-run .btn a:hover {
	background-color: #d15f00;
}


@media only screen and (max-width: 650px) {

	.hero-text {
		top: 70%;
		left: 33%;
	}

	.hero-text h1 {
		margin-left: 27%;
		font-size: 145px;
		line-height: 105px;
	}

	.hero-text h1 span {
		font-size: 35px;
		float: none;
		background-color: black;
		line-height: 55px;
		margin: 3px 20px 20px 2px;
	}

	.hero-text h2 {
		font-size: 12px;
		margin: 20px 0 30px 110px;
	}

	.hero-text button {
		width: 100%;
		margin: 20px auto;
		position: absolute;
		left: 0;
	}
}

@media only screen and (max-width: 600px) {


	.hero-text {
		text-align: inherit;
		top: 40%;
		left: auto;
		transform: none;
	}

	.hero-text h2 {
		margin: 0 50px;
		padding: 4px;
		text-align: justify;
		width: auto;
		text-shadow: 2px 5px 5px #1f3731;
	}

}