.daily-drinks{
  width: 100vw;
  background: var(--blue);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 150px;
  display: flex;
  justify-content: center;
  height: 50px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.daily-drinks p{
  color: var(--white);
}

.day-drinks-item{
  background: var(--white);
  width: 300px;
  height: 250px;
  position: relative;
  margin-top: -50px;
  margin-left: 25px;
  margin-right: 25px;
}

.drinks-inner-item{
  background: var(--white);
  height: 90%;
  width: 90%;
  margin: 10px auto;
}

.drinks-inner-item p,
.drinks-inner-item h2{
  color: var(--blue);
}

/* Home hours */
.home-hours-banner{
  width: 100vw;
  background: var(--blue);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 150px;
  height: 50px;
  margin-top: 75px;
  margin-bottom: 75px;
  box-shadow: 0 0 5px rgba(33,33,33,.5);
}

.home-hours-container{
  margin: 0 auto;
  max-width: 550px;
  background: var(--white);
  position: relative;
  padding: 5px;
  z-index: 420;
  top: -50px;
  box-shadow: 0 0 5px rgba(33,33,33,.5);
}

.home-hours{
  background: var(--white);
  border: 3px solid var(--blue);
  height: 260px;
}

.home-hours p,
.home-hours h2{
  color: var(--blue);
}

/* Contact hours */
.contact-hours-banner{
  width: 100vw;
  background: var(--blue);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 150px;
  height: 200px;
  margin-top: 75px;
  margin-bottom: 75px;
  box-shadow: 0 0 5px rgba(33,33,33,.5);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.contact-hours-container{
  width: 350px;
  background: var(--white);
  position: relative;
  padding: 5px;
  z-index: 420;
  box-shadow: 0 0 5px rgba(33,33,33,.5);
}

.contact-hours{
  background: var(--white);
  border: 3px solid var(--blue);
  height: 260px;
}

.contact-hours-container-trans{
  width: 350px;
  height: 175px;
  position: relative;
  padding: 5px;
  z-index: 420;
}

.contact-hours-trans{
  height: 100%;
}

.contact-hours-trans p,
.contact-hours-trans h2,
.contact-hours-trans a{
  color: var(--white);
}
