* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	background: #004D37;
	font-family: monospace;
}

a {
	text-decoration: none;
	cursor: pointer;
}

::selection {
	background: #004D37;
	color: #FFFFFF;
}

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

header {
	padding: 10vw;
}

header p {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
}

/* -------------------- MEDIA -------------------- */

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



}

@media only screen and (max-width: 744px) and (orientation: portrait) {



}

/* -------------------- PRINT -------------------- */

@media print {

	* {
		display: none;
	}

}
