/* OLD */
body {
    padding-top: 0 !important;
    font-size: .875rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > footer {
    margin-top: auto;
}

.nav-link {
    font-size: 1rem;
}

.h2 {
    font-family: "Titillium Web", serif;
    font-weight: bold;
    text-transform: uppercase;
}

.h3 {
    color: #ea2126;
    font-family: "Titillium Web", serif;
    font-weight: 600;
    text-transform: uppercase;
}

.h4-product {
    color: #ea2126;
    font-family: "Titillium Web", serif;
    font-weight: 600;
    text-transform: uppercase;
}

.boat-photo-front {
    max-height: 38vh;
    max-width: 550px
}
