@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');

html{
    scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #111;
  color: white;
}

/* Sticky Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #1a1a1a;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}

.headerBoven {
  font-size: 30px;
  margin-left: 25px;
}

/* Sticky Sidebar */
.sidebar {
  position: fixed;
  top: 80px;
  left: 0;
  width: 300px;
  height: calc(100vh - 80px);
  background-color: #1a1a1a;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #333;
  overflow-y: auto;
}

.sidebar a {
      color: #ccc;
      text-decoration: none;
      font-size: 25px;
      line-height: 1.6;
      
     
    }
    .sidebar a.active {
      color: #00ffff;
      font-weight: bold;
      text-decoration: underline;
    }

.sidebar .section {
  margin-bottom: 30px;
}

.sidebar h2 {
  color: #aaa;
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebar h2.active {
  color: #00ffff;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar li {
  padding: 4px 0;
  color: #ccc;
  cursor: pointer;
}

.sidebar li:hover {
  color: #fff;
}

/* Main content wrapper */
.main-content {
  margin-left: 300px;
  padding: 120px 40px 40px 40px;
  box-sizing: border-box;
}

/* Shared content styles */
.content,
.content2 {
  font-size: 20px;
  
}

.content2 {
  margin-top: 60px;
}

.content h1,
.content2 h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.subsection {
  margin-bottom: 60px;
}

.subsection h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.subsection p {
  line-height: 1.6;
  color: #ddd;
}

/* Images and text side by side */
.text-image-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}

.text-image-row p {
  flex: 1 1 400px;
  min-width: 300px;
  max-width: 600px;
}

#fluxLogo {
  max-width: 360px;
}

#fluxLogo2{
    max-width: 360px;
}

#logos {
  max-height: 650px;
}

.resultText {
  font-style: italic;
}

#results,
#buckethat,
#hoodie {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

#gameboy,
#gameboy2 { 
    height: 500px;
}

#switch { 
    height: 337px;
    margin-left: 40px;
    margin-bottom: 40px;
}

#switch2 { 
    margin-bottom: 40px;
}

#switchMockup { 
    max-width: 650px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.content2 .subsection p {
  max-width: 600px;
}

#settings { 
    max-width: 500px;
}

#playerselection {
    width: 300px;
}

#hoverInteraction {
    width: 300px;
}

.sidebar a.active {
  color: #00ffff;
  font-weight: bold;
}
