body {
    background-color: black;
    color: seashell;
    font-family: sans-serif;
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-size: 2rem;
    line-height: 1.5;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.locations p,
.contact p {
    font-size: 1.125rem;
    line-height: 1.777;
    margin-bottom: 1rem;
}

nav {
    line-height: 2;
    font-weight: 400;
}

header {
    max-width: 79rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid seashell;
    padding: 1.25rem 2rem;
    background-color: #696969;
}

ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 1.25rem;
}

a {
    color: seashell;
}

figure img {
    margin-bottom: 1rem;
}

.mission {
    background-image: url("img-mission-background.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 43.75rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.mission-text {
    background-color: black;
    text-align: center;
    width: 100%;
    padding: 1rem 2rem;

}

.featured-tea-text, figcaption {
    padding: 1rem;
}

.featured-container {
    max-width: 75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

figure {
    flex-basis: 18.75rem;
    flex-shrink: 0;
    flex-grow: 0;
}

.locations {
    background-image: url("img-locations-background.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    min-height: 36rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 4rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.address {
    background-color: black;
    flex-basis: 18.75rem;
    padding: 1rem;
}

.locations h2 {
    flex-basis: 100%;
}

footer {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 1rem;
}