@font-face {
  font-family: "wondermail";
  src: url(/fonts/wondermail.ttf) format("truetype");
}

@font-face {
  font-family: "jost";
  src: url("/fonts/Jost.ttf") format("truetype");
}

@font-face {
    font-family: "matisse";
    src: url("/fonts/matisseEB.otf") format("opentype");
}

::selection {
    background-color: #0076768a;
    color: #00ffab;
}

#furryring > table {
  text-align: center;
  margin: auto;
}

.flake {
  z-index: 1;
  position: fixed;
  opacity: 0.3;
  background-color: revert!important;
  background-image: url("/bubbles/wavybubble.png");
  background-size: cover;
  pointer-events: none;
}

.mastoBall {
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 14px #00ffc3) drop-shadow(0 0 18px #00e7ff);
}
    
@keyframes mastoGlow {
  0% { filter: brightness(120%) contrast(110%) drop-shadow(0 0 5px #fff) drop-shadow(0 0 14px #00ffc3) drop-shadow(0 0 18px #00e7ff); }
  50% { filter: brightness(100%) contrast(100%) drop-shadow(0 0 4px #fff) drop-shadow(0 0 14px #00f3ff) drop-shadow(0 0 18px #08ff00);  }
  100% { filter: brightness(120%) contrast(110%) drop-shadow(0 0 5px #fff) drop-shadow(0 0 14px #00ffc3) drop-shadow(0 0 18px #00e7ff); }
    }
    
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.gridLayout {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: 64px 289px auto;
}
    
#navLinks {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  }
  
#navLinks a {
  padding-left:1em;
}

#indexInfo {
  font-size:20px;
}

#rainbow{
 height: 100%;
 width: 100%;
 background: radial-gradient(rgb(255, 1, 226) 10%, rgb(151, 0, 255) 40%, rgb(0, 171, 255) 58%, rgb(255, 227, 115) 83%, rgb(243, 102, 255) 100%);
 mix-blend-mode: color-dodge;
 box-shadow: 0 0 0 1vw black inset, 0 0 0 1.3vw #fff inset;
 border-radius: 3vw;
}

.aeroBalls {
  display: block;
  grid-row: 3;
  grid-column: 2;
}

.mainBody {
  background: url("/img/gel1.png") fixed, linear-gradient(to bottom, #fff9ee 2%, transparent 6%), linear-gradient(-45deg, transparent 50%, #553dcf 90%);
  color: #DFF;
  font-family: "jost";
  margin: 0;
  background-blend-mode: soft-light;
  overflow-x: hidden;
}

.commissionBody {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgb(255, 188, 131) 1%, rgba(255,203,236,1) 31%, rgba(180,184,255,1) 60%, rgba(138,229,255,1) 90%, rgba(255,255,255,1) 100%);
  color: #AFF;
  font-family: Monospace;
  font-size: larger;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-top:100px;
}

.commissionDiv {
  border-radius: 50px;
  background: linear-gradient(0deg, #002348, #004b4e);
  padding: 50px;
}

.commissionBody li {
  padding-top: 1em;
}

.win95Border {
	border: 20px solid transparent;
	background: linear-gradient(180deg, rgb(0, 146, 153) 20px, rgb(167, 238, 238) 0px, rgb(234, 234, 234));
	background-origin: border-box;
	border-image: url(https://i.imgur.com/Pli0CJj.png) 44 round;
	color:black;	
}



@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 1024px 1024px; }
}

@-webkit-keyframes slideBack {
    from { background-position: 0 0; }
    to { background-position: -1024px -1024px; }
}

#headerLink {
  text-decoration: none;
}

#headerLink:hover {
  color: inherit;
}

#headerLink:visited {
  color: inherit;
}

br {
}

li {
  text-align: left;
}

p {
  text-align: left;
}

#galleryTable {
  width: 100%;
}

#galleryTable td{
  width: 20%;
}

#galleryTable img {
  width: 100%;
  clip-path: circle();
}

.mainDiv {
  padding: 32px;
  display: flex;
  image-rendering: auto;
  grid-row: 3;
}

.treeBox {
    --treeBox: #020308;
    box-shadow: var(--treeBox) 0 0px 24px 4px;
    background: url("/img/bubble1.png") fixed, linear-gradient(0deg, #046083, #061001);
    background-blend-mode: difference;
    padding-bottom: 5%;
}

#mainContent {
  padding-inline: 2em;
}

@media (max-width: 800px) {
      .mainBody {
        background: url("bubblebluegreen.png") fixed;
        background-blend-mode: normal;
      }
      
      .treeBox {
        background: none;
        flex-direction: column;
        max-width:90vw;
        background-blend-mode: normal;
        background: url("/img/gelforest_bg.png");
      }
      
      #mainContent {
        padding-inline: 0em;
      }
      
      #gelMusic, .flake, #hypnoPointer {
        display:none;
      }
      
      .aeroBalls {
        margin: 3px;
      }
      
      .aeroBalls img {
        width:4em!important;
      }
      
      .mastoBall {
        animation: none;
        animation-iteration-count: unset;
      }
}

a {
  color: #0FF;
  text-decoration-style: dotted;
}

a:visited {
  color: #0EF
}

a:hover {
  color: #FEE;
}

.navNew {
    animation: hueslide 1s linear;
    animation-iteration-count: infinite;
}

.gelNew {
    position: absolute;
    margin-left: 0.5em;
}

@keyframes hueslide {
    0% {color: hsl(180deg 100% 50%);}
    50% {color: hsl(300deg 100% 50%);}
    100% {color: hsl(180deg 100% 50%);}
}

.aeroBalls .aeroBall {
  width: fit-content;
  display: block;
  height: 100px;
}

.aeroBalls .aeroBall img {
  height: 100%;
  border-radius: 100%;
  box-shadow: -7px 5px 5px black;
  margin-left: 13%;
}

.aeroBalls .aeroBall:hover img {
	filter: brightness(150%);
	filter: drop-shadow(0px 5px 5px white);
}

.aeroBall.gelmewSit {
  position: absolute;
  translate: -100% -100%;
  background-image: url("/img/gelmew_oek.png");
  width: 256px;
  height: 192px;
  background-size: cover;
}

.shakey {
  animation: shake 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0,1.22,1,1);
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



