/* Resets */
* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "QTLetterGoth";
  src: url("QTLetterGoth-Bold.otf");
}

body, html {
  min-height: 100%;
  color: #beeebe;
  margin: 0;
  background-color: #FFF;
  scroll-behavior: smooth;
  cursor: ◯ 0 0, auto;
  background-color: #002000;
}

body {
  scroll-behavior: smooth;
  background-color: #002000;
  font-family: "QTLetterGoth", monospace;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -5%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #002000 transparent;
  background-image: radial-gradient(circle at right 50% top 325px, #002200, #011e00, #001a00, #001600, #001000, #001000, #001000, #001000, #001000, #001000, #001000);
}


/* Main ------------------------------------------------------------------------------------------------------------*/

main {
  scroll-behavior: smooth;
  width: 100%;
  overflow: hidden;

  p, h2, h3, h4, figcaption {
    padding: 0px 25px 0 40px;

    filter: url(#displacementFilter);
  }

  figure img, figure, figcaption, p, h1, h2, h3, h4, ol, ul {
    max-width: 400px;
    width: 100%;
  }

  p {
    text-align: left;

    &.centered {
      text-align: center;
      padding: 0 75px;
    }
  }

  section {
    max-width: 100%;
  }


  > section > *:first-child {
    margin-top: 0;
  }

  > section, > header {
    padding-top: 50px;
  }

  > section, > header,  > footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  > header {
    padding: 200px 0 50px;
  }
}

/* Links -------------------------------------------------*/

a {
  text-decoration: #99ff99 underline wavy;
  text-decoration-thickness: 0.5px;
}

a text {
  text-decoration: underline;
}

a, a:visited {
  color: #99ff99;
  font-weight: bold;
}

/* Headings -------------------------------------------------*/


h1 {
  background-image: url('img/logo.gif'); 
  background-position: center; 
  background-size: contain; 
  background-repeat: no-repeat; 
  width: 100%;
  max-width: 450px; 
  height: 250px;
  margin: 0 30px 0px 30px; 
  color: transparent; 
}


/* Emphasis -------------------------------------------------*/

.strike {
  text-decoration: line-through;
}

em {
  font-weight: 600;
}






