* {
  font-family: "Acme", Verdana, Arial, sans-serif, Helvetica; 
  line-height: 1.4;
  color: #454545;
  font-size: 16px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  overflow: auto;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background-size: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper {
  max-width: 600px;
  background: #fefefefe;
  margin: 0 auto;
  padding-bottom: 4px;
  border-left: 1px solid #ddd;
  margin-bottom: 2rem;
}

header {
  image-rendering: pixelated;
  padding: 4px 2rem;
  padding-top: 36px;
  background: linear-gradient(360deg, rgba(255,255,255,0.01), #EEEEEE 36%), no-repeat;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 6px;
}

nav a {
  border-bottom: 2px solid #ccc;
  padding-bottom: 2px;
}

nav a:hover {
  border-color: #bf0000;
}

main {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 18px 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  .music {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

footer {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;

  p {
    color: #bbb;
    font-size: 14px;
  }
  padding-left: 2rem;
}

.accent {
  color: #bf0000;
  font-family: inherit;
  font-size: inherit;
}

.checker {
  margin-top: 8px;
}

.copy {
  p {
    margin-top: 8px;
  }
}

.copywrite {
  margin-top: 1rem;
  background: #222;
  padding: 2px 4px;
  p {
  color: #00ff33;
  margin: 0;
  }
}

#succubus {
  background-image: url("/art/thumbnails/thumb-succubus.webp");
}

#slave {
  background-image: url("/art/thumbnails/thumb-slave.webp");
}

#village {
  background-image: url("/art/thumbnails/thumb-village.webp");
}

#crisper {
  background-image: url("/art/thumbnails/thumb-crisper.webp");
}

#approach {
  background-image: url("/art/thumbnails/thumb-approach.webp");
}

.gallery {
 margin-top: 1rem;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 grid-template-rows: 172px;
 a {
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   background-size: cover;
   background-position: bottom;
   aside {
     height: 100%;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     opacity: 0;
     background: linear-gradient(0deg, #111, rgba(0, 0, 0, 0.5));
     p {
       color: #eee;
       font-size: 14px;
     }
   }
   aside:hover {
     opacity: 1;
   }
 }
}

.featured {
  display: grid;
  grid-template-rows: 267px;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  a {
    div {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      opacity: 0;
      background: linear-gradient(0deg, #111, rgba(0, 0, 0, 0.5));
      h1 {
        color: #eee;
        font-weight: normal;
      }
    }
   
   
    div:hover {
      opacity: 1;
    }
  }
}

#latest-track {
  background: url("/files/img/f9/featured.jpg");
  background-size: cover;
  height: 100%;
}

#latest-art {
  border-top: 2px solid #ddd;
  background: url("/files/img/f9/village_people.webp");
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #ddd;
  height: 100%;
}

#latest-track:hover, #latest-art:hover {
  border-color: #333;
}


.termfront {
  margin-top: 12px;
}

.exception {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;

  .copywrite {
  }
}

.artexception {
  padding-top: 1rem;
}
