.footer-style {
  padding-bottom: 10px;
  min-height: inherit;
  padding-top: 80px;
}

@media (min-width: 992px) {
  .footer-style {
    padding-bottom: 80px;
    min-height: 30vh;
    padding-top: 80px;
  }
}

.div-overlay {
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: .2s linear;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.project:hover .div-overlay {
  opacity: 1;
  height: 100%;
}

.project {
  position: relative;
}

#fadeTitle {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0;
  padding: 24px 16px;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.05s linear;
  z-index: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 25vh;
}

@media (prefers-reduced-motion: reduce) {
  #fadeTitle {
    transition: none;
  }
}

.row-after-title {
  height: 100%;
  padding-top: 25vh;
}

.containers-style {
  margin-top: 300px;
}

