body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(header.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1{
	color: #f8f8f8;
}

hr{
	border: 2px solid white;
	background-color: white;
	width: 100px;
}

.btn-primary{
	background-color: white;
	color: black;
	border-radius: 400px;
	border-color: #c6c3ca;
	box-shadow: 0.5px 0.5px 6px blue;
}

.btn-primary:hover{
	transform: scale(1.1);
	box-shadow: 1px 1px 5px white;
}

.btn-size{
	padding: 1.1rem 2rem;
	font-size: 1.2rem;
}


section{
	margin-top: 23rem;
}

header{
	margin-top: 3rem;
	position: absolute;
}