﻿
h1 {
    font-weight: 600;
    font-style: italic;
}

.navbar-brand img {
    max-width: 75px;
}

.webpage-home .content-1 {
    align-content: center;
    display: flex;
    justify-content: center;
    height: calc(100vh - 104px);
}

    .webpage-home .content-1 img {
        width: 100%;
        max-width: 55vh;
    }

    .webpage-home .content-1 .name-introstatement * {
        display: inline-block;
        font-variant: small-caps;
    }

        .webpage-home .content-1 .name-introstatement *:nth-child(odd) {
            color: var(--accent);
        }

.webpage-home .content-5 video {
    width: auto;
    max-width: 100%;
    cursor: pointer;
    max-height: calc(100vh - 135px);
    aspect-ratio: 16/9;
}

.webpage-home .content-2 {
    flex-direction: column;
    padding: 30px 30px 0;
    background-color: #FFF;
    box-shadow: 0 .25rem .75rem rgba(117, 76, 41, 0.5);
}

.webpage-home .content-3 .name-initiatives-desc {
    align-items: flex-start;
}

.webpage-home .content-4 .name-get-involved-methods {
    align-items: flex-start;
    gap: 2em;
}

/* Footer styles */

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer .container .footer-links {
        display: flex;
        gap: 1em;
    }

    footer .container .footer-links i {
        font-size: 32px;
    }