body {
    --color-red: #97231F;
    --color-red-light: #f7eaea;
    --color-red-dark: #5e0e0b;
    --color-white: #fff;
    --color-gray: #f5f5f5;
    --color-black: #000;

    background-color: var(--color-gray);
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

header.banner {
    background-color: var(--color-white);
}

header.banner .header-wrapper {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header.banner nav {
    display: none;
    align-content: center;
    flex-wrap: wrap;
}

header.banner nav.show {
    display: flex;
    position: absolute;
    top: 56px;
    right: 0;
    padding: 30px 10px;
    background-color: var(--color-white);
    width: 100vw;
}

header.banner nav ul {
    margin-bottom: 0;

    width: 100%;
    padding-left: 0;
}

header.banner nav ul li {
    list-style-type: none;
    display: block;
    font-size: 16px;
    padding: 20px;
    font-weight: 500;
}

header.banner nav ul li a {
    text-decoration: none;
    color: var(--color-black);
}

header.banner nav ul li a:hover,
header.banner nav ul li a:focus {
    color: var(--color-red);
}

header.banner nav ul li:last-child a {
    background-color: var(--color-red);
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
}
header.banner nav ul li:last-child a:hover,
header.banner nav ul li:last-child a:focus {
    background-color: var(--color-red-dark); 
}

header.banner nav ul a.donate {
    background-color: var(--color-white);
    color: var(--color-red-dark);
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    padding: 10px 20px;
}

header.banner nav ul a.donate:hover,
header.banner nav ul a.donate:focus {
    background-color: var(--color-red-light); 
}

header.banner .logo {
    width: 90px;
    margin-bottom: 0;
}

header.banner button#menu-btn {
    width: 25px;
    height: 25px;
    background-image: url('./img/menu-bars.svg');
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
}

section {
    padding: 40px 0;
}

section h2 {
    font-weight: 800;
}

section p:last-child {
    margin-bottom: 0;
}

section.hero {
    background-image: url('./img/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 55%;

    height: 500px;
}

section.hero>div.container {
    display: flex;
    height: 100%;
    align-content: end;
    flex-wrap: wrap;
}

section.hero .text-wrapper {
    max-width: 60%;
}

section.hero .text-wrapper p {
    font-size: 20px;

    font-weight: 400;
    line-height: 120%;
}

section.what {
    background-color: #f5f5f5;
    background-image: url('./img/blue-grid.png');
}

section.what ul {
    padding: 0;
    margin: 0;
}

section.what ul li {
    list-style-type: none;
    text-align: center;
    padding: 30px 0;
}

section.what ul li:last-child {
    padding-bottom: 0;
}

section.what h3 {
    font-weight: 700;
    margin-bottom: 5%;
    font-size: 20px;
}

section.context {
    background-image: url('./img/context-bg.png');
    background-size: contain;
}

section.who {
    background-image: url('./img/blue-grid.png');
    background-position-x: 100%;
}

section.who h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
}

section.who p.members a {
    color: var(--color-black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

section.who p.members a:hover,
section.who p.members a:focus {
    color: var(--color-red);
}

p.emph {
    font-weight: 600;
}

span.bold {
    font-weight: bold;
}

blockquote {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 30px;
    padding: 15px 1%;
}

blockquote p {
    color: var(--color-red);
    font-style: italic;
    font-weight: 600;
}

blockquote p span.bold {
    font-weight: 800;
}

figure img {
    width: 100%;
}

footer {
    padding: 50px;
    text-align: center;
    background-image: url('./img/contact-bg.png');
}

footer * {
    color: var(--color-white);
    font-size: 20px;
}

footer h2 {
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
}

footer a {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer a:hover,
footer a:focus {
    color: var(--color-black);
}
@media screen and (max-width: 768px) {
    .container {
        padding-left: calc(var(--bs-gutter-x) * 1);
        padding-right: calc(var(--bs-gutter-x) * 1);
    }
}

@media screen and (min-width: 768px) {
    header.banner nav.show {
        top: 87px;
    }

    section.what ul li {
        text-align: left;
        padding: 0 20px;
    }

    section.who p.members {
        width: 70%;
    }

    header.banner .logo {
        width: 135px;
    }

    header.banner nav.show {
        width: 35vw;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    header.banner nav ul li a {
        display: block;
    }
    header.banner nav ul li:last-child a {
        width: 55%;
    }
}

@media screen and (min-width: 992px) {
    header.banner .header-wrapper {
        padding: 30px 0;
    }

    header.banner nav.show,
    header.banner nav {
        display: flex;
        position: relative;
        width: unset;
        top: unset;
        right: unset;
    }
    header.banner nav.show ul li,
    header.banner nav ul li {
        display: inline;
    }
    header.banner button#menu-btn {
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    section {
        padding: 80px 0;
    }

    section h2 {
        font-size: 28px;
    }

    section.hero {
        padding-bottom: 65px;
        height: 645px;
    }

    section.hero .text-wrapper {
        max-width: 32vw
    }

    section.hero .text-wrapper p {
        font-size: 32px;
    }

    section.what ul {
        padding: 50px 0;
    }


    p.emph {
        font-size: 23px;
    }

    p {
        font-size: 20px;
    }

    blockquote {
        padding: 30px 5%;
        margin: 40px 0;
    }

    blockquote p {
        font-size: 20px;
    }

    footer {
        padding: 130px 0 140px 0;
        font-size: 28px;
    }
}