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

body {
	background: #000;
	margin: 0 auto;
	padding: 60px; /*fallback just in case vw doesn't work*/
	padding: 6vw;
	text-align: center;
	color: #000;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 400;
}

/*h1 {
	font-size: 144px; fallback just in case vw doesn't work
	font-size: 30vw;
	font-weight: 800;
	font-style: italic;
	letter-spacing: -0.05em;
	font-family: futura-pt-condensed, sans-serif;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-7deg);
}*/

h1 {
	font-size: 264px; /*fallback just in case vw doesn't work*/
	font-size: 33vw;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -0.05em;
	font-family: futura-pt-condensed, sans-serif;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}



h2 {
	font-size: 21px; /*fallback just in case vw doesn't work*/
	font-size: 5.55vw;
	font-weight: 400;
}

h3 {
	font-size: 18px; /*fallback just in case vw doesn't work*/
	font-size: 4.44vw;
	font-weight: 400;
}

h4 {
	font-size: 15px; /*fallback just in case vw doesn't work*/
	font-size: 3.33vw;
	font-weight: 500;
	text-transform: uppercase;
}

h5 {
	font-size: 12px; /*fallback just in case vw doesn't work*/
	font-size: 2.22vw;
	font-weight: 600;
	text-transform: uppercase;
}



p {
	font-size: 12px; /*fallback just in case vw doesn't work*/
	font-size: 2vw;
	line-height: 1.4em;


/*

a:link {
	color: #00e;
}

a:visited {
	color: #00e;
}

a:hover {
	color: #551a8b;
}

a:active {
	color: #e00;
}
*/