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;
  padding: 5rem;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.btn {
  border-radius:100px;
  text-transform: uppercase;
  padding:1rem 2rem;
}

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

.btn-primary:hover{
  background-color: #ee4b08 !important;
  border:  #ee4b08 !important; 
  border-width:4px;
}

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

.buffer {
  height:10rem;
}