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

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

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

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

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

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



/* -------- HEADER -------- */

header {

	display: block;
	background-color: lightgreen;

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

}

figure.logo {
	display: block;
	background-color: #EEEEEE;

	height: 100%;
	width: 70%;
	margin: 0px;
}

img#logo {
	display: block;
	position: relative;
	top: 3%;
	width: 100%;
	height: auto;
}



/* -------- PHONE NAV -------- */

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

	position: absolute;
	top: 15px;
	right: 0px;

	width: 70px;
	height: 70px;
}

button#popup {
	display: block;
	background-color: #ff5571;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
}

img#popup {
	width: 100%;
	height: auto;
	margin: 0px;
}

div.modal {
	display: none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

section.modal-content {
	display: block;

	position: relative;
	top: 30%;

	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.close {
	display: none;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

div.modal_nav {
	display: inline-block;

	width: 195px;
	height: 80px;
}

a.modal_nav {
	display: block;

	text-align: center;
	color: white;
	text-decoration: none;
	font-family: Montserrat_ExtraBold;
	font-size: 4vw;
}





/* -------- CONTENT -------- */

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 (max-height: 1140px) {

section.paper {
	height: 49%;
}

}

@media only screen and (max-height: 910px) {

section.paper {
	height: 47%;
}

}