@font-face {
     font-family: "NeonSans";
     src: url("https://thepasteldyke.neocities.org/misc/fonts/NeonSans.ttf") format("truetype"); 
}

@font-face {
     font-family: "GLAMOURGIRL";
     src: url(https://thepasteldyke.neocities.org/misc/fonts/GLAMOURGIRL.TTF) format("truetype");
}

@font-face {
     font-family: "Thirteen-Pixel-Fonts";
     src: url("https://thepasteldyke.neocities.org/misc/fonts/Thirteen-Pixel-Fonts.ttf") format("truetype"); 
}

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


/* body */

body {background:
url(https://thepasteldyke.neocities.org/misc/backgrounds/stj%C3%A4rnor.png), 
  url(https://thepasteldyke.neocities.org/misc/backgrounds/Halftone-Effect-Background-2%20500px.png), 
  url(https://thepasteldyke.neocities.org/misc/backgrounds/purple%20gradient%20left%20500px.png);
background-size: 13%, 600px, 1200px;
background-position: 100% 100%, left, left;
background-attachment: fixed;
background-repeat: no-repeat, repeat-y, repeat-y;
background-blend-mode: normal, overlay, normal;
background-color: #B663DB;
cursor: url(https://thepasteldyke.neocities.org/misc/cursors/wow%202%20.cur), auto !important;}

    .star-five {
      background: transparent;
      margin: 50px 0;
      position: relative;
      display: block;
      color: #ffffff;
      width: 0px;
      height: 0px;
      border-right: 100px solid transparent;
      border-bottom: 70px solid #ffffff;
      border-left: 100px solid transparent;
      /* transform: rotate(35deg) scale(0.1) translate(-1450px, -250px); */
    }
    .star-five:before {
      border-bottom: 80px solid #ffffff;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      background-color: transparent;
      position: absolute;
      height: 0;
      width: 0;
      top: -45px;
      left: -65px;
      display: block;
      content: '';
      transform: rotate(-35deg);
    }
    .star-five:after {
      background-color: transparent;
      position: absolute;
      display: block;
      color: #ffffff;
      top: 3px;
      left: -105px;
      width: 0px;
      height: 0px;
      border-right: 100px solid transparent;
      border-bottom: 70px solid #ffffff;
      border-left: 100px solid transparent;
      transform: rotate(-70deg);
      content: '';
    }

/* EVERYTHING TEXT STYLING */
a {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/pinkneonglass-round.png"), default;
}

a img {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/pinkneonglass-round.png"), default;
}


h4 {
  font-size: 12px;
  text-align: center;
  font-family: TitilliumWeb-Light;
  margin-top: -6px;
}

h6 {
  color: #07B5FF;
  text-shadow: 2px 2px 2px #28028D;
  font-size: 20px;
  text-align: center;
  font-family: Unicorn;
  margin-top: 5px;
  margin-bottom: 5px;
}

p {color: white;}

a.one:link, a.one:visited {
  color: #FDCD08;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: TitilliumWeb-Light;
  margin-bottom: 3px;
}

a.one:hover, a.one:active {
  color: #07B5FF;
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  filter: blur(2px);
}


a.six:link, a.six:visited {
    color: #FDCD08;}
    
a.six:hover, a.six:active {
  color: #ffffff;}

a.seven:link, a.seven:visited {
    color: #FDCD08;
  text-shadow: 2px 2px 2px #0033EF;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  line-height:20px;
  display: inline-block;
  font-weight: bold;
  font-family: GLAMOURGIRL;
  background-image: url(https://thepasteldyke.neocities.org/misc/tiny/blue%20comic%20long%2050px.png);
  background-repeat: no-repeat;
  padding: 10px -5px 3px 10px;
  margin: -10px 0px 5px 0px; 
  width: 70px;
}

a.seven:hover, a.seven:active {
  color: #ffffff;
  transform: scale(1.2); 
  text-shadow: 2px 2px 2px #0033EF;
}

a.eight:link, a.eight:visited {
    color: #FDCD08;
  text-shadow: 2px 2px 2px #0033EF;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  line-height: 0px;
  display: inline-block;
  font-weight: bold;
  font-family: GLAMOURGIRL;
  background-image: url(https://thepasteldyke.neocities.org/misc/tiny/blue%20comic%2056px.png);
  background-repeat: no-repeat;
  padding: 0px 25px 3px 20px;
  margin: -10px 7px 5px 7px; 
}

a.eight:hover, a.eight:active {
  color: #ffffff;
  transform: scale(1.1); 
  text-shadow: 2px 2px 2px #0033EF;
}

/* EVERYTHING ANIMATED + IMAGES */
.image8 {width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
}

.grow { 
transition: all .2s ease-in-out;
filter: grayscale(100%);
}

.grow:hover { 
transform: scale(1.1); 
filter: none;
}

.menu { 
  grid-area: menu;  
  margin-top: 50px;
  padding: 0px; 
  
}

.main { grid-area: main;
  background-color:  rgba(78, 0, 131, 0.8);
  box-shadow: inset -1px -1px #4E0083, inset 1px 1px #6D00B7,
  inset -2px -2px #0033EF, inset 2px 2px #B663DB;
  border: 2px solid black;
  border-radius: 0px;
  margin-top: 20px;
  margin-botton: 20px;
  padding: 20px;
  max-height: 1000px;
  overflow: auto;
}

.scrollboxmain {
  width: 100%;
  height: 90%;
  padding: auto;
  margin: auto;
  overflow: auto;
  text-align: center;
}

.artbubble { grid-area: artbubble; 
  height: 1px; 
  padding: 0px;
  margin-top: 0px;
  margin-left: 20px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform: rotate(-10deg);
}

/* SQUISH ANIMATION */
   #squish {transform: rotate(-3deg); position: absolute; transition: 0.4s; pointer-events: auto;z-index: 99;}
#squish:hover {animation: gelatine 0.5s infinite;}

@keyframes gelatine {
from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.footer { grid-area: footer;
  margin-top: 10px;
  width: 100%;
  min-width: 500px;
  max-width: 800px;
}

.grid-container {
  display: grid;
  grid-template-columns: 5% 80% 8%;
  grid-template-areas:   
    ' artbubble main menu'
    ' artbubble main menu'
    ' artbubble footer menu';
  gap: 10px;
  padding: 10px;
  max-width: 1000px;
  min-width: 600px;
  margin: auto;
}

.grid-container > div {
}