@font-face {
    font-family: "Roboto Slab";
    src: url('/fonts/RobotoSlab-Regular-webfont.eot');
    src: url('/fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('/fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
    src: url('/fonts/RobotoSlab-Bold-webfont.eot');
    src: url('/fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('/fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('/fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Roboto Slab", sans-serif;
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	background-image: url(../gfx/bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #5db54f;
	text-decoration: none;
}

.c {
	text-align: center;
}

main {
	margin: 4em;
	padding: 25px 50px 50px 50px;
	background-color: rgb(255, 255, 255, 0.8);
	font-family: "Roboto Slab";
}

img.logo {
	width: 586px;
}

h1 {
	font-size: 2.5em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.4em;
}

@media (max-width: 992px) {
	main {
		margin: 0.5em;
	}
	
	img.logo {
		width: 100%;
	}
	
	h1 { line-height: 1.2em; }
	h2 { line-height: 1.2em; }
}
