@font-face {
     font-family: "NeonSans";
     src: url("https://thepasteldyke.neocities.org/misc/fonts/NeonSans.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/pink%20stripes.png);
background-position: center;
background-size: 20px;
cursor: url(https://thepasteldyke.neocities.org/misc/cursors/heart%20cake%2050px.png), auto !important;}

* { padding: 0; margin: 0;}


/* EVERYTHING TEXT STYLING */

a {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/cherry50%20px.png"), default;
}

a img {
cursor: url("https://thepasteldyke.neocities.org/misc/cursors/cherry50%20px.png"), default;
}

p {
width: 80%;
text-align: center;
margin: 10px auto 10px auto;
}


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

h5 {
  font-size: 17px;
  text-align: center;
  font-family: TitilliumWeb-Light;
  font-weight: bold;
  margin-top: -7px;
}

h6 {
  font-size: 30px;
  text-align: center;
  font-family: 'MellowMelody-Regular';
  margin-top: 5px;
  margin-bottom: 5px;
}

a.one:link, a.one:visited {
  color: #8B0050;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: TitilliumWeb-Light;
}

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

a.two:link, a.two:visited {
  color: #FF87CA;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: 'MellowMelody-Regular';
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  width: 100%;
  height: 20px;
  vertical-align: middle;
  transition: all .2s ease-in-out;
  
}

a.two:hover, a.two:active {
  color: #FF87CA;
  transform: scale(1.1); 
  line-height: 10px;
}

a.four:link, a.four:visited {
  color: #0033EF;
  font-size: 30px;
  text-decoration: none;
  box-shadow: inset -1px -1px #0E22A7, inset 1px 1px #CFF9FF,
  inset -2px -2px #0033EF, inset 2px 2px #fff;
  border: 2px solid white;
  display: inline-block;
  font-weight: bold;
  font-family: MellowMelody-Regular;
  background: white;
  padding: 5px;
  margin-bottom: 15px; 
}

a.four:hover, a.four:active {
  color: #00F4FF;
  transform: scale(1.1); 
  text-shadow: 2px 2px 2px #0033EF;
  border: solid 1px #00F4FF;  
}

a.five:link, a.five:visited {
  color: #FF87CA;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: MellowMelody-Regular;
}

a.five:hover, a.five:active {
  color: #00F4FF;
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  text-shadow: 2px 2px 2px #0033EF;
}

a.six:link, a.six:visited {
  color: #FF87CA;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: NeonSans;
  font-size: 15px;
}

a.six:hover, a.six:active {
  color: #00F4FF;
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  text-shadow: 2px 2px 2px #0033EF;
}

a.eight:link, a.eight:visited {
  color: #FF87CA;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: 'LovelyValentine';
  font-size: 20px;
  line-height: 10px;
  text-align: center;
  margin-bottom: 15px;
  height: 30px;
  width: 65px;
  background-color: #ffffff;
  border:8px solid transparent;
  box-sizing:border-box;
  border-width:8px;
  border-image: url('https://thepasteldyke.neocities.org/misc/borders%20etc/gasara%20dA_vintage%20lace%20stamp%20border.gif') 8 round;
  transition: all .2s ease-in-out;
}
/* border made by gasara on deviantart
https://www.deviantart.com/gasara/art/Vintage-Lace-Stamp-Border-2-331830195 */

a.eight:hover, a.eight:active {
  background-color: #ffffff;
  transform: scale(1.1); 
}



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

/* 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); }
}


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

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


  .top {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("https://thepasteldyke.neocities.org/misc/borders%20etc/tinyheartlace_top.png");
  background-size: 300px;
  background-repeat: repeat-x;
  width: 100%;
  z-index: 0;
  height:30px;
  }


.bottom {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0px 0px -12px 0px;
  width: 100%;
  background-image: url("https://thepasteldyke.neocities.org/misc/borders%20etc/tinyheartlace_bottom.png");
  background-repeat: repeat-x;


  }

/* EVERYTHING INSIDE THE GRID */
.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto auto auto auto;
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 70%;
  max-width: 1400px;
  min-width: 810px;
  background: #FFA5D6;
}

.grid-container > div {
}

/* MAIN */
.main {
  grid-column: 2 / 7;
  grid-row: 1 / 5;
  background-color:  rgba(255, 255, 255, 0.7);
  border: 2px solid white;
  border-radius: 0px;
  margin: 5px 10px 5px 3px;
  padding: 20px;
  max-height: 1000px;
  min-width: 300px;
  overflow: auto;
}

@media screen and (min-width: 600px) {
  #header {width: 300px; float: left;}
  #main {width: 300px; float: left;}
}

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



/* NAVIGATION */
.menu {
 grid-column: 1 / 1;
  grid-row: 1 / 5;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid white;
  border-radius: 0px;
  padding: 10px 10px 10px 0px;
  text-align: center;
  margin: 35px 3px 10px 10px;
  width: 200px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 20px auto 15px 30px;
}

.menu li {
  margin-bottom: 15px;
  height: 30px;
  width: 150px;
  color: #ffffff;
  background-color: #ffffff;
  border:8px solid transparent;
box-sizing:border-box;
border-width:8px;
border-image: url('https://thepasteldyke.neocities.org/misc/borders%20etc/gasara%20dA_vintage%20lace%20stamp%20border.gif') 8 round;
  transition: all .2s ease-in-out;
}
/* border made by gasara on deviantart
https://www.deviantart.com/gasara/art/Vintage-Lace-Stamp-Border-2-331830195 */


.menu li:hover {
  background-color: #ffffff;
  transform: scale(1.1); 
}

.littlemenu {
margin-left: 7px;}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* BACK */
.back {
  grid-column: 1 / 7;
  grid-row: 5;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  padding: 10px 10px 20px 10px;
  margin: 0px 0px 0px 0px;
  height: 20px;

}
