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

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

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

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

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

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




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

header {

	display: block;
	background-color: lightgreen;

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

}

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

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

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



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

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

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

	width: 60px;
	height: 60px;
}

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: static;

	width: 100%;
	height: 29.535%;
	margin: 0px;
	margin-bottom: 11.54%;
}

section.form {

	display: block;

	background-color: lightgreen;


	position: static;

	width: 100%;

	height: 33.07%;

	margin-bottom: 11.54%;

}

article.form {
	display: block;

	background-color: lightblue;

	width: 100%;

	height: 61.31%;

	margin-bottom: 5.77%;
}

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

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

	position: static;

	width: 100%;
	height: 9.845%;
}

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: 29.5%;
}

}