* {
	box-sizing: border-box;
}

body, html {
	align-content: center;
	align-items: center;
	background-color: #21284b;
	color: #d5d5d5;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	height: 100vh;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100vw;
}

.content {
	opacity: 0;
}

/* ////////////////////////////////////////////////////////////////////////
BEGIN: Header
///////////////////////////////////////////////////////////////////////// */
.header {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0.5vw;
	padding-left: 3vw;
	text-transform: uppercase;
}

.header__gfx {
	border-right: 0.4vw #d5d5d5 solid;
	margin: 0.3vw 0;
	padding-right: 2.9vw;
}

.header__gfx span {
	color: #b6fc0f;
	font-size: 6vw;
	font-weight: bold;
	text-transform: uppercase;
}

.header__title {
	display: flex;
	flex-direction: column;
	line-height: 3.6vw;
	margin: -0.1vw 2.8vw 0 0;
	padding-left: 2.5vw;
}

.header__title span {
	font-size: 3.4vw;
	font-weight: normal;
}

.header__title strong {
	font-size: 4vw;
	letter-spacing: -0.1vw;
}

.header__title strong span {
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: -0.1vw;
}
/* ////////////////////////////////////////////////////////////////////////
END: Header
///////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////////////////////////////
BEGIN: Contact
///////////////////////////////////////////////////////////////////////// */
.contact {
	display: flex;
	flex-direction: column;
	font-size: 2vw;
	margin-top: 7vw;
	padding-left: 21.6vw;
}

.contact__label {
	text-transform: uppercase;
	letter-spacing: 0.15vw;
}

.contact__email {
	color: #b6fc0f;
	text-decoration: none;
	font-size:2.5vw;
	letter-spacing: 0.05vw;
}
/* ////////////////////////////////////////////////////////////////////////
END: Contact
///////////////////////////////////////////////////////////////////////// */