body, html {
	width: 100%;
	height:100%;
	background: url(https://images.unsplash.com/photo-1548611716-ad782502c9d2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MXwzNTIyODY3fHxlbnwwfHx8fA%3D%3D&w=1000&q=80) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 


h1 {
	color: white;
	font-family: 'Kaisei Tokumin';

}
.buffer {
	height: 168px;
}
hr {
	color: rgb(220,23,23);
	opacity: 1;
	max-width: 65px;
	text-align: center;
	margin: auto auto 15px auto;
}
.btn {
	font-weight: 700;
     border-radius: 200px;
     text-transform: uppercase;
}
.btn-primary {
	background-color: #ee4b08; 
	border-color: #ee4b08;
}
.btn-primary:hover {
	background-color: #f05f44;
	border-color: #f05f44;
	border-width: 3px;
}
.btn-xl {
	padding: 1rem 2rem;
}