@charset "UTF-8";
/* CSS Document */

body {
	background: rgb(255, 255, 255); /* The Fallback */
	background: no-repeat fixed bottom center url(images/BG.jpg);
	-ms-background-color:white;
	background-size: cover;
	color: black;
	padding: 0;
	margin: 0;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
::selection {
	background: #004983;
	color: white;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
p {
	font-size: 16px;
	line-height: 1.5em;
}
#container {
	padding: 35px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 200px;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255,255,255,.85);
	-ms-background:white;
	width: 960px;
	box-shadow: 0 0 64px rgba(0,0,0,.64);
	border-radius: 0 0 35px 35px;
}
#hosanna {
	font-family: 'EB Garamond', serif;
	font-size: 112px;
	padding: 30px 0 22px 2px;
}
#logo {
	float: left;
	background: left center no-repeat url(images/V.png);
	width: 80px;
	height: 80px;
	position: relative;
	top: 28px;
	padding-right: 36px;
}
#g {
	font-family: 'EB Garamond', serif;
	font-weight: lighter;
}
#header {
	background: center no-repeat url(images/SF.png);
	height: 104px;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#nav {
	width: 100%;
	padding: 35px;
	position: relative;
	bottom: 15px;
}
#nav div {
	min-width: 10px;
	min-height: 10px;
	float: left;
	padding: 10px 20px;
	margin: 0 12px;
	text-align: center;
	font-size: 21px;
	font-weight: bolder;
	color: black;
	text-shadow: 2px 3px 5px rgba(0,0,0,.33);
}
#nav div:hover {
	color: #004983;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
	cursor: pointer;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: 890px;
}
#footer {
	background: bottom right no-repeat url(images/H.png);
	height: 72px;
	width: 890px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
iframe {
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	border-radius: 12px;
}
a:link, a:visited {
	color: #004983;
}
a:hover {
	color: white;
	background: #004983;
}
ul li{
	font-size:18px;
	line-height:1.5em;
	padding:8px;
}