/* CSS by Nathan Vinaimont | thewebmaker.space */

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

@font-face {
font-family: 'kelson sans';
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: bold;
font-style: normal;
}

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

@font-face {
font-family: 'kelson sans';
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: regular;
font-style: normal;
}

* {
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	quotes: none;
	font-weight: lighter;
	font-family: "kelson sans", futura, "Times New Roman", Times, serif;
	font-size: 1em;
}

/*----------rest----------*/

html {
	min-height: 100%;
}

body {
	width: 100vw;
	font: normal 1.2em;
}

.size {
	width: 50vw;
	height: auto;
	margin: auto;
	float: center;
	text-align: center;
}

.pic {
	max-width: 100%;
	height: auto;
}

H1 {
	width: 100%;
	font: 3em "kelson sans";
	margin: auto;
	text-align: center;
	clear: both;
}

.copyright {
	width: 50%;
	font: 1.3em "kelson sans";
	margin: auto;
	text-align: center;
	clear: both;
}

@media only screen and (max-width: 1000px) {
	.size {
		width: 100vw;
		height: auto;
	}
}
