#menuHeader {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/coffeeBeans_600_126.jpg);
  height: 80px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bulk a img {
  height: 100px;
  width: auto;
}
.coffee-drinks-img {
  height: 40px;
  padding-left: 1em;
  width: auto;
  z-index: 12;
  margin-top: -5px;
}
.coffeeBreak-img {
  height: 40px;
  padding-left: 1em;
  width: auto;
  z-index: 12;
  margin-top: -5px;
}
.blended-img
{
  height: 60px;
  width: auto;
  z-index: 10;
  margin-top: -20px;
}
.blended-header,
.coffeeBreak-header,
.coffee-drinks {
  display: flex;
}
.accordion { 
  cursor: pointer;
  padding: 10px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  /* content: '\002B'; */
  content: 'info';
  font-style: italic;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media screen and (min-width: 715px) {
  #menuHeader {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../images/coffeeBeans_2600_545.jpg);
  }
  .accordion { 
    width: 80%;
   }
}
.menuMain {
  width: 90vw;
  margin: 4em auto 1em;
  padding-top: 3em;
}

.menuMain h1 {
  margin-bottom: 2em;
}
.grid {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

@media screen and (min-width: 715px) {
  .menuMain {
    margin-top: 4em;
    margin-bottom: 1em;
    padding-right: 3em;
  }
  .bag {
    display: flex;
    margin: auto;
    gap: 1em;
  }
  /* set up the menu area */
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .bulk a img {
    height: 60px;
  }

  .coffee,
  .blended {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .menuMain {
    max-width: 1200px;
  }
  .grid {
    grid-template-columns: 2fr 1fr 1fr;

  }
  .bulk a img {
    height: 50px;
  }
  .blended,
  .coffee {
    justify-self: normal;
  }
  .bulk {
    justify-self: center;
  }
  .coffeeBreak {
    justify-self: end;
  }
  .pop {
    z-index: 200;
    margin-top: -25em
  }
}
footer {
  margin-top: -1em;
}
