/* start dark mode styling */


  header {
    background: url("glitch-assets/pixel-nostalgia-400x284.jpg");
  }
/* end dark mode styling */

* {
  box-sizing: border-box;
}

body {
  padding: 2px;
  line-height: 18px;
  font-family: "ocr-a-std", monospace;
 

  /* page background pattern */
  background: #00323c;
  background-image: linear-gradient(
      30deg,
     rgb(0, 60, 60, 0.8) 12%,
      transparent 12.5%,
      transparent 87%,
      rgb(0, 60, 60, 0.8) 87.5%,
      rgb(0, 60, 60, 0.8)
    ),
    linear-gradient(
      150deg,
      rgb(0, 60, 60, 0.8) 12%,
      transparent 12.5%,
      transparent 87%,
      rgb(0, 60, 60, 0.8) 87.5%,
      rgb(0, 60, 60, 0.8)
    ),
    linear-gradient(
      30deg,
      rgb(0, 60, 60, 0.8) 12%,
      transparent 12.5%,
      transparent 87%,
      rgb(0, 60, 60, 0.8) 87.5%,
     rgb(0, 60, 60, 0.8)
    ),
    linear-gradient(
      150deg,
      rgb(0, 60, 60, 0.8) 12%,
      transparent 12.5%,
      transparent 87%,
      rgb(0, 60, 60, 0.8) 87.5%,
      rgb(0, 60, 60, 0.8)
    ),
    linear-gradient(
      60deg,
      rgb(0, 60, 60, 0.8) 25%,
      transparent 25.5%,
      transparent 75%,
      rgb(0, 60, 60, 0.8) 75%,
      rgb(0, 60, 60, 0.8)
    ),
    linear-gradient(
      60deg,
     rgb(0, 60, 60, 0.8) 25%,
      transparent 25.5%,
      transparent 75%,
      rgb(0, 60, 60, 0.8) 75%,
      rgb(0, 60, 60, 0.8)
    );
  background-size: 20px 35px;
  background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
}

.ascii-art {
  font-family: monospace;
  white-space: pre;
  text-align: center;
  color: #edb651;
  line-height: 8px;
  max-width: 100%;
  margin: 0.1em auto;
}

.ascii-big {
  font-family: monospace;
  white-space: pre;
  text-align: center;
  color: #edb651;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  margin: 0.1em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 5px;
}

.ascii-box {
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 100%;
  margin: 0.1em auto;
}

.header-box {
  background-color: rgba(0, 0, 0, 0.2);
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  margin: 0.1em auto;
  border: 2px dashed #edb651;
  outline: 2px dotted #edb651;
  outline-offset: 1.5px;
}

.link {
  color: white;
}

.container {
  max-width: 90rem;
  margin: 5vw auto 12px auto;
  border: 2px solid #edb651;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  gap: 5px;
}
  /* container background pattern */
  
  /*background-image: src="glitch-assets/cyclonblu.jpg";
}
/* these control the column widths */
.small {
  flex: 1 1 25%;
}
.large {
  flex: 1 1 70%;
}
.full {
  flex: 1 1 100%;
}
.half {
  flex: 1 1 45%;
}
.third {
  flex: 1 1 30%;
}
.quarter {
  flex: 1 1 24%;
}
.threequarter{
  flex: 1 1 50%
}

header {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px; /* change banner height here*/
 border: 2px ridge #5a7678;
  border-radius: 5px;
  position: relative;
  font-family: "bd-geminis", sans-serif;
}
header span {
  font-size: 2.9rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 5px;
  text-shadow: 3px 3px #edb651;
  color: #540844;
}

nav {
  border: 2px ridge #5a7678;
  border-radius: 5px;
  padding: 5px;
  background: linear-gradient(#00323c, #12542b);
}
nav div {
  text-align: center;
  font-size: 1rem;
  margin: 5px 5px 12px 5px;
}
nav a {
  display: block;
  margin: 5px;
  background:  #00323c;
  border-radius: 5px;
  border: 1.5px dotted #d3ff82;
  padding: 4px 7px;
  text-decoration: none;
  color: #d3ff82;
  font-size: 0.9rem;
}
a:link,
a:visited {
  color: #d3ff82;
}

nav a:link,
nav a:visited {
  color: #d3ff82;
}
nav a:hover,
nav a:focus {
  
  color: #edb651;
}

/* optional button styling like in the preview */
div.small > img {
  display: block;
  margin: 5px auto;
  border: 2px ridge #5a7678;
  border-radius: 5px;
}

section {
   border: 2px ridge #5a7678;
  border-radius: 5px;
  background: linear-gradient(#00323c, #12542b);
  padding: 5px;
}

footer {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 0.8rem;
}
footer a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 5px;
  line-height: 1.2;
}

h1 {
  font-family: "bd-geminis", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
   border-bottom: 2px ridge #5a7678;
  padding-bottom: 5px;
  color: #d3ff82;
}
h1:hover {
  color: #edb651;
}

h2 {
  font-family: "hydrophilia-iced", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  margin: 0.1em auto;
  border: 1px dashed #edb651;
  color: #d3ff82;
}

h6 {
  font-family: "hydrophilia-iced", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
  margin: 0.1em auto;
  border: 1px dashed #edb651;
  color: #d3ff82;
}
h3 {
  font-family: "bd-geminis", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: left;
 border-bottom: 2px ridge #5a7678;
  padding-bottom: 5px;
  color: #edb651;
  text-shadow: 3px 3px #592139;
}

h4 {
  font-family: "input-mono", monospace;
  font-size: 1.15rem;
  color: #62ff14;
  padding-left: 15px;
  line-height: 20px;
  letter-spacing:3px;
   
}


h4 a:link,
h4 a:visited {
  color: #d3ff82;
}
h4 a:hover,
h4 a:focus {
  color: #62ff14;
}


h2 a:link,
h2 a:visited {
  color: #d3ff82;
}
h2 a:hover,
h2 a:focus {
  color: #edb651;
}
h2:link,
h2:hover {
  color: #edb651;
}
h5 {
  font-family: "input-mono", monospace;
  line-height: 15px;
  font-size: .80rem;
  font-weight: normal;
  text-align: left;
  color: #d3ff82;
  padding-left: 10px;
  margin:10px;
}

/* prevents overflow on smaller screens */
img {
  max-width: 100%;
}
pre {
  overflow-x: auto;
}




