:root {
  --sunsetwavy: url('/assets/backgrounds/cabinsun.png');
  --moonsetwavy: url('/assets/backgrounds/moonsetwavy.png');
  --plaidgreen: url('/assets/backgrounds/flopydisk.png');
  --bulletin: url('/assets/backgrounds/bulletin2.png');
  --white: white;
  --orange: #f25d22;
  --darkgreen: #0f4700;
  --brightgreen: #14ba3a;
  --seafoam: #93E9BE;
  --limey: #6ce077;
}


@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'aqua_smileregular';
  src: url('/fonts/aqua_smile/aqua_smile-webfont.woff2') format('woff2'),
    url('/fonts/aqua_smile/aqua_smile-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'crayon_blockregular';
  src: url('/fonts/crayon_block/crayonblock-regular-webfont.woff2') format('woff2'),
    url('/fonts/crayon_block/crayonblock-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'scribbler';
  src: url('fonts/scribbler/scribbler-regular-webfont.woff2') format('woff2'),
    url('fonts/scribbler/scribbler-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#peek img {
  max-width: 45px;
}

#peekbox {
  display: none;
  margin: 0 auto;
  padding: 2em;
  max-width: 500px;
  max-height: 100%;
  position: fixed;
  margin-left: 50px;
  margin-top: 450px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--darkgreen);
  border-radius: .5em;
  background-color: var(--orange);
  color: white;
}

#peekbox img {
  max-width: 120px;
}

.book {
  position: fixed;
  margin-left: 20px;
  margin-top: 800px;
}

.book img {
  max-width: 100px;
}

body {
  background-image: var(--sunsetwavy);
  padding: 10px;
  margin: 0;
  font-family: aqua_smileregular, system-ui, sans-serif;
}

.container {
  margin: 0 auto;
  padding: 2em;
  max-width: 1000px;
  max-height: 500px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--darkgreen);
  border-radius: .5em;
  background-image: var(--plaidgreen);
}

.container a {
  color: white;
}

.container a:hover {
  color: var(--seafoam);
}

.container details:hover {
  color: var(--seafoam);
}

.linkcontainer {
  margin: 0 auto;
  padding: 2em;
  max-width: 1100px;
  max-height: 200%;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--darkgreen);
  border-radius: .5em;
  background-image: var(--plaidgreen);
}

.linkcontainer details:hover {
  color: var(--seafoam);
}

.links details {
  display: inline;
}

.links img {
  max-width: 230px;
}

.bulcontainer {
  margin: 0 auto;
  width: 1800px;
  height: 1500px;
  align-items: center;
  justify-content: center;
  border: 5px solid white;
  border-radius: .5em;
  background-image: var(--bulletin);
}

header {
  background-color: var(--white);
  border: 4px solid var(--orange);
  color: var(--brightgreen);
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
}

h1 {
  font-size: 5.5em;
  margin: 0;
  padding-top: 10px;
}

