body,
html {
	width: 100%;
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background: url(stage.jpeg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1 {
	color: whitesmoke;
	font-size: 3rem;
}

hr {
    margin: 20px auto;
    color: white;
    border: 1.6px solid white;
    max-width: 500px;
    opacity: 1;  
}

.buffer {
	height: 1rem;
}

.btn {
	font-weight: 700;
	border-radius: 300px;
	text-transform: uppercase;
}

.btn-xl {
	padding: 1rem 2rem;
}

.btn-primary:hover {
	text-decoration-color: #1d46a0;
}



