

/*body{
	background-position: center;
	background-image: url(thereturn.jpg);
	background-size: cover;
	height: 100%;
}

.content{
	background-color: rgba(101, 85, 85, 0.5);
	padding: 30px 0px;

}

header{
	text-align: center;font-family: 'Staatliches', cursive;
		
	margin: 100px 350px 0px ;
	padding-bottom: 50px;

}

h1{
	font-size: 60px;
}

h2{
	font-size: 40px;
}

section{
	text-align: center;
	font-family: 'Staatliches', cursive;
	font-weight: 100;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0px 350px;
	padding: 10px 0px;
	color: white;
}

footer{
	text-align: center;
	margin: 0px 350px;
	padding: 10px 0px;
}

.btn-primary{
	color: white;
	background-color: black;
	border: none  ;
}

.btn-primary:hover{
	color: gold;
	background-color: purple;
}*/


body, html{
	width: 100%;
	height: 100%;
}

body{
	font-family: 'Staatliches', cursive;
}

header{
	background-position: center;
	background-image: url(thereturn.jpg);
	background-size: cover;
	height: 100%;

}

header h1{
	font-size: 4rem;	
}

header h2{
	font-size: 3rem;
}

header h3{
	font-size: 2rem;
	color: white;
	margin
}

.container{
	background-color: rgba(101, 85, 85, 0.5);
}

.btn-primary{
	color: white;
	background-color: black;
	border: none  ;
}

.btn-primary:hover{
	color: gold;
	background-color: purple;
}*/