body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Capriola', georgia;
	font-weight: normal;
	color: #463115;
	letter-spacing: -.02em;
}
a {
  color: #d54427;
  font-weight: 500;
	}
a:hover, a:focus {
    color: #463115; 
}
p {
	color: #333;
	font-size: 15px;
	font-weight: 400;
}
button, .button {
	font-family: 'Abel', sans-serif;
	font-weight: normal !important;
}
hr {
	border-color: #9b8335
}


.header {
	text-align: center;
	height: 240px;
	margin-top: 48px;
}
.header h1 {
	display: inline;
	margin: 30px auto;
	background: url(../img/logo.png) top left no-repeat;
	font-size: 108px;
	padding-left: 150px;
	padding-bottom: 150px;
	letter-spacing: -.05em;
	margin-left: -50px;
}
.header h1 span {
	color: #d54427;
}
h2 {
	font-size: 18px;
	text-align: center;
}
.cycle-slideshow h2 {
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
}
.main_body {
	background-color: #f7d054;
	border-top: 1px solid #9b8335;
	padding-top: 24px;
	margin-top: 24px;
}
p.intro {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
.classes {
	margin-bottom: 24px;
}
.classes p {
	margin-bottom: 6px;
}

.footer {
	border-top: 1px solid #9b8335;
}
.footer p {
	margin-top: 12px;
	color: #808080;
	font-size: 13px;
	text-align: center;
}
.quoted {
	width: 90%;
	margin: 0 5%;
}
p.red {
	margin-top: 10px;
	color: #d54427;
}
@media only screen and (max-width: 49em) {
	.header h1 {
		font-size: 72px;
		padding-top: 24px;
	}
}
@media only screen and (max-width: 37em) {
	.header h1 {
		background: url(../img/logo.png) top center no-repeat;
		margin-left: 0px;
		
		font-size: 72px;
		padding-top: 124px;
		display: block;
		padding: 150px 0 0 0;
		margin-top: 0;
	}
}


