.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: -30%;
  bottom: 66%;
  width: 100%;
  height: 250px;
  background-image: url("img/gummies-heart.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background: url(img/gummies-heart.png);
} */

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }

  #toggler {
    display: none !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.active {
  color: #fff !important;
}

.album .card {
  height: 100%;
  transition: all 0.5s;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.album .card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.5s;
}

.card-subtitle i {
  font-size: 4rem;
}

#inside,
#benefits,
#reviews,
#faq,
#contact {
  display: none;
}

#dropdown-menu a {
  color: #343a40 !important;
}

.dropdown:hover #dropdown-menu {
  display: block;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 31px, 0px);
}

.col-md-3 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

@media (max-width: 666px) {
  .col-md-3 {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}

@media (max-width: 500px) {
  .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 338px) {
  .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

footer img {
  width: 7.5rem;
}
