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

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

body {
	background-size: cover;
	background-position: center top;
	background-image: url("img/bg.jpg");
	text-align: center;
	padding: 10px 50px 50px 50px;
	color: #ffffff;
	min-height: 1000px;
	position: relative;
}

header {
	margin-bottom: 50px;
}

header img {
	margin: auto;
	width: 400px;
	margin-bottom: 30px;
}

h1, h2 {
	font-family: 'kelson_sansbold';
	font-size: 17px;
	padding: 5px;
	letter-spacing: 2px;
}

a {
	text-decoration: underline;
	font-family: 'kelson_sansregular';
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
}

body > a:hover {
	text-decoration: underline;
	letter-spacing: 2px;
}

section {
	margin: auto;
	text-align: justify;
	max-width: 750px;
	text-transform: uppercase;
	font-family: 'kelson_sansregular';
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 24px;
}

header nav {
	text-align: right;
	margin-bottom: 40px;
}

body > nav a {
	padding: 20px;
	display: inline-block;
}

body > nav a:first-of-type img {
	margin-bottom: 5px;
}

body > nav a:last-of-type img {
	margin-bottom: 12px;
}

a img {
	border: 0;
	outline: 0;
}

footer {
	text-align: left;
	text-transform: uppercase;
	font-family: 'kelson_sansregular';
	font-size: 14px;
	position: absolute;
	bottom: 20px;
}

body > img {
	margin: 10px;
}