
@font-face {
  font-family: 'DETERMINATION';
  src: url('/fonts/determinationsanswebregular-369x-webfont.woff2') format('woff2'),
       url('/fonts/determinationsanswebregular-369x-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PIXELOPERATOR';
  src: url('/fonts/PixelOperator.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: "DETERMINATION", serif;
  background-image: url(/backgrounds.png);
  color: #fff;
 cursor: url('https://file.garden/aGVgARL4OBP7L4sn/newmaus.cur'), auto;
}



ul {
  text-align:left;
  display: inline-block;     
  margin-right:30px;
  line-height:30px;
  margin-block:-5px;
  a {
    text-decoration:none;
  }
}

ul li::marker {
  content: '* ';
}

a, button {
   cursor: url(https://file.garden/aGVgARL4OBP7L4sn/mauspoint.cur), pointer;
}
#container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 100px auto 1fr;
  height: 100vh;
}

#header img {
 z-index:999;
 transform: translateY(-12px);
}
#header {
  background: #000000;
  border: 5px solid #fff;
  padding-inline: 30px;
  height: 100px;
}

.divider {
background-image: linear-gradient(45deg, #c72a3c 23.81%, #fff 23.81%, #fff 25%, #29b33e 25%, #29b33e 48.81%, #fff 48.81%, #fff 50%, #c72a3c 50%, #c72a3c 73.81%, #fff 73.81%, #fff 75%, #29b33e 75%, #29b33e 98.81%, #fff 98.81%, #fff 100%);
background-size: 118.79px 118.79px;
  color: #ffffff;
  text-shadow:
    -1px -1px 0 #000000,
     1px -1px 0 #000000,
    -1px  1px 0 #000000,
     1px  1px 0 #000000,
    -2px -2px 0 #000000,
     2px -2px 0 #000000,
    -2px  2px 0 #000000,
     2px  2px 0 #000000 ; 
    
  font-size: 25px;
  padding: 5px 10px;
  height: 25px;
}

.divider a {
  color:#efffd2;
}

.divider a:hover {
  color:#ff7676;
}


.logdivider {
  background: rgb(241, 114, 114);
  padding: 5px 10px;
  height: 25px;
}

.layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 0;
}

nav {
  background: #111111;
  border: 5px solid #fff;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding-inline: 10px;
  overflow-y: auto;
}

nav > links {
      line-height: 1px;
}

content {
  min-width: 0;
 box-sizing: border-box;
  display: block;
  background: #111111;
  border: 5px solid #fff;
  border-top: none;
  border-bottom: none;
  overflow-y: auto; 
  overflow-x: hidden;
  padding: 40px;
  text-align: center;
  min-height: 0;
}

h1 {
  font-style: normal;
  font-size: 26px;
  text-align: center;
  font-weight: lighter;
  text-shadow: 2px 2px #090d3a;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}


h2 {
  background: rgb(255, 117, 117);
  font-weight: lighter;
  color: #000;
  font-size: 26px;
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

h2 a {
 color:#a31130
}

h2 a:hover {
 color:#ff2756
}

h3 {
  background: rgb(241, 114, 114);
  color: #000;
  font-weight: lighter;
  font-size: 22px;
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

p, ul, ol, li, b {
  font-family: "PIXELOPERATOR", serif;
  font-size: 22px;
  text-shadow: 2px 2px #090d3a;
  font-weight:normal;
}

.caption {
  font-size: 16px;
}

a {
  color: #ffe91e;
}

a:hover {
  color: rgb(253, 255, 109);
}

b {
  color: #fff34b;
  font-weight:lighter;
}

.navlink {
  color: white;
  text-decoration: none;
}

.contentgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.downloadgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  place-items: center;
 align-items: stretch;
}

.downloadgrid div {
  width:150px;
}
.gridcontainer {
display:flex;
justify-content: center;
}

.gridcontainer h1 {
margin-top: -2px;
}

.chapters {
display: grid;
grid-template-columns: repeat(4, 56px);
grid-template-rows: 46px;
grid-column-gap: 20px;
grid-row-gap: 300px;
place-items: center;
}

.chapters {
display: grid;
grid-template-columns: repeat(4, 56px);
grid-template-rows: 46px;
grid-column-gap: 20px;
grid-row-gap: 300px;
place-items: center;
}

.textbox {
  padding: 20px;
  border: 5px solid #fff;
}

.chrimg {
  max-width: 100px;
}

@media (max-width: 700px) {
  .layout {
    grid-template-columns: 1fr;
  }
}
