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: white;
  font-size: 3rem;
}

.btn{
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  border-radius: 300px;
}

.btn-primary{
  background-color: orangered;
  border-color: orangered;
}

.btn-primary:hover{
  background-color: rgb(211, 56, 0);
  border-color: rgb(211, 56, 0);
  border-width: 4px;
}

.btn-xl{
  padding: 1rem 2rem;
}

hr{
  border-color: orangered;
  border-width: 3px;
  max-width: 65px;
}

.buffer{
  height: 9rem;
}
