body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #2596be;
  color: white;
  text-align: left; 
  padding: 2em;
  position: relative;
  z-index: 2; 
}

header ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start; 
  margin: 0;
  padding: 0;
}

header li {
  display: inline;
  margin-right: 10px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0; 
}

nav ul li {
  display: inline-block;
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: white;
}

.profile-link {
  margin-left: auto; /* Push it to the right */
}

.logo-img {
  width: 50px;
  height: 50px;
  margin-left: 30px;
  margin-right: 30px;
  float: left;
  position: relative;
  z-index: 3; 
  margin-top: 20px;
}

.background_info {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/stage.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(0px);
  z-index: 1; /* Set a lower z-index than the content */
}

.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.menu li {
  margin-right: 20px;
}

.menu a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.main-container {
  position: relative;
  z-index: 3;
  flex: 1;
}

main {
  max-width: 1000px;
  margin: 0 auto;
}

.informatie-section {
  background-color: rgba(255, 255, 255, 10);
  color: rgb(0, 0, 0);
  text-align: left;
  position: relative;
  z-index: 3;
  padding: 20px;
  margin-top: 80px; 
  border-radius: 10px;
}


h1, h3 {
  color: #000000;
  text-align: center;
}

h2 {
  color: #ffffff;
  text-align: center;
}

  .button-style h2 {
    font-size: 1.5em; 
  }

  .button-content {
    font-size: 1.2em;
  }

.button-style {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 20px;
}

.button-style h2 {
  margin: 0;
}


footer {
  background-color: rgba(51, 51, 51, 0);
  color: white;
  text-align: center;
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 4; 
}




/* Settings Dropdown */
.settings-dropdown {
  position: relative;
}

.dropdown-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 0.1rem;
}

.arrow-icon {
  margin-left: 0.5rem;
}

/* Hamburger Menu Button */
.hamburger-button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

/* Responsive Navigation Menu */
.responsive-menu {
  background-color: #333;
  padding: 1rem;
  color: #fff;
  width: 100%; /* Stretch menu over the whole screen */
}

.responsive-menu a {
  display: block;
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
}

/* Responsive Settings Options */
.settings-options {
  background-color: #444; /* Change as needed */
  padding: 1rem;
  color: #fff;
}

.user-name, .user-email {
  margin-bottom: 0.5rem;
}

/* Responsive Navigation Links */
.responsive-nav-link {
  margin-bottom: 0.5rem;
}
