body{
	background: #EBECE4;
	font-family: "adobe-jenson-pro",serif;
}

.logo{
	margin: 20px auto;
	width: 205px;
	height: 326px;
	background: url(img/logo.png) no-repeat center;
	background-size: 100%;

}

h1{
	color: #774F23;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	font-size: 35px;
}

.text{
	position: relative;
	margin: 0 auto;
	max-width: 600px;
	background: url(img/icon.png) no-repeat center;
	background-size: 10%;
	background-position: 460px 130px;

}

p{
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0;
}


a{
	text-decoration: none;
	color: #00A8DE;
}

h2{
	font-size: 25px;
	color: #774F23;
	font-weight: 600;
	font-style: italic;
}

.download{
	margin: 5% 0;
}

.pdf{
	padding: 5px 0;
	background: #B3CB95;
	line-height: 1;
	margin: 0 auto;
	max-width: 250px;
}

.pdf>p{
	font-size: 20px;
	margin: 0;
	text-align: center;	
	color: #774F23;
}

.pdf>p>span{
	font-weight: 300;
	font-style: italic;
}


.hours{
	background: #774F23;
	color: #FFF;

}

.time{
	padding: 15px 0;
	
}

.time>p{
	margin: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
}

.location{
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
}

.location>p>span{
	font-weight: 600;
	font-style: italic;
}

.contact>p{
	font-size: 16px;
}

.info{
	margin: 20px 0;
}






