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

body {
	display: block;
	width: 100vw;
	height: 100vh;
	margin: 0px;
}

@media only screen and (max-width: 2560px) {

main {
	display: block;
	background-color: lightcoral;

	position: absolute;
	left: 9.375%;
	top: 50px;

	width: 81.25%;
	height: 80%;
	z-index: 2;
}

header {

	display: block;
	background-color: lightgreen;

	width: 100%;
	height: 100px;
	margin-bottom: 11.54%;

}

figure.camera {
	display: block;
	background-color: lightblue;

	position: absolute;
	right: 0px;
	top: 35%;

	width: 45.75%;
	height: 38%;
	margin: 0px;
}

section.form {

	display: block;

	background-color: lightgreen;


	position: absolute;
	top: 35%;

	width: 49.39%;

	height: 35.07%;

	margin-bottom: 11.54%;

}

article.form {
	display: block;

	background-color: lightblue;

	width: 100%;

	height: 61.31%;

	margin-bottom: 25px;
}

form.sub {
	display: block;
	background-color: lightblue;
	width: 100%;
	height: 80px;

}

section.social {
	display: block;
	background-color: lightgreen;

	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 80px;
}

figure.social {
	display: inline-block;
	background-color: lightblue;

	height: 80px;
	width: 80px;
	margin: 0px;
	margin-right: 15px;
}

section.paper {
	display: block;
	background-color: snow;

	position: absolute;
	bottom: 0px;
	z-index: 1;

	width: 100%;
	height: 50%;
}

}





@media only screen and (min-width: 2560px) {

main {
	display: block;
	background-color: lightcoral;

	position: absolute;
	left: 9.375%;
	top: 50px;

	width: 81.25%;
	height: 80%;
	z-index: 2;
}

header {

	display: block;
	background-color: lightgreen;

	width: 100%;
	height: 100px;
	margin-bottom: 11.54%;

}

figure.camera {
	display: block;
	background-color: lightblue;

	position: absolute;
	right: 0px;
	top: 35%;

	width: 45.75%;
	height: 38%;
	margin: 0px;
}

section.form {

	display: block;

	background-color: lightgreen;


	position: absolute;
	top: 35%;

	width: 49.39%;

	height: 35.07%;

	margin-bottom: 11.54%;

}

article.form {
	display: block;

	background-color: lightblue;

	width: 100%;

	height: 61.31%;

	margin-bottom: 25px;
}

form.sub {
	display: block;
	background-color: lightblue;
	width: 100%;
	height: 80px;

}

section.social {
	display: block;
	background-color: lightgreen;

	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 80px;
}

figure.social {
	display: inline-block;
	background-color: lightblue;

	height: 80px;
	width: 80px;
	margin: 0px;
	margin-right: 15px;
}

section.paper {
	display: block;
	background-color: snow;

	position: absolute;
	bottom: 0px;
	z-index: 1;

	width: 100%;
	height: 50%;
}

}