* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
  @font-face {
      font-family: 'VG5000';
      src:    url('../fonts/VG5000-Regular_web.eot');
      src:    url('../fonts/VG5000-Regular_web.eot?#iefix') format('embedded-opentype'),
              url('../fonts/VG5000-Regular_web.woff') format('woff'),
              url('../fonts/VG5000-Regular_web.woff2') format('woff2'),
              url('../fonts/VG5000-Regular_web.ttf') format('truetype'),
              url('../fonts/VG5000-Regular_web.svg#svgFontName') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'libre_baskervilleitalic';
      src: url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
           url('../fonts/librebaskerville-italic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'libre_baskervilleregular';
      src: url('../fonts/librebaskerville-regular-webfont.eot');
      src: url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  /*

  @font-face {
      font-family: 'notcouriersansbold';
      src: url('../fonts/NotCourierSans-Bold-webfont.eot');
      src: url('../fonts/NotCourierSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NotCourierSans-Bold-webfont.woff') format('woff'),
      url('../fonts/NotCourierSans-Bold-webfont.woff2') format('woff2'),
      url('../fonts/NotCourierSans-Bold-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'notcouriersansregular';
      src: url('../fonts/NotCourierSans-webfont.eot');
      src: url('../fonts/NotCourierSans-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NotCourierSans-webfont.woff') format('woff'),
      url('../fonts/NotCourierSans-webfont.woff2') format('woff2'),
      url('../fonts/NotCourierSans-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }


  font-family: "VG5000", "Courier", Courier, monospace;
  font-family: "notcouriersansregular", Courier, monospace;
  font-family: "notcouriersansbold", Courier, monospace;
  */

body {
  background-color: cyan;
  color: black;
  font-family: "libre_baskervilleregular", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
}
/* SITE BACKGROUND IMAGE*/
.bgimg {
  position: relative;
}
.bgimg::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  background-image: url('frgmnt_20251205-spatial-vortex_bird.gif');
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: auto;
  mix-blend-mode: multiply;
}

header {
  width: 100%;
  padding: 10rem;
}
.col {
  float: left;
  padding: 0rem 0rem 0rem 10rem;
}
.left {
  width: 62%;
}
.right {
  width: 38%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
article {
  background-color: white;
  margin-bottom: 10rem;
}
figure img {
  max-width: 100%;
}
hr {
  height: 10rem;
  border: 0;
  background-color: none;
}

del {
  text-decoration: line-through;
  text-decoration-style: wavy;
}
ins {
  text-decoration: underline;
  text-decoration-thickness: 25%;
  }
a {
  color: white;
  background-color: black;
  text-decoration: none;
  }
    a:hover {
      color: black;
      background-color: white;
    }
h1 {
  font-family: "VG5000", Courier, monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 5rem;
}
h2 {
  font-family: "libre_baskervilleregular", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
h3 {
  font-family: "VG5000", Courier, monospace;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}
em {
  font-family: "libre_baskervilleitalic", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.1rem;
}
mark {
  background-color: lime;
  color: black;
}
strong {
  font-family: "VG5000", Courier, monospace;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.2rem;
}
footer {
      background-image: url('blindstones.gif');
      background-repeat: repeat;
      background-position: center;
      background-attachment: fixed;
      background-size: auto;
      mix-blend-mode: multiply;
    }
  footer img {
      mix-blend-mode: screen;
    }
@media screen and (max-width: 600px) {
  header {padding: 2rem;}
  h1 {font-size: 3rem;}
  .col {
    float: none;
    padding: 2rem;
  }
  .left {width: 100%;}
  .right {width: 100%;}
}
