@font-face {
  font-family: 'BlackNebula';
  src: url('BlackNebula.ttf') format('truetype');
}
@font-face {
  font-family: 'XanhMono-Regular';
  src: url('XanhMono-Regular.ttf') format('truetype');
}
h1 {
  font-family: 'BlackNebula';
}


header {
  width: 100%;
  text-align: left;
  margin: 20px;
}

.header-images{
display:inline-block;
}

.header-images:hover; {
  
}

body {
  margin: 0;
  padding: 20px;
  background-image: url("images/customgraphics/kabe-kanagu-yoko03.png"), url("/../images/customgraphics/j10-bg-heart.gif");
  background-position: 10%;
  background-repeat: repeat-y, repeat;
  background-position: left top;
  background-attachment: fixed;
  justify-content: space-between; 
}
.wrapper {
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  flex-grow: 1; 
  margin-left: 12px;
  margin-right: 12px;
}
.container {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: start;
  gap: 12px;
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}
.col-left,
.col-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0; /* prevents grid overflow on long content */
}

/* Stack columns on narrow screens, like Spacehey does */
@media only screen and (max-width: 700px) {
  .container {
    grid-template-columns: 1fr;
  }
}
h2{
  margin: 0;
  padding: 5px 0;
}

.image-glow {
  filter: drop-shadow(0 0 0.90rem rgb(255, 224, 242));
}
select, input[type="range"] {
  width: 200px; 
  max-width: 100%; 
  color: #001c64;
  border: 2px #ff48b0 solid;
  padding: 0.3vw;
  /* border-radius: 20vw; */
  background: -webkit-linear-gradient(#ffffff, #ffdef1);
  accent-color: #ff48b0
}
select:hover, input[type="range"]:hover {
  background: -webkit-linear-gradient(#ffffff, #ff8ace);
  scale: 1.0;
  accent-color: #ff48b0
}
select:hover, input:hover [type="range"] {
  background: -webkit-linear-gradient(#ffffff, #ff8ace);
  scale: 1.0;
  accent-color: #ff48b0
}
button {
  color: #001c64;
  border: 2px #ff48b0 solid;
  padding: 0.3vw;
  /* border-radius: 20vw; */
  background: -webkit-linear-gradient(#ffffff, #ffdef1);
  font-family: 'Apfel Grotezk';
}

.main {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content {
  position: relative;
  width: 600px;
  margin: 0 auto;
}

.main-image {
  display: block;
  width: 500px;
  margin: 0 auto;
}

/* floating links */

.link-about {
  position: absolute;
  left: -100px;
  top: 100px;
}

.link-wardrobe {
  position: absolute;
  right: -80px;
  top: 240px;
}

.link-library {
  position: absolute;
  right: -50px;
  top: 150px;
}

.link-music {
  position: absolute;
  left: -5px;
  top: 300px;
}

.link-myroom {
  position: absolute;
  right: -40px;
  top: 50px;
}

.link-toybox {
  position: absolute;
  left: -60px;
  top: 200px;
}

.main-content a img {
  filter: drop-shadow(0 0 1px white)
          drop-shadow(0 0 5px white)
          drop-shadow(0 0 8px white);
}

.main-content a:hover img {
  filter: drop-shadow(0 0 3px white)
          drop-shadow(0 0 8px white)
          drop-shadow(0 0 15px white);
}




.home-cross {
  width: 100px;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 1000;
}

.home-cross img {
  width: 100%;
  height: auto;
  display: block;
}

.home-cross img:hover {
  filter: drop-shadow(0 0 5px red)
          drop-shadow(0 0 8px red);
  transform: scale(1.05);
}




@media only screen and (max-width: 1300px) {
  .blinkie-aside {
    display: none;
  }
}