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



@font-face {
	font-family: 'la_foliemedium';
	src: url('fonts/lafolie-medium-webfont.eot');
	src: url('fonts/lafolie-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lafolie-medium-webfont.woff2') format('woff2'), url('fonts/lafolie-medium-webfont.woff') format('woff'), url('fonts/lafolie-medium-webfont.ttf') format('truetype'), url('fonts/lafolie-medium-webfont.svg#la_foliemedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: black;
	color: white;
	font-family: 'la_foliemedium';
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
		font-weight: normal;
	font-style: normal;
}
img {
	border: none;
}
header {
	padding: 30px;
	min-height: 60%;
}
a {
	color: white;
	text-decoration: none;
		font-weight: normal;
	font-style: normal;
}
a:focus {
	outline: 0;
		font-weight: normal;
	font-style: normal;
}
a:hover {
	color: white;
	text-decoration: none;
		font-weight: normal;
	font-style: normal;
}
a:visited {
	color: white;
	text-decoration: none;
		font-weight: normal;
	font-style: normal;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	font-size : 55px;
	text-align: center;
}
select, textarea {
	font-size: 100%;
}
form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
input {
}
.inputtext {
	font-family: Arial;
	font-size: 20px;
	width: 300px;
	height : 50px;
	padding-left: 10px;
}
.inputsubmit {
	font-family: 'la_foliemedium';
	color: white;
	background-color: #000000;
	font-size: 20px;
	width: 50px;
	height : 50px;
	border: hidden;
	text-align:center
}
footer {
	font-size: 15px;
	width: 100%;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	right: 0
}
