/*
  _      _   _____   ___   __  __  ___  _  _____ 
 | |    /_\ | _ \ \ / /_\ |  \/  |/ _ \| ||_   _|
 | |__ / _ \|   /\ V / _ \| |\/| | (_) | |__| |  
 |____/_/ \_\_|_\ \_/_/ \_\_|  |_|\___/|____|_|  
                                                 
thanks for checking out my source code :)
i hope you find what you're looking for

*/

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/bg/spyder.gif);
  z-index: -1;
}

body {
  background-image: url(/bg/spyder.gif);
  background-attachment: fixed;
  color: #b9c9c6;
  font-family: sans-serif;
  font-size: 1em;
  }

@font-face {
  font-family: "Google Sans Code";
  src: url("https://larvamolt.neocities.org/fonts/googlesanscode.ttf") format("truetype");
}

  
@font-face {
  font-family: "Zombie Holocaust";
  src: url("https://larvamolt.neocities.org/fonts/zombie.ttf") format("truetype");
}  
  
@font-face {
  font-family: "Retro Computer";
  src: url("https://larvamolt.neocities.org/fonts/retro_computer.ttf") format("truetype");
}

@font-face {
  font-family: "Shoguns Clan";
  src: url("https://larvamolt.neocities.org/fonts/shoguns_clan.ttf") format("truetype");
}

@font-face {
  font-family: "Wide Awake";
  src: url("https://larvamolt.neocities.org/fonts/wideawake.ttf") format("truetype");
}

@font-face {
  font-family: "Friday 13";
  src: url("https://larvamolt.neocities.org/fonts/friday13.ttf") format("truetype");
}

@font-face {
  font-family: "Sawesome";
  src: url("https://larvamolt.neocities.org/fonts/sawesome.ttf") format("truetype");
}

@font-face {
  font-family: "04B_03";
  src: url("https://larvamolt.neocities.org/fonts/04B_03.ttf") format("truetype");
}

@font-face {
  font-family: "Minecraft";
  src: url("https://larvamolt.neocities.org/fonts/minecraft.ttf") format("truetype");
}

a:link, a:visited {
  color: #ff3fbc;
  text-decoration: none;
}

/* mouse over or selected link */
a:hover, a:active {
  color: lime;
  text-decoration: none;
}
  
h1 {
  background-color: #1a1a1a;
  color: #ff3fbc;
  font-family: "Google Sans Code", monospace;
  }

zombie, #copyright {
  font-family: 'Zombie Holocaust', serif;
}

retro {
  font-family: 'Retro Computer', serif;
}

shogun {
  font-family: 'Shoguns Clan', sans-serif;
}

wideawake {
  font-family: 'Wide Awake', serif;
}

friday {
  font-family: 'Friday 13', Courier, monospace;
}

pixel {
  font-family: '04B_03', monospace;
}

saw {
  font-family: 'Sawesome', Courier, monospace;
}
  
glow {
  text-shadow: 5px 5px 4px magenta;
}

#quotebox {
  box-sizing: border-box;
  background-color: black;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  border-color: purple;
  border-width: 10px;
  padding: 5px 10px 5px 10px;
  overflow: hidden;
}

.quote {
  text-align: center;
}

.refresh {
  float: left;
}

.source {
  float: right;
}

#banner {
  width: 40%;
}

#warning {
 width:40%;
 text-align:center;
 background-color: black;
 font-size:0.8em;
 color:white;
 margin-top:10px; 
}

