.about-body {
  margin: 0;
  font-family: "subway-berlin-sc", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fdf6ecc5;
  letter-spacing: 3px;

  background:
    linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.8)),
    url("images/about-background.jpg") center center / cover no-repeat fixed;
  min-height: 100vh;
}

/* HEADER */

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 25px 0;              
  display: flex;
  justify-content: center;      
  align-items: center;
  z-index: 10;
  pointer-events: none; 
  color: #fdf6ecc5;
}

header .logo {
  position: absolute;
  left: 40px;                   
  font-size: 14px;
  pointer-events: auto;
  color: #f0e7d6;
  text-decoration: none;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 1px;
  pointer-events: auto;
}

nav {
  pointer-events: auto;
}

nav a {
  margin: 0 15px;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #f0e7d6;
  pointer-events: auto;
}

header .icons span {
  margin-left: 15px;
  font-size: 14px;
  pointer-events: auto;
}

/* main */

.about-wrapper {
  text-align: center;
  padding: 170px 40px 120px 40px;  
}

.about-title {
  font-size: 3.2rem;
  margin: 0 0 24px 0;
  text-transform: lowercase;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.about-text {
  max-width: 900px;
  
  font-size: 1rem;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  font-family: "ink-free", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  
  margin: 0 auto 20px auto;
}

.about-body {
  border: 1px solid rgba(255,255,255,0.2); 
  box-sizing: border-box;
}

/* FOOTER */

.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #061f172b;  
  text-align: center;
  padding: 8px 0 10px 0;
  z-index: 5;
}

.footer-nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #f8f4f0;
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 0.12em;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.site-footer p {
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 6px;
  opacity: 0.85;
}