@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'alagard';
  src: url('https://fruitbodies.neocities.org/fonts/alagard.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blockkie';
  src: url('https://fruitbodies.neocities.org/fonts/blockkie.woff') format('woff');
  font-weight: normal; 
  font-style: normal;
}

body {
  font-family: 'blockkie'; 
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #333;
  background: lavender;
  margin: 0;
  padding: 0;
  cursor: url('https://cursors3.totallyfreecursors.com/thumbnails/eoldenglish.gif'), auto;
}

a:link, a:visited, a:active {
  color: steelblue; text-decoration:none;
}
a:hover { color: lightsteelblue; }
a img { border-width:0; }

b { color:#111; font-weight:bold; }

textarea { font:12px calibri; letter-spacing:0px; }

hr.dashed {
 border-top: 1px dashed;
 border-bottom: none;
}

hr.dotted {
 border-top: 1px dotted;
 border-bottom: none;
}

hr.double {
 border-top: 3px double;
 border-bottom: none;
}

.button {
  font-family: 'blockkie';
  border-radius: 50px;
  background-color: lightsteelblue; 
  border: 2px solid lightsteelblue;
  width: 190px;
  color: #4e355e;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button:hover {
  background-color: #4e355e;
  border: 2px solid  #4e355e;
  color: lavender;
}

.collapsible {
  font-family: 'blockkie';
  font-size: 13px;
  letter-spacing: 0.5px;
  color: steelblue; 
  background-color: #FAFAFF;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-style: italic;
}

.active, .collapsible:hover {
  color: lightsteelblue;
}

.content {
  padding: 10px;
  display: none;
  overflow: hidden;
  font-style: italic;
}

/* === SCROLLBAR === */
::-webkit-scrollbar-thumb {
  background-color: #4e355e;  
  border-radius: 10px;
  border:0.5px solid lavender;
}
::-webkit-scrollbar {
  width: 7px; height: 4px; 
  background: transparent;
}

::-webkit-scrollbar-track {
border: 1px dotted #4e355e;
background: lightsteelblue;
border-radius: 10px;
}

/* === GRID LAYOUT === */
.grid-container {
  display: grid;
  grid-template-columns: 178px 400px 230px; /* left column fixed, middle fixed, right fixed */
  gap: 15px;
  padding: 20px 0 0 0px;
  margin: 0 auto;
  justify-content: center;
  align-items: start; /* independent heights */
}

/* === BOX STYLING === */
.title {
  color: #fff;
  background: #4e355e;
  font-family: 'alagard';
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 3px 7px;
  margin-bottom: 3px;
  border-radius: 2.5px;
}

#sidebar {
  border: 1.5px solid #4e355e;
  border-radius: 5px;
  box-shadow: 2px 2px #4e355e;
  padding:7px;
  margin: 12px 0 0 0;
}

#sidebar2 {
  border: 1.5px solid #4e355e;
  border-radius: 5px;
  box-shadow: 2px 2px #4e355e;
  padding: 5px;
  margin: 12px 0 0 0;
} 
  
#content {
  position: relative;
  border: 1.5px solid #4e355e;
  background-color: #fafaff;
  width:400px;
  padding:5px;
  border-radius: 5px;
  overflow-y: scroll;
  box-shadow:2px 2px #4e355e;
  margin:12px 0 0 0;
  height:605px
}

.content2 {
  position:relative;
  border:1.5px solid #4e355e;
  background-color:#fafaff;
  width:400px;
  padding:5px;
  border-radius:5px;
  overflow-y: scroll;
  box-shadow:2px 2px #4e355e;
  margin:12px 0 0 0;
  height:290px;
}
  
#banner {
  position: relative;
  background: #4e355e;
  width:400px;
  height: 160px;
  padding:5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow:3px 3px lightsteelblue;
  margin:12px 0 0 0;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://fruitbodies.neocities.org/Thomas_Burke_The_Nightmare_engraving.jpg)
              center/cover no-repeat;
  opacity: 0.3; 
  z-index: 0;    
}
#banner > * { position: relative; z-index: 1; }

.bigtitle {
  font-family: 'alagard', italic georgia;
  font-size: 25px;
  text-align: left;  
  color: #fff;
  margin: 80px 0 10px 25px;
}

#ipod {
  position: relative;
  background: url(https://fruitbodies.neocities.org/ipod.png) center/contain no-repeat;
  height: 260px;
}
#ipod text {
  font-family: 'Inter';
  font-weight: 400;
  color: #3b3b3b;
  letter-spacing: -0.3px;
  position: absolute;
  top: 40px; left: 76px;
  font-size: 8px;
}

#ipod img {
  width: 50px;
  margin-top: 30px;
  margin-left: 22px;
  box-shadow: 2px 2px 5px lightgrey;
}

#navigation1 {
     border: 1.5px solid #4e355e;
  border-radius: 5px;
  box-shadow: 2px 2px #4e355e;
  padding: 0px;
  margin: 12px 0 0 0;
  text-align:center;}

/* === COLUMN ASSIGNMENT === */
#left { grid-column: 1; }
.middle-col { grid-column: 2; }
#right { grid-column: 3; }