@charset "utf-8";

html, body {
	margin:0px;
	padding:0px;
}
body {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #000;
	height:100%;
	text-align: center;
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
a { color: #0a8ecc; }
a:hover {
	text-decoration: none;
	color: #ccc;
}
#slideshow {
	font-size: 12px;
	line-height: 1.3em;
	color: #ccc;
	background: #000;
	width: 740px;
	margin: 30px auto auto;
	padding: 30px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	opacity: 0.7;
}
h1, h2 {
	color: #ccc;
	font-weight: normal;
}
h1 {
	font-size: 12px;
	margin-bottom: 5px;
}
address {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	white-space: pre;
	font-style: normal;
}
header {
	color: #EADCAE;
	margin: 10px auto;
	border-bottom: 1px solid #333;
}
header p {
	font-size: 110%;
	text-align: right;
}
h2 {
	font-size: 12px;
	border-bottom: 1px solid #333;
	padding: 0 20px 10px 20px;
}
nav {
	padding: 30px 0px 20px 50px;
}
nav ul {
	padding: 0px 0px 30px 0px;
}
nav ul li {
	font-size: 14px;
	float: left;
	padding: 0 50px 0 0;
}
div.txt {
	color: #EADCAE;
	font-size: 12px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 20px;
}
footer {
	position: relative;
	clear: both;
	padding: 10px 0 0px 0;
}
footer p {
	float: right;
	color: #716C58;
	font-size: 9px;
}

