:root {
    --bgc-one: #ffffff;
}
.header-support {
    min-height: 45vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.3), rgba(4, 9, 30, 0.3)), url(/images/banners/AtSea_mod01.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.nav-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: 600;
}

.row {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}

.support-one {
    padding: 2.8em 1em 2em 1em;
    width: 100%;
    text-align: center;
    background-color: var(--bgc-one);
}

.so-one-col {
    width: 100%;
    /* font-size: 1.5em; */
    line-height: 1.4em;
}

.so-one-col img {
    padding: 1.5em 0;
}
.so-one-col a {
    cursor: pointer;
    text-decoration-line: underline;
    color: #b64300;
    font-size: 1.5em;
}

#donate-link {
    font-size: 0.9em;
}

.so-one-col p {
    margin-bottom: 1.5em;
    line-height: 1.2em;
}
.so-one-col h1 {
    font-size: 2.2em;
    font-weight: 800;
    padding-bottom: 1.1em;
    color: #000080;
}

.so-one-col ul {
    margin-bottom: 1em;
    line-height: 1.7em;
}
/* .support-two {
    background-color: azure;
} */

.support-three {
    padding: 1em 1em 2em 1em;
    width: 100%;
    text-align: center;
    background-color: var(--bgc-one);
    /* display: inline-flex; */
}

.so-three-col {
    flex-basis: 49%;
    font-size: 1.5em;
    padding-left: 2em;
    /* padding-top: 2em; */
    line-height: 1.4em;
}

.so-three-col img {
    padding: 0 0 1.5em 0;
}
.so-three-col a{
    cursor: pointer;
    text-decoration-line: underline;
    color: #b64300;
}

.support-four {
    padding: 2em 1em 4em 1em;
    width: 100%;
    text-align: center;
    background-color: var(--bgc-one);
}

.so-four-col {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.4em;
    /* text-align: center; */
}

.so-four-col a {
    cursor: pointer;
    text-decoration-line: underline;
    color: #b64300;
}

.so-four-col img {
    padding: 1.5em 0;
}

footer {
    padding: 1.2em 30vh;
    background-color: aliceblue;
    text-align: center;
    
}

footer p {
    font-size: 1em;
}

footer a {
    text-decoration: underline;
    color: chocolate;
    cursor: pointer;
}