body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
      background-image: url(header.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*    height: 100vh;*/
  
}
h1 {
    font-size: 3rem;
    color: #e2dbdb;
    text-transform: uppercase;
}

hr {
    border-color: orangered !important;
    border-width: 3px;
    width: 65px;
}

button {
/*    margin-top: 20vh;*/
    align-self: center;
    font-weight: 700;
    border-radius: 300px !important;
    border-color: orangered !important;
    background-color: orangered !important;
    text-transform: uppercase;
    color: white !important;
    font-size: 0.8rem !important;
    padding: 1rem 2rem !important;
}

button:hover {
    background-color: #ee4b08;
    border-color: #ee4b08;
    border-width: 3px;
    font-size: 0.8rem !important;
}

.buffer {
    height: 10rem;
}