

/* Font and loading basics for page */

@font-face {
font-family: "SerifGothic";
src: url("_Fonts/SerifGothic.ttf") format("truetype");
}

@font-face {
font-family: "Consola";
src: url("_Fonts/Consola.ttf") format("truetype");
}

@font-face {
font-family: "Dosis";
src: url("_Fonts/Dosis.ttf") format("truetype");
}

@font-face {
font-family: "Avant";
src: url("/_Fonts/ITC Avant Garde Gothic Std Medium.otf") format("truetype");
}


 body {

  background-color: black;
  color: white;
  font-family: "SerifGothic","Consola","Dosis","Avant";
}


/* cursor testing */
 html {
    cursor: url("/_Cursors/BH-pointer.cur"), auto;
 }

 a {
    cursor: url("/_Cursors/BH-help.cur"), auto;
}


/* start page grid */
#page {
  margin: auto;
  padding: 10px;
  display: grid;
  width: 1000px;
  max-width: 90%;
  grid-template-areas:
    "head head  head"
    "top  top    top "
    "side main   main"
    "side main2 main3"
    "side main4 main5"
    "side main6 main7"
    "side foot   foot";
   grid-template-rows: auto 1fr auto;
  grid-template-columns: auto 1fr;
}

/* defining parts of page grid */

#page > header {
  position: relative;
  max-width: 100%;
  height: 100px;
  grid-area: head;
  background: url(/_Images/TopCrack.webp) no-repeat;
  background-size: 100% 185px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 1px;
  margin-top: 20px;
  z-index: 2;
  padding: 40px;
}

#page > sitenav {
  max-width: 100%;
  width: 100%;
  grid-area: top;
  margin: auto;
  margin-bottom: 1px;
  margin-top: 1px;
  padding: 5px;


}

#page > side {
  position: relative;
  width: 210px;
  max-width: 100%;
  background: url(/_Images/bookshelfweb.webp) repeat-y;
  background-size: 210px auto;
  grid-area: side;
  margin-right: 10px;
  z-index: 1;
  transform-style: preserve-3d;


}

#page > main {
  grid-area: main;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-left: 10px;
  margin: auto;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform-style: preserve-3d;


}


#page > main2 {
  max-width: 100%;
  position: relative;
  grid-area: main2;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}

#page > main3 {
  max-width: 100%;
  position: relative;
  grid-area: main3;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}

#page > main4 {
  max-width: 100%;
  position: relative;
  grid-area: main4;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}

#page > main5 {
  max-width: 100%;
  position: relative;
  grid-area: main5;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}

#page > main6 {
  max-width: 100%;
  position: relative;
  grid-area: main6;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}

#page > main7 {
  max-width: 100%;
  position: relative;
  grid-area: main7;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 00px;
  transform-style: preserve-3d;
}


#page > footer {
  grid-area: foot;
  margin-top: 10px;
  margin:auto;
  pointer-events: none;
 

}



.banners-box {
  margin: 0 auto;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
  margin-left: 10px;
  margin-right: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(88px, 100%), 1fr));
  gap: 5px;
  grid-template-rows: auto;
  place-items: center;
  place-content: center;
}


.blips-box {
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(88px, 100%), 1fr));
  gap: 14px;
  grid-template-rows: auto;
  place-items: center;
  place-content: center;
}



.shows-box {
  margin: 0 auto;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  display: grid;
  margin-left: 10px;
  margin-right: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 5px;
  grid-template-rows: auto;
  place-items: center;
  place-content: center;

}

.shows-box > img {
width: 150px;
height: auto;

}



.backgroundseparator{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-image: url(/_Images/jpegsmallstars.jpg); 
    z-index: -5;
}

.fuckyou {
  overflow-x: clip;
/*  overflow-y: auto;
  height: auto;
  max-height:100vh;*/
}


.BottomTrees {
  position: fixed;
  width: 105vw;
  height: 300px;
  bottom: -150px;
  left: -5px;
  background: url(/_Images/TreesTest.png) repeat-x;
  z-index: 5;
  padding: 20px;
  pointer-events: none;
}


