@font-face{ 
	font-family: 'Voltaire';
	src: url('../fonts/Voltaire.eot');
	src: url('../fonts/Voltaire.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Voltaire.woff') format('woff'),
	     url('../fonts/Voltaire.ttf') format('truetype'),
	     url('../fonts/Voltaire.svg#webfont') format('svg');
}

html {
	/*height: 100%;*/
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 28em;
	margin: 0;
}

body {
	position: relative;
	text-align: left;
	font-family: 'Baskerville';
	font-size: 16px;
	min-width: 320px;
	line-height: 1.2em;
	overflow: hidden;
	height: 100%;
}

@media screen and (min-width: 24em) {
	body {
		font-size: 18px;
	}
}

h1, h2 {
	font-family: 'Voltaire';
	line-height: 1;
	font-weight: normal;
	color: #222;
}

h1 {
	margin: 0;
	font-size: 2.4em;
}

h2 {
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

p {
	margin: 0.5em 0;
}

a {
	text-decoration: none;
	color: #555;
	background-color: rgba(0,0,0,0.08);
	border-radius: 3px;
	padding: 0.05em 0.2em;
}

a:hover {
	transform: translate(-1px,-1px);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.12);
	color: #222;
}

.logo {
	max-width: 300px;
	margin: 20px auto 40px auto;
}

.logo img {
	width: 100%;
}

.content {
	float: right;
	max-width: 400px;
	padding: 0 50px;
	margin: 2em 2em 2em;
	text-align: right;
}

.upper {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

.lower {
	font-size: 1.3em;
}

.links {
	margin-bottom: 50px;
}

.links a {
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.clearfix {
	clear: both;
}

.top {
	position: absolute;
	top: 0;
	left: 0;
	color: #555;
	padding: 2em 3em 2em 2em;
	max-width: 22em;
}

.bottom {
	position: absolute;
	bottom: 0;
	color: white;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30em;
	background: url(../bg/1b.jpg) no-repeat 0 0;
	background-size: cover;
}

.copyright {
	position: absolute;
	left: 2em;
	bottom: 1em;
	color: white;
	color: rgba(255,255,255,0.6);
	font-size: 0.8em;
}