body{
background-color: #F1EEE3;
animation: fadeInAnimation ease 7s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

a:visited{
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

.header{
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Akzidenz Grotesk", Sans-serif;

}


.header2{
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Akzidenz Grotesk", Sans-serif;
  position:absolute;
  top:1%;
  left: 95%;

}

.container1 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.visual_moments {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: black;
}

.container1:hover .overlay {
  opacity: 1;
}

.body1 {
  color: white;
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}





.container2 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.impactful_events {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: black;
}

.container2:hover .overlay {
  opacity: 1;
}

.body2 {
  color: white;
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}




.container3 {
  position: relative;
  width: 100%;
  max-width: 730px;
  left:24%;

}

.distinct_memories {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: black;
}

.container3:hover .overlay {
  opacity: 1;
}

.body3 {
  color: white;
  font-size:12px;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.15em;
  font-family: "Akzidenz Grotesk", Sans-serif;
}

.fa-user:hover {
  color: #eee;
}
