body,
html {
	width: 100%;
	height: 90%;
	font-family: 'Montserrat', sans-serif;
	background: url(header.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
h1 {
	font-size: 3rem;
	text-align: center;
	padding-top: 15%;
	color: #e2dbdb;
}
.btn {
	font-weight: 700px;
	border-radius: 300px;
	text-transform: uppercase;
}
.btn-primary {
	background-color: #f05f44;
	border-color: #f05f44;
}
.btn-primary:hover {
	background-color: #ee4b08;
	border-color: #ee4b08;
	border-width: 4px;
}
.btn-x1 {
	padding: 1rem 1rem;
}
hr {
	margin: 20px auto;
	color: #f05f44;
	border: 3px solid #f05f44;
	max-width: 65px;
	opacity: 1;
	border-radius: 300px;
}
.buffer {
	height: 10rem;
}
