header.masthead {
    height: 100%;
    padding-top: 10vw;
    background: linear-gradient(to bottom, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 80%) 100%), url(../assets/img/bg-masthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

a.phone-link {
    text-decoration: none;
}

.btn-primary {
    background-color: #D3C4A5;
    color: black
}

hr.divider {
    background-color: #164289;
}

.btn-primary:hover {
    background-color: #164289;
    color: white;
}