@charset "utf-8";
html { font-size: 75%; } 
body {
	font-family: 'Merriweather', serif;
	line-height: 2.5rem;
	font-size: 16px;
	font-size: 1.8rem;
	background-color: #94ccb9;
	color: #09455c;
}
.nav {
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #527e7c;
	border-radius: 20px;
	background-color: #e0eb6e;
	box-shadow: 8px 8px 5px #333333;
	padding: 20px;
	text-decoration: none;
}
.links {
	font-family: 'Rosario', sans-serif;
	font-size: 1.8rem;
	text-align: center;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	/*width: 205px;*/
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
}
.links a {
	text-decoration: none;
	font-weight: bold;
	color: #09455c;
}
.links a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #09455c;
}
.links a:hover {
	font-weight: bold;
	color: #c4d224;
	text-decoration: none;
}
.header {
	background-color: #527e7c;
	color: #f5ffcc;
	padding: 20px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #53777A;
	box-shadow: 8px 8px 5px #333333;
	border-radius: 20px;
}
.content {	padding-left: 25px; padding-right: 25px;	}
.title {
	font-family: 'Rye', cursive;
	font-size: 24px;
	font-size: 4rem;
	font-weight: normal;	/*text-shadow: 2px 2px 0 #fff;*/
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #542437;
	padding-bottom: 15px;
}

.right-pic {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
h1, h2, h3 {
	font-family: 'Rosario', sans-serif;
}
.header h2 {
	margin: 0;
}
.container {
	background-color: #f5ffcc;
	padding: 20px;
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #060;
	box-shadow: 8px 8px 5px #333333;
	border-radius: 20px;
}
.address-list {
	text-align: center;
	list-style-type: none;
}

.other-list {
	list-style-type: none;
	text-indent: -50px;
	padding-left: 100px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #09455c;
}
.content h2 {
	margin-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #542437;
	padding-bottom: 15px;
}
.f	{ 	display: inline-block;
		list-style-type: none;
		width: 540px; 	}
.s	{	display: inline-block;
		list-style-type: none;
		width: 50px;
		text-align: center;
}
.t	{	display: inline-block;
		list-style-type: none;
		width: 300px;
		text-align: right;	}
