.mfp-img {
  max-height: 800px !important;
}

.position-sticky {
  top: 20px;
}

.media img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.22) 0 4px 8px;
}

.card {
  border: none;
  background: white;
  border-radius: 3px;
  overflow: hidden;
}
.card .card-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.card .card-text {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
.card .card-body a:hover h5, .card .card-body a:hover {
  color: #2b1eb0 !important;
  text-decoration: none;
}

.tech {
  font-size: 0.8rem;
}
.tech .col-md-5 {
  font-weight: bold;
}

.visit-site {
  background-image: url("/static/img/link.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  padding-left: 30px;
  text-decoration: none !important;
}
.visit-site:hover {
  background-image: url("/static/img/link_hover.svg");
}
.visit-site:hover h4 {
  color: #2b1eb0;
}

.description {
  font-size: 15px;
}

.arrows .row {
  line-height: 0;
}
.arrows a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.arrows a:hover {
  color: #2F2888;
}
.arrows .go-prev, .arrows .go-next {
  background-color: #2b1eb0;
  background-size: 20px;
  border-radius: 3px;
  height: 48px;
  opacity: 1;
  transition: 0.3s all;
  width: 48px;
}
.arrows .go-prev:hover, .arrows .go-next:hover {
  background-color: #2F2888;
}
@media screen and (max-width: 39.9375em) {
  .arrows .go-prev, .arrows .go-next {
    background-size: 13px;
    font-size: 1rem;
    height: 30px;
    width: 30px;
  }
}

.other-apps a {
  text-decoration: none;
}
.other-apps h5 {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
  transition: 0.3s all;
}
.other-apps h5:hover {
  border-color: white;
}
.other-apps .app_icon {
  transition: 0.3s all;
}
.other-apps .app_icon:hover {
  opacity: 0.8;
}

.other-sites img {
  width: 100%;
}
.other-sites .card {
  background-color: rgba(0, 0, 0, 0);
}
.other-sites .card .card-body {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=app_site.css.map */
