body {
	background: #82368c;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;	
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;	
	font-weight: 100;
}

h1 {
	height: 70px;
	margin: 0;	
	padding: 15px 0 0 0;
	font-family: "Pacifico", Sans-Serif;
	font-size: 350%;
	font-weight: normal;
	line-height: 100%;	
	text-align: center;
}
h2 {
	height: 17px;
	margin: 0;
	padding: 0;
	opacity: 0.5;		
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 100%;	
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
}	

h3 {
	height: 25px;
	margin: 0;
	padding: 0;
	opacity: 0.25;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 100%;	
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
}	
	
p {
	color: #c09ac5;
	font-size: 100%;
	line-height: 150%;
}
p a, p a:active, p a:hover, p a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;	
	text-decoration: none;
}
p a:hover {
	border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {	
	h1 {
		height: 110px;
		font-size: 650%;
	}
	h2 {
		height: 30px;
		font-size: 180%;
	}	
	
	h3 {
		height: 50px;
		font-size: 140%;
	}	
	p {
		width: 720px;
		margin: 0 auto 1em auto;
		font-size: 125%;
		line-height: 150%;
		text-align: left;
	}

	.vertical-center {
	  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	  min-height: 100vh; /* These two lines are counted as one :-)       */
	
	  display: flex;
	  align-items: center;
	  text-align: center;
	}
}