*, body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #fff5ee;
    background-color: #000000;
    opacity: 09;
    text-align: center; 
}

html {
    scroll-margin-top: 69px;
}

nav {
    text-align: right;
    flex-grow: 1;

}
nav span {
    display: inline-block;
    padding: 20px 10px;
}

header {
    z-index: 1;
    background-color: #000000;
    height: 69px;
    width: 100%;
    border-bottom: 1px solid #fff5ee;
    position: fixed;
    align-items: center;
}


h2,
h3,
h4 {
    margin:0;
    padding: 10px;
}

.flex-container {
    align-items: center;
}


#logo {
    height: 50px;
    float: left;
    margin: 10px;
    align-self: center;
}
.nav a {
    color: #fff5ee;
}

.nav {
    display: inline-flex;
    float: right;
}

#mission {
    display: flex;
    position: relative;
    height: 700px;
    background-image: url("../img/img-mission-background.jpg");
    padding-top: 70px;
    justify-content: center;
}

#mission .content{
    margin: auto;
    background-color: #000000;
    width: 100%;   
    align-self: center;
    justify-content: center;

}
.featured-tea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.featured-tea img {
    height: 200px;
    width: 300px;
    margin: 10px;
}

.featured-tea p {
    margin: auto;
}

#locations {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    top: 70px;
    height: 550px;
    width: 1200px;
    background-image: url(../img/img-locations-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.locations h2 {
    display: flex;
    height: fit-content;
    justify-self: center;
    background: none;
    color: seashell;
}

.locations div{
    display: inline-flexbox;
    align-self: center;
    height: 300px;
    width: 300px;
    margin: 20px;
}

footer {
    margin-left: 20px;
    top: 70px;
    bottom: 0px;
    text-align: left;
}

.the-tea-cozy {
    position: relative;
    margin-top: 40px;
    align-self: flex-start;
}

footer p{
    text-align: left;
}