body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(Untitled.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: #3D2616;
  text-transform: Uppercase;
}

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

.buffer{
  height:10rem;
}

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

.btn-primary{
  background-color: #3d2616;
  color: #e1d9d2;
  border-color: #3d2616;
}

.btn-primary:hover{
  background-color: #e1d9d2;
  color: #3d2616;
  border-color: #e1d9d2;
  border-width: 3px;
}

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