@font-face {
  font-display: swap;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/teko-v16-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cuyabra';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cuyabra.woff2') format('woff2');
}

body {
    font-family: Teko;
    color: #ccc;
    background-image: url('./img/02.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

a {
    color: #aa0000;
}

h1 {
    font-family: Cuyabra;
    font-weight: bold;
}
section.content {
   max-width: 80rem;   
   margin: 10em auto;
   padding: 2em;
}

#opener {
  height: 100vh;
  background-image: radial-gradient(circle, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 50%), url('./img/pexels-albin-berlin-919073.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  padding-top: 85vh;
  box-shadow: 0px 0px 10px 10px black;
}
#opener section {
  background-image: linear-gradient(
          rgba(0, 0, 0, 0.4), 
          rgba(0, 0, 0, 0.4)
        ), url('./img/02.jpg');
  background-position: center;
}
#opener h1 {
  font-size: 5vw;
  margin-top: 5px;
  text-align: center;
  margin: 1px 0 0 0;
}
h1 i {
  font-style: normal;
  font-size: 40%;
}
#opener h1:after, #opener h1:before {
  content: '';
  box-shadow: 0px 0px 1px 1px #f00;
  display: block;
}
#opener h1 span {
  display: block;
  padding: 8px 10px 3px 10px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.footer {
  text-align: right;
  padding: 0 30px;
}

section.content p {
  font-size: 3rem;
  font-variant-caps: small-caps;
  letter-spacing: 0.05rem;
}
section.content h1 {
  margin-bottom: 10rem;
  padding: 2rem;
}
section .shadow {
  background: rgba(0,0,0,0.3);
  padding: 2rem;
}