.title {
  box-sizing: border-box;
  width: 80%;
  background-color: black;
  color: #b9c9c6;
  font-family: "Zombie";
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  margin: auto;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.allcontent { /* everything on the page BEFORE the mobile-only bits and the footer*/
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 20px auto;
}

.leftcolumn { /*the left column */
  box-sizing: border-box;
  width: 15%;
  background-color: #23192f;
  color: #fff;
  font-family: "Google Sans Code";
  text-align: left;
  line-height: 1.3;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
}

.leftcolumn a:hover {
  background-color: black;
}

.maincontent { /* the bulk of the page, between the left and right columns*/
  box-sizing: border-box;
  width: 65%;
  float: right;
  margin: auto;
}

.rightcolumn { /* the right column */
  box-sizing: border-box;
  width: 20%;
  background-color: #23192f;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: right;
}

.rightcolumn b {
  font-family: "Google Sans Code";
  color: #8dfd00;
}

.outro { /* desktop view footer*/
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 20px;
  background: black;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outrobit { /* chunks / sections of content within the desktop footer */
  padding: 5px;
  flex: 1;
}  
  
.mobileoutro { /* MOBILE VIEW footer*/
  position: absolute;
  display: block;
  box-sizing: border-box;
  margin: auto;
  width: 30%;
  background-color: black;
  font-size: 1em;
  text-align: center;
  padding: 10px 40px 10px 40px;
}

.outro zombie { /* sizing for LARVAMOLT appears in the footer*/
  font-size: 1.4em;
}

.label { /* the black title bar above each section*/
 box-sizing: border-box;
 width: 100%;
 color: #b9c9c6;
 font-family: "Google Sans Code", monospace;
 text-align: left;
 font-size: 1.2em;
 margin: auto;
 background-color: black;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-left: 8px;
 padding-top: 5px;
}

.block { /* for sections / chunks of text and other page content in the main area*/
  box-sizing: border-box;
  width: 100%;
  background-color: #23192f;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  font-size: 1em;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 30px 5px 30px;
}

.sblock { /* for sections / chunks of text IN THE LEFT AND RIGHT SIDEBARS*/
  box-sizing: border-box;
  width: 100%;
  background-color: #23192f;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  font-size: 1em;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px;
}


.shrinelabel { /* stuff only used on the Shrine Menu page /shrine.html */
 box-sizing: border-box;
 width: 40%;
 color: #b9c9c6;
 font-family: "Google Sans Code", monospace;
 text-align: left;
 font-size: 1.2em;
 margin: auto;
 background-color: black;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-left: 8px;
 padding-top: 5px;
}

.shrineblock { /* stuff only used on the Shrine Menu page /shrine.html */
  box-sizing: border-box;
  width: 40%;
  background-color: #23192f;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  font-size: 1em;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 30px 5px 30px;
}

.links { /* horizontal bar of navigation links at the top of every page */
  box-sizing: border-box;
  font-family: "Courier New", Courier, monospace;
  width: 80%;
  background-color: black;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin: auto;
  padding: 0 10px 0 10px;
}

#introimg { /* deco image on the left side of text*/
  width: 10%;
  float: left;
  margin-right: 20px;
}

#otherimg { /* larger deco image on the right side of text*/
  width: 20%;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

#divider { /* divider between sections*/
 display: block;
 width: 70%;
 margin: 10px auto 10px auto;
 padding: 0px;
}

#wire { /* relic from SAWTRAPPING code, not really used on LARVAMOLT*/
  display: block;
  background-color: black;
  width: 70%;
  margin: auto;
  margin-top: 0px;
  padding: 0px;
}

#artnav { /* additional navigation bar on every Art related page */
 box-sizing: border-box;
 display: block;
 color: lime;
 background-color: black;
 width: 70%;
 text-align: center;
 margin: auto;
 margin-top: 0px;
 padding-bottom: 12px;
}

#artnav a:link {
  color: lime;
  text-decoration: none;
}

#artnav a:hover {
  color: #ff3fbc;
  text-decoration: none;
}

#artnav a:active {
  color: #ff3fbc;
  text-decoration: none;
}

#artnav a:visited {
  color: lime;
  text-decoration: none;
}

.options { /* broken thing for the change-on-hover page where you choose which shop of mine to visit*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.opt1 {
  flex-grow: 1;
}

.opt2 {
  flex-grow: 1;
}

#storenvy {
  width:45%;
}

#inprnt {
  width:45%;
}

#xstorenvy {
   background-image: url('z1.jpeg');
   background-size: contain;
   background-position: center center;
   width: 50%;
}

#xstorenvy:hover {
   background-image: url('z2.jpeg');
}

#xinprnt {
   background-image: url('z3.jpeg');
   background-size: contain;
   background-position: center center;
   width: 300px;
   height: 300px;
}

#xinprnt:hover {
   background-image: url('z4.jpeg');
}

#contactlinks { /* links in the Contact section at the bottom of some pages*/
  font-family: 'Retro Computer', monospace;
  font-size: 0.8em;
  text-align: center;
}

