@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	paddin: 0px;
	font-family: Raleway;	
}

html, body{
	height: 100%;
	background-color: #1f1f21;
}

p{
	max-width: 600px;
	margin: 0px auto 20px;
	font-family: Roboto;
	color: white;
}

#wrapper{
	background-image:url(../images/bkg.jpg);
	background-size: cover;
	height: 100vh;
	color: white;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	//add back in when including paragraph below header:
	//margin-bottom: 50px;
}

#header{
	border: 0.2vw solid white;
	padding: 30px 200px;
	max-width: 935px;
	background-color: black;
	background: rgba(0, 0, 0, 0.4);
}

h1{
	letter-spacing: 20px;
	font-size: 24pt;
	overflow:hidden; 
	white-space: nowrap;
}

h4{
	letter-spacing: 5px;
	margin-top: 20px;
	font-size: 16pt;	
}
