@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:600');
	 
body {
	font-family: "Barlow Condensed", Helvetica, arial, sans-serif;
	color: #fff;
	background: #222 url("/img/holdingpage-bg.jpg");
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	font-size: 15pt;
	letter-spacing: 0.04em;
	
	}
@media screen and (max-width: 768px) {
	body {
		font-size: 11pt;
	}
}
#logo {
	width: 30%;
	max-width: 370px;
	min-width: 250px;
	margin-bottom: 5vh;
}
a, a:visited {
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 0px 0 rgba(255,255,255,0.3);
	}
a:hover,
a:focus,
a:active {
	box-shadow: 0 2px 0 rgba(255,255,255,0.3);
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0.2em 0;
	text-transform: uppercase;
}

h2, h4, h6 {
	font-weight: normal;
}
	
h1 { font-size: 6em; }
h2 { font-size: 2.7em; }
h3 { font-size: 2.2em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

p { line-height: 1.5; }