html {

	background: black;
}

body {

	position: relative;
	background: white;
	width: 80vw;
	margin: auto;
	overflow: hidden;
}

.placeholder {

	display: flex;
	height: 100vh;
	overflow: hidden;
}



.column-left {

	width: 40vw;
/*	margin-right: 7vw;*/
}

.logo-image {

	width: 41vw;
	margin: -2vw 0 0 -15vw;
}

.logo-title {

	width: 70%;
	margin: 4vw 0 9vw 0;
}

.column-right {

	width: 60vw;
}

.intro p {

/*	height: 30vh;*/
/*	vertical-align: baseline;*/
	font-size: 2vw;
	font-family: "AvenirNext", "Helvetica";
	padding-top: 10vw;
}

.footnote {

	font-size: 1.4vw;
	font-family: "AvenirNext", "Helvetica";

}


@font-face {

	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-UltraLight.woff")
}
