@font-face {
  font-family: 'onionbug';
  src: url('/FONTS/onionbug-webfont.woff2') format('woff2'),
       url('/FONTS/onionbug-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'megufontregular';
  src: url('/FONTS/megufont-regular-webfont.woff2') format('woff2'),
       url('/FONTS/megufont-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'threewishes';
  src: url('/FONTS/three_wishes_crayon_font-webfont.woff2') format('woff2'),
       url('/FONTS/three_wishes_crayon_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pixelJP';
  src: url('/FONTS/jpPixel.woff2') format('woff2'),
       url('/FONTS/chPixel.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
  min-height: 100%;
}

html.dark-mode {
  filter: invert(1) hue-rotate(180deg);
}

/* Fix images so they don't look weird */
html.dark-mode .oomfies,
html.dark-mode iframe,
html.dark-mode footer,
html.dark-mode .zoom,
html.dark-mode .lightbox,
html.dark-mode .guideImgBorder,
html.dark-mode .guideImgBorderBlog,
html.dark-mode .guideImgBorderfullBlog{
  filter: invert(1) hue-rotate(180deg);
}


 /* unvisited link */
 a:link {
  color: rgb(122, 186, 255);
  text-decoration-line:none;
}

/* visited link */
a:visited {
  color: rgb(122, 186, 255);
}

/* mouse over link */
a:hover {
  color: rgb(255, 140, 0);
  /* text-decoration-line: underline;
  text-decoration-style: solid;  */
}

/* selected link */
a:active {
  color: rgb(255, 140, 0);
} 



a.footerLinks {
  color: white;
  text-decoration: none;
  font-family: 'onionbug', Arial, sans-serif;
  font-size:normal;
  padding: 5px 10px 5px 10px;
  /* margin-bottom: 20px; */
  /* image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; */
}

a.footerLinks:hover {
  color: rgb(255, 140, 0);
  /* text-decoration-line: underline;
  text-decoration-style: solid;  */
}

a.navLinks {
  color: black;
  text-decoration: none;
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  margin-bottom: 30px;
  padding-bottom:5px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
a.navLinks:link {
  text-decoration: none;
}
a.navLinks:visited {
  text-decoration: none;
}

a.navLinks.mini {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}
a.navLinks.smol {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
a.navLinks.normal {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
a.navLinks.beeg {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
a.navLinks.beegest {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

a.navLinks.mini:hover {
  background-image: url("/IMAGES/circlemini.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.navLinks.smol:hover {
  background-image: url("/IMAGES/circlesmol.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.navLinks.normal:hover {
  background-image: url("/IMAGES/circle.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.navLinks.beeg:hover {
  background-image: url("/IMAGES/circlebeeg.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.navLinks.beegest:hover {
  background-image: url("/IMAGES/circlebeegest.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.navLinks:active {
  text-decoration: none;
}

.oomfies:hover {
  transition: transform .2s; /* Animation */
  transform: scale(1.1);
  image-rendering:auto;
}


nav {
  text-align: center;
  padding-top: 50px;
  padding-bottom:10px;
  margin-bottom: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

body {
  background-image: url("/IMAGES/bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position:top;
  padding-bottom:100px;
  background-color: rgb(243, 243, 243);
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

main {
  /* margin-top: 300px; */
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  text-align: center;
  max-width: 800px;
  margin: 350px auto 0 auto;
  /* text-rendering:optimizeSpeed; */
}
.mainBlog {
  /* margin-top: 300px; */
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  text-align: center;
  max-width: 1200px;
  margin: 250px auto 0 auto;
  /* text-rendering:optimizeSpeed; */
}

#return{
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 70px;
  padding:3px;
  border: 3px solid rgb(122, 186, 255);
  background-color: white;
}

.guide {
  /* margin-top: 300px; */
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  text-align: left;
  /* margin-left: 20px; */
  padding-bottom:15px;
  padding-top:15px;
  margin-top:15px;
  margin-bottom:50px;
  padding-left:15px;
  padding-right:15px;
  border-radius: 25px;
  background-color: rgb(249, 249, 249);
  border-style: dashed;
}
.guideBlog {
  /* margin-top: 300px; */
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:50px;
  padding-bottom:15px;
  padding-top:15px;
  margin-top:15px;
  padding-left:15px;
  padding-right:15px;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  border-style: dashed;
  max-width: 800px;
  /* max-width: 800px;
  margin: 350px auto 0 auto; */
  /* text-rendering:optimizeSpeed; */
}

.guidefull {
  /* margin-top: 300px; */
  font-family: 'onionbug', Arial, sans-serif;
  font-size:large;
  text-align: left;
  margin-left: 20px;
  margin-bottom:50px;
  padding-bottom:20px;
  padding-top:10px;
  margin-top:10px;
  /* padding-left:20px; */
  margin-right:20px;
  border-radius: 25px;
  /* background-color: rgb(255, 255, 255);
  border-style: solid; */
  /* max-width: 800px;
  margin: 350px auto 0 auto; */
  /* text-rendering:optimizeSpeed; */
}

.guideJP {
  /* margin-top: 300px; */
  font-family: 'pixelJP', Arial, sans-serif;
  font-size:large;
}

.guideheader {
  font-family: 'onionbug', Arial, sans-serif;
  font-size:xx-large;
  text-align: left;
  /* margin-top: 120px; */
  margin-left:-5px;
  margin-right: auto;
  margin-bottom:0px;
  padding-top:9px;
  padding-left:15px;
  background-image: url("/IMAGES/blueunderline.png");
  background-repeat: no-repeat;
  background-size: 100% contain;
}
.guideheaderBlog {
  font-family: 'onionbug', Arial, sans-serif;
  font-size:xx-large;
  text-align: left;
  margin-top: 120px;
  margin-left:-5px;
  margin-right: auto;
  margin-bottom:0px;
  /* border-radius: 25px; */
  padding-top:9px;
  padding-left:15px;
  /* background-image: linear-gradient(
    -100deg,
    rgba(0, 110, 255, 0),
    rgba(0, 140, 255, 0.52) 95%,
    rgba(0, 119, 255, 0.52)
  ); */
  background-image: url("/IMAGES/blueunderline.png");
  background-repeat: no-repeat;
  background-size: 100% contain;
  /* text-shadow: 
    -1px 1px 2 rgb(255, 255, 255),
		1px 1px 0 rgb(255, 255, 255),
		1px -1px 0 rgb(255, 255, 255),
	  -1px -1px 0 rgb(255, 255, 255); */
}

.guideheadersmol {
  font-family: 'onionbug', Arial, sans-serif;
  font-size:x-large;
  text-align: left;
  margin-top: 5px;
  /* margin-left:-25px; */
  margin-right:auto;
  padding-top:3px;
  padding-left:10px;
  background-image: url("/IMAGES/redunderline.png");
  background-repeat: no-repeat;
}
.guideheadersmolBlog {
  font-family: 'onionbug', Arial, sans-serif;
  font-size:x-large;
  text-align: left;
  margin-top: 5px;
  margin-left:-25px;
  margin-right:auto;
  padding-top:3px;
  padding-left:10px;
  /* background-image: linear-gradient(
    -100deg,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 0.25) 95%,
    rgba(255, 0, 0, 0.25)
  ); */
  background-image: url("/IMAGES/redunderline.png");
  background-repeat: no-repeat;
  /* text-shadow: 
    -1px 1px 0 rgb(255, 255, 255),
		1px 1px 0 rgb(255, 255, 255),
		1px -1px 0 rgb(255, 255, 255),
	  -1px -1px 0 rgb(255, 255, 255); */
}

.guideheadersmolJP {
  font-family: 'pixelJP', Arial, sans-serif;
  font-size:x-large;
  font-weight: 900;
  text-align: left;
  margin-top: 5px;
  margin-left:-25px;
  margin-right:auto;
  padding-top:-5px;
  padding-left:10px;
  background-image: url("/IMAGES/redunderline.png");
  background-repeat: no-repeat;
}

.guideheadersmoler {
  font-family: 'onionbug', Arial, sans-serif;
  font-size: large;
  text-align: left;
  /* font-weight:bold; */
  margin-top: 5px;
  margin-bottom:-18px;
  margin-left:-5px;
  margin-right:auto;
  padding-top:2px;
  padding-left:7px;
  background-image: url("/IMAGES/greenunderline.png");
  background-repeat: no-repeat;
}

.boogholder{
  display: flex;
  /* padding-bottom:20px; */
  min-height: 43px;
  vertical-align: middle;
}
.boogholderBlog{
  margin-top: 5px;
  margin-bottom:5px;
  display: flex;
  /* padding-bottom:20px; */
  min-height: 43px;
  vertical-align: middle;
}

.boog {
  min-width: 50px;
  vertical-align: middle;
  background-image: url("/IMAGES/miniboog.gif");
  background-repeat: no-repeat;
}
.boogtext {
  width:auto;
  font-family: 'onionbug', Arial, sans-serif;
  font-size: large;
  text-align: left;
  font-style: italic;
  /* margin-top:10px; */
  margin-left:20px;
  /* border-radius: 0px 20px 20px 20px; */
  background-color: rgb(255, 255, 255);
  border-style:solid;
  border-color: rgb(0, 0, 0);
  padding:15px;
  padding-top:17px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  /* margin-left:50pxpx;
  margin-right:50px; */
  /* padding-left:50px;
  padding-bottom:20px; */
}
.boogtextBlog {
  width:auto;
  font-family: 'onionbug', Arial, sans-serif;
  font-size: large;
  text-align: left;
  font-style: italic;
  /* margin-top:10px; */
  /* margin-left:10px; */
  /* border-radius: 0px 20px 20px 20px; */
  /* background-color: rgb(255, 255, 255); */
  /* border-style:solid;
  border-color: rgb(0, 0, 0); */
  padding:5px;
  padding-top:17px;
  padding-bottom:15px;
  /* border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px; */
  /* margin-left:50pxpx;
  margin-right:50px; */
  /* padding-left:50px;
  padding-bottom:20px; */
}

.dateholder{
  float:right;
  /* margin-bottom: -15px; */
  font-style: italic;
  color: rgba(0, 0, 0, 0.308);
}

.clickformore{
  float:left;
}

.dateholderfull{
  /* padding-bottom:20px; */
  /* max-width: 800px; */
  /* position:relative; */
  /* left:350px; */
  float:left;
  /* text-align: left; */
  margin-top: 10px;
  /* padding-left:60px; */
  /* margin-bottom:10px; */
  font-style: italic;
  color: rgba(0, 0, 0, 0.308);
}

.blogtitle{
  padding-left: 20px;
  margin-top:10px;
  font-size:xx-large;
  /* display: flex; */
  /* padding-bottom:20px; */
  /* min-height: 43px;
  vertical-align: middle; */
}
.blogtitlefull{
  /* padding-left: 20px; */
  margin-top:10px;
  font-size:xx-large;
  color:rgb(0, 0, 0);
  /* display: flex; */
  /* padding-bottom:20px; */
  /* min-height: 43px;
  vertical-align: middle; */
}

@media screen and (max-width: 556px) {
  iframe {
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
  }
}

footer {
  font-family: 'onionbug', Arial, sans-serif;
  font-size:normal;
  color: white;
  background-color: black;

  position: fixed;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
}

img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  max-height:100%; max-width:100%;
}

.zoom:hover {
  transition: transform .2s; /* Animation */
  transform: scale(1.1);
}

.guideImg {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom:12px;
  display: flex;
  align-items: center;
  justify-content: center;
  image-rendering:auto;
  /* background-color: rgba(0, 0, 0, 0.157); */
}
.guideImgBlog {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom:12px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  image-rendering:auto;
  border-radius: 25px;
  /* background-color: rgba(0, 0, 0, 0.157); */
  
}

.guideImgSpacer {
  margin-left: 5px;
  margin-right: 5px;
  /* margin-inline: 5px; */
  vertical-align: middle;
  margin-top: auto;
  margin-bottom:auto;
  image-rendering:auto;
}
.guideImgSpacerBlog {
  margin-left: 5px;
  margin-right: 5px;
  /* margin-inline: 5px; */
  vertical-align: middle;
  margin-top: auto;
  margin-bottom:auto;
  image-rendering:auto;
  border-radius: 25px;
}

.guideImgBorder {
  border: 2px solid rgb(11, 166, 255);
  vertical-align: middle;
  /* width:auto; */
  image-rendering:auto;
  max-height:500px; max-width:100%;
}

.guideImgBorderBlog {
  border: 2px solid rgb(0, 0, 0);
  vertical-align: middle;
  width:auto;
  /* margin-bottom: 10px; */
  image-rendering:auto;
  border-radius: 25px;
  max-height:800px; max-width:100%;
  box-shadow: 0px 5px #000000;
}
.guideImgBorderfullBlog {
  /* border: 2px solid rgb(0, 0, 0); */
  vertical-align: middle;
  width:auto;
  margin-bottom: 20px;
  image-rendering:auto;
  border-radius: 25px;
  max-height:800px; max-width:100%;
  box-shadow: 0px 0px 10px #0000001e;
}






.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  max-height:100%; max-width:100%;
  background-size:contain;
  image-rendering:auto;
}
/* 
.comments-wrapper {
  max-width: 720px;
  margin: 4rem auto;
  padding: 2rem;
  border-radius: 12px;
  background: var(--panel-bg);
} */