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;
}


.buffer{
  height: 10rem;
}

h1{
  font-size: 3rem;
  color: #DBDBDB;
}


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

.btn{
  font-weight: 700;
  border-radius: 300px;
}

.btn-xl{
  background-color: #ca471f;
  padding: 1rem 2rem;
  border-color: #ca471f;
  
  text-transform: uppercase;
}
.btn-xl:hover{
    background-color: #9c450a;
  border-color: #9c450a;
    border-width: 4px;
}
