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

h1 {
  text-align: center;
  color: #41413b;
  font-size: 3rem;
  margin-top: 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

hr{
    margin: 20px auto;
    color: #BABB9B;
    border: 3px solid #BABB9B;
    max-width: 65px;
    opacity: 1;  
}

.buffer{
    height: 5rem;
}

.btn{
    font-weight: 700;
    border-radius: 300px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
  background-color: #BABB9B;
  border: #BABB9B;
}

.btn-primary:hover {
  background-color: #A9AA8B;
  border: #A9AA8B;
  border-width: 4px;
  transform: scale(1.1);
}

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