nav {
  background-color: var(--orange);
  border: 3px solid white;
  color: white;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

nav>ul {
  font-family: crayon_blockregular;
  display: flex;
  padding: 15px;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}

nav li a {
  color: white;
  text-decoration: none;
}

navb {
  border: 3px solid white;
  color: white;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 1em;
}

navb>ul {
  font-family: crayon_blockregular;
  background-color: black;
  display: flex;
  padding: 15px;
  margin: 0;
  margin-top: -30px;
  list-style-type: none;
  justify-content: space-evenly;
}

navb li a {
  color: white;
  text-decoration: none;
}

main {
  background-color: var(--orange);
  color: var(--white);
  padding: .5em 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

mainb {
  color: var(--white);
  padding: .5em 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

details > summary {
  cursor: pointer;
}

.banners {
  background-color: var(--orange);
  padding: 1em 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}

.banners img {
  width: 80px;
  height: 50px;
}

.socials {
  text-align: center;
}

.socials img {
  margin-top: -1.5em;
  width: 60px;
  height: 60px;
}

.zoom {
  padding: 50px;
  transition: transform .2s;
  width: 100px;
  height: 100px;
  margin: 5px;
}

.zoom:hover {
  transform: scale(1.1); 
}

.row:after {
  content: "";
  display: table;
  clear: both;
  justify-content: center;
}

.column {
  line-height: normal;
  float: left;
  padding: 10px;
  max-width: 1000px;
  max-height: 500px;
  overflow-y: auto;
}

.column2 {
  float: left;
  padding: 10px;
  max-width: 500px;
  align-items: center;
}

.column3 {
  line-height: normal;
  float: left;
  padding: 10px;
  max-width: 1200px;
  max-height: 300px;
  overflow-x: auto;
}

/* Contact */
.contact {
  text-align: center;
}

.contact ul {
  text-align: left;
  list-style-type: none;
}

.contact ul li img {
  width: 32px;
  display: inline-block;
  vertical-align: -10px;
}

.contact img {
  max-width: 200px;
}

/* Contact */
/* Changelogs */
.logs {
  background-color: var(--orange);
  padding: 2em 4em 4em;
  text-align: left;
  color: yellow;
}

/* Changelogs */
/* Credits */
.credits {
  padding: 2em 4em 4em;
  text-align: center;
}

.credits p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
  text-align: left;
}

.credits a {
  color: var(--white);
  text-decoration: none;
}

.credits a:hover {
  color: var(--seafoam);
}

.neoads {
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.neoads img {
  max-height: 31px;
}

/* Credits */
/* Art Info */
.art {
  color: var(--white);
  background-color: var(--orange);
  padding: 1em;
  text-align: center;
}

.art:not(:last-child) {
  margin-bottom: 1em;
}

.commissions {
  justify-content: space-evenly;

  flex-wrap: wrap;
  gap: 0.5em;
}

.commissions img {
  max-width: 400px;
}

.pixels {
  background-color: var(--orange);
  color: white;
  padding: 1.5em 1.5em;
  justify-content: center;
  gap: 0.5em;
}

.pixels img {
  max-height: 100px;
}

.pixels details {
  display: inline-block;
}

.projects {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.projects img {
  max-height: 350px;
}

.banner_ads {
  color: white;
  background-color: var(--orange);
  padding: 1em 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.banner_ads img {
  max-width: 250px;
}

.bbanner_ads {
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.bbanner_ads img {
  max-height: 100px;
}

.hide {
  display: none;
}

.projectcap:hover+.hide {
  display: block;
  color: white;
  font-size: 70%;
  position: absolute;
  margin-left: 70px;
  margin-top: -80px;
  border: 5px solid var(--darkgreen);
  border-radius: .5em;
  background-color: var(--orange);
  padding: 1em;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.gallery img {
  max-height: 230px;
}

/* Art Info */
/* Phrase of the Day */
.potd_container {
  margin: 0 auto;
  max-width: 800px;
  max-height: 50%;
  border: 5px solid var(--darkgreen);
  border-radius: .5em;
  background-image: var(--plaidgreen);
}

.potd_title {
  background-color: var(--orange);
  padding: 1em 2em;
  color: var(--white);
}

.potd_main {
  padding: 2em;
}

.charlie_potd {
  background-image: url('/assets/charlie.png');
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 820px;
  height: 500px;
}

.charlie_potd p {
  margin-left: 48%;
  margin-right: 12%;
  padding-top: 2em;
  line-height: 1.2em;
}

/* Phrase of the Day */
/* Collections */
.collections {
  color: var(--white);
  background-color: var(--orange);
  padding: 1em;
  text-align: center;
}

.collection {
  color: var(--white);
  background-color: var(--orange);
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: center;
  gap: 0.5em;
}

.collection img {
  max-height: 200px;
}

/* Collections */

.qotd p {
  color: slategray;
  font-size: 30px;
  margin-right: 10%;
  position: absolute;
  margin-top: 490px;
  margin-left: 1100px;
  line-height: 1.2em;
}

/* Floating Images / Text */
#float_charlie {
  width: 200px;
  position: absolute;
  margin-left: 200px;
  margin-top: -180px;
}

#float_bb {
  width: 180px;
  position: absolute;
  margin-left: -430px;
  margin-top: -130px;
}

#float_neocities {
  position: absolute;
  font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
  margin-left: 355px;
  margin-top: 5px;
  font-weight: 700;
}

#float_succ {
  float: left;
  max-width: 75px;
}

#float_monst {
  float: right;
  max-height: 120px;
}

#float_hop {
  max-width: 180px;
  position: absolute;
  margin-left: 1300px;
  margin-top: 930px;
}

#float_chat {
  max-width: 180px;
  position: absolute;
  margin-left: 1270px;
  margin-top: 905px;
}

#float_blaze {
  width: 275px;
  position: absolute;
  margin-left: -100px;
  margin-top: -10px;
}

#float_charb {
  width: 275px;
  position: absolute;
  margin-left: 600px;
  margin-top: -1200px;
}

#float_littleb {
  position: absolute;
  margin-left: 1150px;
  margin-top: 950px;
}

#float_brush {
  position: absolute;
  margin-left: 1130px;
  margin-top: 890px;
}

#coinpeek {
  position: absolute;
  margin-left: 700px;
  margin-top: 203px;
}

#conpeek {
  position: absolute;
  margin-left: 125px;
  margin-top: 450px;
}

#ldpeek {
  position: absolute;
  margin-left: 520px;
  margin-top: -19px;
}

#wcpeek {
  position: absolute;
  margin-left: 600px;
  margin-top: 540px;
}

#tvpeek {
  position: absolute;
  margin-left: 950px;
  margin-top: 67px;
}

#scavhunt {
  position: absolute;
  margin-left: 250px;
  margin-top: 225px;
}

#stickerch {
  position: absolute;
  margin-left: 650px;
  margin-top: 480px;
}

#stickergb {
  position: absolute;
  margin-left: 880px;
  margin-top: 500px;
}

#stickerneo {
  position: absolute;
  margin-left: 1050px;
  margin-top: 70px;
}

#stickercam {
  width: 250px;
  position: absolute;
  margin-left: 1400px;
  margin-top: 100px;
}

#musicbox {
  position: absolute;
  width: 470px;
  height: 300px;
  margin-left: 900px;
  margin-top: -300px;
  overflow: auto;
  text-align: left;
  color:royalblue;
}

/* Floating Images / Text */

#rhythmring *{
    color: white;
    fill: black;
}

#rhythmring-img {
    content: url("https://maddycha.com/rhythm-ring/imgs/widget/g3.png") !important;
}