@font-face {
  font-family: 'fishhawk';
  src: url('fonts/fishhawk.woff2') format('woff2'),
       url('fonts/fishhawk.woff') format('woff'),
       url('fonts/fishhawk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fishhawk1';
  src: url('fonts/fishhawk1.woff2') format('woff2'),
       url('fonts/fishhawk1.woff') format('woff'),
       url('fonts/fishhawk1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'fishhawk', monospace;
  color: #000;
  margin: 60px;
  padding: 60px;
  background-image: url('photos/summer5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #253D2C;
}


.container {
  width: 750px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffffcc;
  border: 2px solid #000088;
  box-shadow: 5px 5px #888;
}

header h1 {
  font-size: 28px;
  color: #004080;
  text-align: center;
}

.subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
  background-color: #e0f0ff;
  border: 1px solid #000088;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 8px;
}

main {
  font-size: 16px;
  line-height: 1.5;
}

footer {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px; /* space between the dropdowns */
}

.dropdown {
  min-width: 150px;
}

.dropdown {
  box-sizing: border-box;
  width: 225px; /* you can adjust here */
  margin-bottom: 20px; /* spacing below */
}

.pixel-dropdowns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* <-- Add this line */
}

.dropdown {
  background-color: rgba(255, 255, 255, 0.75);
  width: 200px;
  border: 2px solid #222;
  padding: 10px;
  font-family: 'fishhawk', monospace;
  box-shadow: 4px 4px 0 #000;
  border-radius: 0; /* keep it boxy */
}

.dropdown summary {
  cursor: pointer;
  list-style: none;
  font-weight: bold;
  background-color: #e0e0e0;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Remove the default dropdown arrow */
.dropdown summary::-webkit-details-marker {
  display: none;
}

summary {
  cursor: pointer;
}

.icon {
  width: 16px;
  height: 16px;
  image-rendering: pixelated;
}

nav ul li {
  text-align: center;
  margin-bottom: 15px;
}
nav ul li img {
  display: block;
  margin: 5px auto 0 auto;
}

.pixel-box {
  background-color: rgba(255, 255, 255, 0.75);
  font-family: 'fishhawk', monospace;
  color: black;
  padding: 15px;
  border: 2px solid #000000;
  margin: 20px auto;
  width: fit-content;
}
    .home-button {
  position: fixed;
  top: 16px;  /* distance from bottom of the screen */
  right: 16px;   /* distance from right edge — or use left: 16px for bottom-left */
  z-index: 1000; /* ensures it's on top of other elements */
}

.home-button img {
  width: 64px;
  height: auto;
  transition: transform 0.2s ease;
  cursor: pointer;
  image-rendering: pixelated; /* keeps it crisp if it's pixel art */
}

.home-button img:hover {
  transform: scale(1.1) rotate(-2deg);
}

    .home-button1 {
  position: fixed;
  top: 16px;  /* distance from bottom of the screen */
  left: 16px;   /* distance from right edge — or use left: 16px for bottom-left */
  z-index: 1000; /* ensures it's on top of other elements */
}

.home-button1 img {
  width: 64px;
  height: auto;
  transition: transform 0.2s ease;
  cursor: pointer;
  image-rendering: pixelated; /* keeps it crisp if it's pixel art */
}

.home-button1 img:hover {
  transform: scale(1.1) rotate(-2deg);
}

.pixel-container {
  display: flex;
  flex-wrap: wrap; /* allows boxes to wrap on smaller screens */
  gap: 20px;        /* space between boxes */
  justify-content: center; /* center horizontally */
  background-color: rgba(255, 255, 255, 0.75);
  margin: 20px auto;
}

.center-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px;
  box-sizing: border-box;
}

.imgur-wrapper {
  width: 100%;
  max-height: 700px;                /* height of the final visible box */
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: start;           /* or center, depending on visual alignment */
}

.imgur-wrapper iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
}


.imgur-scale-container {
  transform: scale(0.9);       /* scale content visually */
  transform-origin: top center; /* scale from the top */
}

.pixel-frame {
  width: fit-content;
  max-width: 95%;
  margin: 0 auto;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #808080;
  background: rgba(255, 255, 255, 0.75);
  font-family: 'fishhawk', monospace;
  padding: 0;
}

.title-bar {
  background: #e0f0ff;
  color: black;
  padding: 2px 6px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-bottom: 2px solid #000;
}

.window-body {
  background: rgba(255, 255, 255, 0.75);
  padding: 1px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
}

/* Universal retro-style scrollbar */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #C0C0C0;
  border: 2px solid #808080;
  box-shadow:
    inset -1px -1px 0 #fff,
    inset 1px 1px 0 #404040;
}


html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #A0A0A0;
  border: 2px solid #000;
  box-shadow:
    inset -1px -1px 0 #fff,
    inset 1px 1px 0 #404040;
  padding: 2px; /* Doesn't change actual thumb height but changes visual appearance */
}


html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #C0C0C0;
}


#player-controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #ccc;
  border: 2px solid #000;
  box-shadow: inset -2px -2px 0 #888, inset 2px 2px 0 #fff;
  padding: 4px;
  border-radius: 2px;
}

#sound-icon:hover {
  filter: brightness(120%);
}

body {
  cursor: url('photos/featherpickup.gif') 4 12, auto;
/* where 4 = x hotspot, 12 = y hotspot */
}


