body {
	font-family: 'Karla', sans-serif;
	color: #FFFFFF;

}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;

}

h1{
	font-size: 15em;
	font-weight: 700;
	color: #e90153;
	opacity: 0.5;
	letter-spacing: -0.09em;
	border-bottom: 30px solid #FFFFFF;
	padding: 0 0 60px 0;
	text-align: center;
	line-height: 0.85em;
	margin-top: -0px;
}

h2{
font-size: 5em;
	font-weight: 700;
	line-height: 0.8em;
	letter-spacing: -0.07em;
	color: #e90153;
	opacity: 0.5;
}

h2 a{
	text-decoration: none;
}

h2 a:hover{
	color: #FFFFFF;
}

#start {
	margin-left: 50px;

}