/* YOUR STYLES GO HERE */

a {
  color: inherit;
}

a:hover {
  color: #d4bab1;
}

.hidden {
  display: none !important;
}

.about-text,
.about-copy {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1000ms ease-in-out;
}

.contact-name,
.c1,
.c2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 600ms ease-in-out;
}

.anim {
  opacity: 0;
  transform: translateY(30px);
}

.gallery-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
