body,
html {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: url(images/header.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  font-size: 3rem;
  color: #e2dbdb;
}

hr {
  border: solid;
  border-color: #f52c09;
  border-width: 0.2rem;
  border-bottom: 0;
  max-width: 3rem;
  margin: 4rem auto 1rem;
  opacity: 100%;
}

.buffer {
  height: 5rem;
}

.btn-xl {
  padding: 1rem 2rem;
  border-radius: 2rem;
  background-color: #f52c09;
  border-color: #f52c09;
}

.btn-xl:hover {
  background-color: #ee4b08;
  border-color: #ee4b08;
  border-width: 0.1rem;
}
