.jarallax {
  position: relative;
  min-height: 315px;
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: fixed;
  object-fit: cover;
  object-position: 50% 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  margin-top: -83.25px;
  transform: translate3d(0px, -29.5227px, 0px)
}

.jarallax-container {
  opacity: 0.7;
}

/* Social Media */
.jarallax a.eitaa {
  content: url(img/svg/eitaa.svg);
  fill: #ff9600;
  transition: all 1s;
  transform-origin: 50% 50%;
}

.jarallax a.eitaa:hover {
  fill: #e48601;
  transform: scale(1.5);
}

.jarallax a.bale {
  content: url(img/svg/bale.svg);
  fill: rgb(76, 238, 181);
  transition: all 1s;
  transform-origin: 50% 50%;
}

.jarallax a.bale:hover {
  fill: rgb(46, 48, 117);
  transform: scale(1.5);
}

.jarallax a.instagram {
  content: url(img/svg/instagram.svg);
  fill: #FF4003;
  transition: all 1s;
  transform-origin: 50% 50%;
}

.jarallax a.instagram:hover {
  fill: #DA00B0;
  transform: scale(1.5);
}

.bg-faded-secondary {
  background-color: rgba(247, 247, 252, 0.2) !important
}

.contact-info {
  height: 14rem
}

.contact-info a:hover {
  color: #d4fe00 !important;
}

.contact-info-icon i {
  font-size: 38px;
  padding: 2px;
  color: #fda40b;
}