body {
    font-family: Helvetica;
    font-size: 22px;
    color: seashell;
    background-color: black;
    opacity: 0.9;
}
a{
    color: seashell
}

header{
    height: 69px;
    top: 0;
    border-bottom: 1px solid seashell;
    justify-content: space-between;
    display: flex;
}

.logo img{
    height: 50px;
    margin-left: 10px;
}

.nav{
    display: flex;
    list-style: none;
    text-align: right;
    margin-right: 10px;
    color: seashell

}
.nav li{
    margin: 0 10px;
    text-decoration: underline;   
}

.mission-container{
    position: relative;
}
.mission-container img{
    display: block;
    margin: 0 auto;
    height: 700px;
    width: 1200px;

}
.missionbanner{
    position: absolute;
    top: 40%;
    text-align: center;
    background: black;
    width: 100%;
}
.TOTM{
 display: block;
 width: 1000px;
 margin: 0 auto;
}
.tea-head{
    text-align: center;
}
.tea-options {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.tea img{
    width: 300px;
    height: 200px;
    margin: 0 10px;
}

.tea h4{
    margin-top: 10px;
    text-align: center;
}

.locationbanner{
    background-image: url("resources/images/img-locations-background.jpg");
    background-position: 80% 20%;
    width: 1200px;
    height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
.locationbanner h2{
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}
.locationbox{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.location{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto 20px 200px 20px;
    background-color: black;
    height: 300px;
    width: 300px;
    opacity: 1;
}
.contact{
    height: 200px;
    text-align: center;
}
.copyright{
    text-align: left;
    height: 20px;
    margin: 20px;

}
