body {
  background-image: url('../../assets/img/abc-misc/page-bg-w1400.jpg?h=3ca126fa2642acf0cd2419384b702b23');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main.page {
  hyphens: auto;
}

.portfolio-block .heading h1, .portfolio-block .heading h2 {
  font-family: 'Sansita', sans-serif;
  font-weight: 900 !important;
  font-size: 2.5rem;
  text-transform: initial;
  color: var(--bs-secondary);
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (max-width: 991px) {
  .portfolio-block.project .meta {
    padding-left: 12px;
  }
}

@media (min-width: 992px) {
  .portfolio-block.project .meta {
    padding-left: 100px;
  }
}

.navbar-brand.logo {
  font-family: 'Sansita', sans-serif;
  font-size: 2rem;
  padding-block: 0;
}

/* .navbar-brand.logo:hover {
  text-decoration: none;
} */

.project-list-h3 {
  font-family: "Sansita", sans-serif;
  text-align: center;
  color: var(--bs-primary);
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.projects-list-item-title {
  font-size: .85rem;
  line-height: 1rem;
  text-align: center;
  padding-block-start: 12px;
}

.gradient-1 {
  background: linear-gradient(120deg, #6DB902, #FC9F2F);
  color: #fff;
}

.projects-sidebar li {
  padding-block-end: .7em !important;
}

.projects-sidebar-active {
  font-weight: 900 !important;
  color: white;
  background: linear-gradient(120deg, #6DB902, #FC9F2F);
  border-radius: 3px;
  padding-inline: 10px;
  padding-block: 5px;
}

.card-header .icon {
  background: radial-gradient(circle, #B34450 10%, #E75664 80%);
  background-size: 150% 150%;
}

.card-image-link {
  position: relative;
  display: inline-block;
}

.card-image-click-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  font-size: 25px;
  background: radial-gradient(circle, #B34450 10%, #E75664 80%);
  background-size: auto;
  background-size: 150% 150%;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.about-me {
  max-width: 900px !important;
}

.project-video {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.article-image, .article-video {
  margin-block-start: 18px;
  margin-block-end: 25px;
}

.outerglow-gray {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.outerglow-gallery {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.mix-blend {
  mix-blend-mode: multiply;
}

/* @media (min-width: 576px) {
  .portfolio-block.project .image {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .portfolio-block.project .image {
    height: 340px;
  }
}

@media (min-width: 992px) {
  .portfolio-block.project .image {
    height: 360px;
  }
} */

.link-disabled {
  color: #a4aeb7;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.icon.button-back {
  text-align: center;
  font-size: 25px;
  background: radial-gradient(circle, #B34450 10%, #E75664 80%);
  background-size: 150% 150%;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 50%;
}

.pointer-default {
  cursor: default !important;
}

#baguetteBox-overlay figcaption {
  font-size: 1.2em;
  line-height: 1.3em !important;
  font-weight: 900;
  font-family: "Montserrat Alternates", sans-serif !important;
  padding-inline: 20px;
  padding-block: 10px;
}

article h2, article h3, article h4, article strong {
  font-weight: 600;
}

article h2 {
  font-size: 1.5em;
  margin-block-end: .7em;
}

#glightbox-body .goverlay {
  background-color: rgba(0, 0, 0, 0.85);
}

/* --------------------- Home Grid ------------------------ */

#fullpage .content-grid div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image1 text1";
}

/* --------------------- glightbox mods for Hype ------------------------ */

.glightbox-container .ginner-container {
  padding: 50px !important;
  box-sizing: border-box;
}

.gslide-external {
  background-color: rgba(0, 0, 0, 0) !important;
}

.glightbox-clean .gslide-media {
  box-shadow: none;
}

.gnext, .gprev {
  display: none !important;
}

/* --------------------- fullpage JS ------------------------ */

.fp-watermark {
  display: none !important;
}

/* --------------------- progress bar ---------------------- */

.progress {
  --bs-progress-bar-bg: #E75664;
}

/* --------------------- HTML5 banner iframe ---------------------- */

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*16: 9 Aspect Ratio;*/
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