.LilForest {
  position: fixed;
  width: 400px;
  height: 274px;
  bottom: -80px;
  left: 12vw; 
  z-index: 6;
  background: url(/_Images/lilforestweb.webp) no-repeat;
  background-size: 400px 274px;
  padding: 20px;
  pointer-events: none;
  transform-style: translateZ(-5px)
}


.Campfire {
  position: relative;
  width: 150px;
  height: 150px;
  bottom: -105px;
  left: 120px; 
  background: url(/_Images/campfire.gif) no-repeat;
  background-size: 150px 150px;
  padding: 20px;
  opacity: 1;
  z-index: 8;
  pointer-events: none;
  transform-style: preserve-3d;
}

.Campsmoke {
  position: relative;
  width: 300px;
  height: 450px;
  left: -80px;
  bottom: 390px;
  opacity: 0.5;
  background: url(/_Images/campsmoke.gif) no-repeat;
  background-size: 300px 450px;
  padding: 20px;
  pointer-events: none;
  z-index: 7;
  transform: translateZ(-10px)
}


.Dishes {
  position: fixed;
  width: 640px;
  height: 480px;
  bottom: 30px;
  right: 1vw;
  background: url(/_Images/dishesweb.webp) no-repeat;
  opacity: 0.4;
  padding: 20px;
  z-index: -2;
  pointer-events: none;
}

.Fense {
  position: fixed;
  width: 105vw;
  height: 266px;
  bottom: -135px;
  left: -5px;
  background: url(/_Images/fensesmaller.png) repeat-x;
  background-size: auto 70px;
  z-index: 4;
  padding: 20px;
  pointer-events: none;
}



/*Home Nav */
.HomeNav {
position: absolute; 
left: -20px; 
top: 20px; 
margin-top: 10px;
margin-bottom: 10px;
width:250px;
height: 80px;
}

.HomeNav:hover {
content: url(/_Images/_Nav/HomeGlow.png);
}

/*About Nav */
.AboutNav {
position: absolute; 
left: -20px; 
top: 140px; 
margin-top: 10px;
margin-bottom: 10px;
width:250px;
height: 80px;
transform: rotate(5deg);
}

.AboutNav:hover {
content: url(/_Images/_Nav/AboutGlow.png);
}

/*Gallery Nav */
.GalleryNav {
position: absolute; 
left: -20px; 
top: 260px; 
margin-top: 10px;
margin-bottom: 10px;
width:250px;
height: 80px;
transform: rotate(-5deg);
}

.GalleryNav:hover {
content: url(/_Images/_Nav/ProjectsGlow.png);
}

/*Media Nav */
.MediaNav {
position: absolute; 
left: -20px; 
top: 405px; 
margin-top: 10px;
margin-bottom: 10px;
width:250px;
height: 80px;
transform: rotate(10deg);
}

.MediaNav:hover {
content: url(/_Images/_Nav/MediaGlow.png);
}

/*Guest Nav */
.GuestNav {
position: absolute; 
left: -20px; 
top: 545px; 
margin-top: 10px;
margin-bottom: 10px;
width:250px;
height: 80px;
}

.GuestNav:hover {
content: url(/_Images/_Nav/GuestGlow.png);
}



.CoolCritters{
  max-width: 100%;
  max-height: 100%;
  z-index: 3;
  transform: translateZ(2px);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;


}


:root {
  --width:150px;
  --height:calc(var(--width) / 2);
}


.ball {
    width: var(--width);
  height: var(--height);
  background: url('/_Images/amogus_lq.gif');
  background-size: contain;
  background-repeat: no-repeat;
  position:fixed;

 animation: toRight linear 6.8s infinite alternate, bounce linear 17s infinite alternate;
}

@keyframes bounce {
  0% {
    top:0;
  }
  48% {
  }
  50% {
    top: calc(100% - var(--height));
  }
  52% {
  }
  100% {
    top: 0;
  }
}

@keyframes toRight {

  0% {
    left: 0;
  }

  100% {
    left: calc(100% - var(--width));
  }
}

.ball:hover {
  background: url('/_Images/amogusexplode_lq.gif');
  width: var(--width);
  height: var(--height);
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
}



.Microblog {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  height: 500px;
  nax-height: 500px;
  max-width: 100%;
  transform: translateZ(2px);
  background:none transparent;

  }
