

body{
	padding: 0;
	background-color: #430065;
	font-family: 'Roboto', sans-serif;
}

#lines-overlay{
	width: 100%;
	z-index: 10;
}

h1{
	color: #fff;
	font-size: 5rem;
	font-family: sans-serif;
	font-weight: 700;
}

h2{
	font-size: 1.15rem;
	letter-spacing: .25rem;
}

.wrapper{
	width: 100%;
	margin-top: 150px;
	margin-bottom: -260px;
	color: #fff;
	z-index: -10;
}

.landing-text{
	width: 50%;
	margin-left: 30%;
}



.cf:after {
    clear: both;
}
