html {
  scroll-behavior: smooth;
}

body {
  color: #DDDDDD;
}

.filters {
  max-width: 350px;
}
.filters ul {
  position: relative;
  width: 100%;
}
.filters ul li {
  cursor: pointer;
  position: relative;
}

.projectCol {
  transform: translateY(20px);
  transition: 0.4s ease;
}

.filters li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #FF7CAD;
  transition: width 0.3s ease, bottom 0.3s ease;
}

.filters li.active::before {
  width: 100%;
}

.stackTxt {
  font-size: 14px;
}

#mockupSlider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.sliderDiv {
  position: relative;
  height: auto !important;
}

.sliderImg {
  max-width: 85% !important;
  height: auto !important;
  display: block;
  margin: auto;
}

.slickBackdrop {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.projectBox {
  position: relative;
}

.portfolioPic {
  outline: 1px solid white;
  outline-offset: 2px;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 181, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

.overlay:hover {
  opacity: 1;
}

.viewDivider {
  width: 1px !important;
  height: 25px;
  background-color: white;
}

a:not(.darkSocials, .fSocials, .viewCV) .svg-inline--fa:hover {
  color: #252525;
  transition: 0.2s ease-in;
}

.fa-eye:hover {
  color: #252525;
  transition: 0.2s ease-in;
}

ul {
  list-style-type: none;
}

.modalImg {
  display: flex;
  position: relative;
  width: 95%;
  height: auto;
  margin-bottom: 10px;
}

.modal-content {
  max-height: 95vh !important;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-height: 90vh !important;
  }
}/*# sourceMappingURL=portfolio.css.map */