html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #ef7c00;
    outline: none;
}

a {
    color: #007bff;
    text-decoration: none;
    transition: all .4s ease;
}

a:hover,
a:focus,
a:active {
    color: #003971;
}

*:focus {
    outline: none;
}

.hero {
    margin-bottom: 1rem;
}

.hero img {
    width: 100%;
    height: auto;
    max-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .75rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.75rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 4.5rem;
    }
}

header nav a {
    color: #fff;
}

header nav a:hover {
    color: #ef7c00;
}

@media screen and (min-width: 992px) {
    .header-row-1 a {
        font-size: 2rem;
    }
    .header-row-2 a {
        font-size: 1.25rem;
    }
}

main .jumbotron {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

main .jumbotron img {
    max-height: 800px;
}

main .button a {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

main .buttons .card {
    background-color: var(--dark);
    border-radius: 20px;
    transition: background-color .4s ease;
}

main .button img {
    transition: transform .4s ease;
    transform: rotate(0deg);
}

main .button a:hover .card {
    background-color: #fff;
}

main .buttons a:hover img {
    transform: rotate(35deg);
}

.map-wrapper {
    height: 400px;
}

.handwritten {
    font-family: 'Caveat', cursive;
}

dl {
    font-size: 1.25rem;
}

dd {
    margin-left: 1rem;
}

.phone-link {
    color: #ef7c00;
    font-size: 2rem;
}

.phone-link:hover {
    color: #ef7c00;
}

@media screen and (max-width: 576px) {
    .display-4 {
        font-size: 2.25rem;
    }
}

.fpromisal-wrapper {
    background-color: #152431;
}

.fpromisal-wrapper a>img {
    max-height: 250px;
}

@media screen and (max-width: 992px) {
    .fpromisal-wrapper a>img {
        max-width: 300px;
    }
}