#emailbox { /* css for the image of my email address within most Contact boxes*/
  text-align: center;
  background-color: #ff3fbc;
  margin-bottom: 15px;
}

#email { /* the email png itself for viewport adjustment*/
  width: 50%;
}


#fineprint {
  font-size: 0.75em;
}

.backimg {
  width: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  margin: 0px;
}

.sideimg {
  width: 80px;
  position: fixed;
  z-index: 1;
  bottom: 50px;
  left: 20px;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav {
  width: 80px;
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 10px;
  background: #000;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 1.1em;
  color: #ff3fbc;
  display: block;
}

.sidenav a:hover {
  color: white;
}

ul.no { /* for lists of things i dont like - turns bulletpoints into red X's */
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

li.no { 
  padding-left: 16px; 
}

li.no::before {
  content: "✕";
  padding-right: 8px;
  color: red;
}

ul.yes { /* lists of things i like - turns bulletpoints into green checkmarks*/
  list-style: none;
  padding: 0;
  margin: 0;
}

li.yes { 
  padding-left: 16px; 
}

li.yes::before {
  content: "✓";
  padding-right: 8px;
  color: green;
}

.button88x31 {
  width: 15%;
}

@media (min-width: 601px) { /* DESKTOP VIEW - to hide mobile-only things when on desktop*/
  .links {display:none;}
  #webrings {display:none;}
  #contact {display:none;}
  #contactlinks {display:none;}
  #blinkiesmobile {display:none;}
  .mobileoutro {display:none;}
  #noai {width:60px;padding:4px;}
}

@media (max-width: 600px) { /* MOBILE VIEW - my beautiful tag modifier for smaller viewports*/
  .title {width:100%; margin-top: 100px;} /* extra title box padding to accomodate*/
  .links {width:100%;} /* top horizontal links*/
  .label {width:100%;} /* title for each section */
  .block {width: 100%;} /* main content section itself*/
  .storead {width: 45%;} /* for the choose-which-store page */
  .shrinelabel {width:100%;} /* narrower section label for shrine menu page */
  .shrineblock {width: 100%;} /* narrower section for shrine menu page*/
  .mobileoutro {width:80%;padding:10px 15px 10px 15px;}
  .outro {display:none;} /* desktop only footer */
  .leftcolumn {display: none;} /* just hide the left column on mobile idgaf rn*/
  .rightcolumn {display: none;} /* hide it on mobile */
  .maincontent {width:100%;} /* main page content, duh */
  .allcontent {width:100%;} /* the overall box encompassing main content AND any left and right columns*/
  .button88x31 {width:88px;}
  #introimg {float:left;width:30%;margin-right:20px;}
  #otherimg {float:right;width:100%;}
  #banner {width:90%;} /* the site title image itself*/
  #artnav {width:100%;} /* additional navigation bar for Art related pages*/
  #art {width:45%;} /* nice artwork thumbnails bigger on mobile*/
  #stamp {width:45%;} /* make stamps bigger on mobile*/
  #blinkie {width:100%;} /* make blinkies full-width on mobile */
  #quotebox {width:90%;}
  #mini {width:15%;} /* for my jumping pixel aisha GIFs*/
  #email {width:100%;} /* the image with my email in it so crawlers cant grab it (is that archaic? can they scan text in images now?)*/
  #warning {width:80%;} /* warning box / preface at the top of some pages */
  #divider {width:80%;} /* duh */
  #mobiletable {width:100%;font-size:0.8em;} /* i think this is only used on the /LicenseChart.html page */
  #noai {width:15%;padding:4px;} /* NoAi icons at the bottom of every page */
}
