/* BOTTOM SECTION */

section.bottom {
    margin-top: 50px;
    background: var(--background-alt);
    background-size:cover ;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--text-default-dark);
    font-size: 16px;
}

.bottom-heading {
    font-family: var(--font-accent);
    font-size: 27pt;
    margin: 20px auto;
}

section.bottom .cta-caption a {
    color: white;
}

section.bottom .cta-caption a:hover {
    color: var(--text-default-link);
}

.footer-title-img {
    width: 100%;
    max-width: 600px;
    margin-bottom: -30px;
}

section.bottom p {
    line-height: 2;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 600;
    font-size: 21px;
    line-height: normal;
    padding: 10px 15px 10px 25px;
    color: black;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 50px 50px 50px 50px;
    width: max-content;
}
.cta-button::after {
    content: url(/images/onestart/download-icon-blue.svg);
}
.cta-button:hover::after {
    content: url(/images/onestart/download-icon-gradient.svg);
}


.cta-caption {
    font-size: 13px;
    display: block;
}

/* FOOTER */

.copyright {
    background: #000; color: #fff; padding: 20px;
}

footer {
    padding: 50px 30px 20px;
    font-size: 10pt;

    /* CUSTOMIZE */
    background: var(--footer-background);
    color: var(--footer-text);
}

.footer-heading {
    font-size: 18px;
    margin: 9px auto 10px;
}

.footer-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-menu {
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-link,p {
    display: block;
    font-size: 16px;
    padding: 8px 8px 8px 0;
}

footer a,
footer a:hover {
    /* CUSTOMIZE */
    color: var(--footer-text);
}
