* {
  font-family: Helvetica;
  font-size: 22px;
  color: seashell;
  background-color: black;
  opacity: 0.9;
  margin: 0px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1100px) {
  #menu a {
    display: none;
  }

  a.icon {
    display: block;
    margin-right: 20px;
    transition: all .2s ease-in-out;
  }

  a.icon:hover {
    transform: scale(1.25);
  }

  #menu-hamburger {
    margin: 89px auto 0px;
  }

  #menu-hamburger > a {
    display: block;
    margin: 0px auto;
    text-align: center;
    margin: 20px;
  }

  #location {
    height: auto;
  }

  #location h2 {
    background-color: black;
    opacity: 0.9;
    margin-top: 20px;
  }
}

a{
  text-decoration: none;
}

header > div > a {
  display: none;
}

header {
  position: fixed;
  top: 0px;
  height: 69px;
  width: 100%;
  border-bottom: 1px solid seashell;
  z-index: 2;
  opacity: 1;
}

header div {
  display: flex;
  height: 69px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

#thecozy {
  height: 50px;
  margin-left: 10px;
}

#menu-hamburger {
  display: none;
}

#menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 2;
}

#menu > a {
  margin-right: 20px;
  text-decoration: none;
}

#menu > a:hover{
  color: white;
  cursor: pointer;
}

.banner {
  background-image: url("resources/img-mission-background.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  margin: 69px auto 0px;
  height: 700px;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  /* border-radius: 1%; */
}

.banner .banner-text {
  background-color: black;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  align-items: center;
}

.banner .banner-text h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.tea-of-the-month {
  margin-top: 150px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

.tea-of-the-month h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.tealist {
  margin: 0px auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: wrap;
  max-width: 1000px;
}

.list img {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 3%;
}

.tealist .list {
  margin: 10px;
}

.location {
  background-image: url("resources/img-locations-background.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1200px;
  height: 500px;
  background-size: cover;
  align-content: center;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 50px auto;
}

.location h2 {
  align-content: center;
  display: flexbox;
  opacity: 1;
  background-color: transparent;
  font-size: 1.25rem;
}

.location-list {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 1;
  margin: 0px auto;
  flex-shrink: 1;
  flex-wrap: wrap;
}

.listloca {
  width: 300px;
  align-content: space-between;
  justify-content: center;
  margin: 15px 0px 15px;
  border-radius: 3%;
}

.listloca-center {
  margin: 15px 40px 15px;
}

.listloca h3 {
  margin: 20px;
}

.listloca p {
  margin: 25px 0px 25px 0px;
}

footer {
  text-align: center;
  height: 200px;
  margin-top: 20px;
}

footer h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

footer h5 {
  margin: 20px;
}

.copyright {
  max-width: 1200px;
  margin: 0 auto;
}

.copy {
  text-align: left;
}

.copy {
  margin-left: 20px;
  margin-bottom: 20px;
}