@charset "UTF-8";
/* Body */
html{height:100%}

a, u {
    text-decoration: none;
}

body {
	font-family: source-sans-pro;
	background-color: #fff;
	font-style: normal;
	font-weight: 200;
	height: 100%;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
    top: 40%;
    ;
}



.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	letter-spacing: 5px;
}
.hero {
	background-color: #fff;
	align-content: center;
	
		
}
.light {
	font-weight: 900;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #f;
	font-weight: 500;
	letter-spacing: 2px;
}






