@font-face {
    font-family: Foundersgroteskweb Medium;
    src: url(foundersgroteskweb-medium.woff);
}

body {
	font-family: Foundersgroteskweb Medium;	
	font-size: 16px;
	line-height: 1.2;
	
	background-color: #fbe9de;
	color: #ffffff;

	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about-body {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  
  min-height: 100vh;
  display: flex;
}

header {
  z-index: 5;
}

.info-p {
  max-width: 490px;
  width: 100%;
  padding: 2em 2em 0 2em;
  margin: auto;
}

.info-p p {
  margin: auto;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

.mobile-tap {
  position: fixed;
  bottom: 3em;
  width: 100%;
  text-align: center;
  display: none;
}

.mobile-tap p {
  margin: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  
  color: #000000;
}

h1 {
  position: fixed;
  top: 0;
  left: 0;
  margin: 1.4em 1.6em;
  width: 175px;
  z-index: 3;
}

a {
  text-decoration: none;
  color: #dec7ce;
}

.about-icon,
.exit-icon {
  position: fixed;
  top: 0;
  right: 0;
  margin: 1.4em 1.4em;
  z-index: 3;
  width: 30px;
}

#hey-image {
	position: absolute;
  max-height: 40vmin;
  max-width: 90vmin;
  width: 100%;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.nav-hover {
  transition: all 0.3s ease-in;
}

.nav-hover:hover {
  filter: invert(91%) sepia(5%) saturate(689%) hue-rotate(295deg) brightness(90%) contrast(92%);
}

.info-nav-hover {
  transition: all 0.3s ease-in;
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
}

.info-nav-hover:hover {
  filter: invert(91%) sepia(5%) saturate(689%) hue-rotate(295deg) brightness(90%) contrast(92%);
}

a:hover {
  color: #fff;
  transition: ease-in 0.3s;
}

footer a:hover {
  color: #fff;
  transition: ease-in 0.3s;
}

section.collage {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: url(click.png) 25 5, auto;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

section.collage img {
  position: absolute;
  max-width: none;
  animation: animate 6s both;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 2em;
  text-align: center;
}

footer p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  
  padding-bottom: 5px;
}

@media (max-width: 415px) {
  body {
    font-size: 13px;
  }
  
  @media (pointer: coarse) {
    .mobile-tap {
      display: flex;
  }
 
}
