
* {
    font-family: Arial, Helvetica, sans-serif;
    color: seashell;
    
}

body {
    background-color: black;
    font-size: 22px;
    opacity: 0.9;
    text-align: center;
    overflow-x: hidden;
}

header {
    height: 69px;
    width: 100%;
    position: fixed;
    background-color: black;
    z-index: 3;
    opacity: 1.0;
    margin-top: -8px;
    margin-left: -8px;
    text-align: right;
    border-bottom: 1px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
}

.homeLogo {
    opacity: 1.0;
    height: 50px;
    margin-left: 10px;
    margin-top: 12px;
    position: fixed;
    
}

nav {
    width: 350px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-flex;
    justify-content: space-around;
    text-decoration: underline;
    margin-top: -1px;
    opacity: 1.0;
    
}


#intro {
    background-image:url(img-mission-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    max-width: 1150px;
    z-index: 1;
    display: flex;
    margin: 0px auto;
    align-items: center;
    vertical-align: top;
    
}

#introText {
    background-color: rgb(0, 0, 0);
    position: inherit;
    width: 100%;
    opacity: 1;
    flex: 2 1 150px;
    z-index: 2;
}


#teaOfMonth {
    background-color: rgb(0, 0, 0);
    height: 550px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0px auto;
    min-width: 0px;
    justify-content: center;

}

#testContainer {
    display: flex;
    justify-content:center;
    height: 250px;
}

#testContainer2 {
    display: flex;
    flex-basis: 100%;
    justify-content:center;
    height: 250px;
}


.teaOfMonthItems {
    height: 200px;
    min-width: 150px;
    max-width: 300px;
    flex-basis: 100%;
    margin: 8px;
    
    
}

.images { 
    width: 100%; 
    height: auto; 
    
}


#locationsContainer {
    height: 600px;
    max-width: 1150px;
    background-image: url(img-locations-background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin: 50px auto 5px auto;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    min-width: 0;

}

#locations {
    height:auto;
    max-width: 1150px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
}


.locationDetail {
    height: auto;
    width: 300px;
    margin: 20px 20px;
    background-color: black;
    min-width: 145px;
}

#locationTitle {
    text-align: center;
    margin-top: 80px;
}

#contactSection {
    height: 200px;
    margin-top: 0px;
}

#copyrightFooter {
    margin-left: 20px;
    text-align: left;
    float: left;
}