@media (max-width: 820px) and (min-width: 300px) {
  .background-image {
    background: url(indexbackground2.jpg) no-repeat;
    background-size: cover;
    background-position: fixed;
    min-height: 500vh;
    z-index: -1;
  }
  .mobile-image {
    position: absolute;
    top: 10%; /* Adjust this to control the vertical position of the image */
    left: 35%; /* Adjust this to control the horizontal position of the image */
    width: 100vw; /* Adjust this to control the width of the image */
    height: auto; /* This keeps the aspect ratio of the image */
    z-index: 1;
    display: block !important; /* Show the image */
    
  }
    .overlay-image2 {
      display: none;
    }
  .content {
    color: #ffffff;
    margin-top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 150%; /* or a specific value */
    text-align: center;
  }
  .content h1 {
    margin-top: 500px;
    font-size: 100px !important;
  }
  .content p {
    margin-top: 50px;
    font-size: 23px !important;
  }
  .button {
    position: absolute;
    left: 55vw;
    top: 250vw;
  }
  .twitch-discord-mobile {
    position: absolute;
    top: 1250px;
    display: flex;
    justify-content: space-between;
    width: 70%; /* Adjust as needed */
    left: 35%; /* Adjust as needed */
  }

  .twitch-discord-mobile .discord-img, .twitch-discord-mobile .twitch-img {
    width: 90px; /* Adjust as needed */
    height: 90px; /* Adjust as needed */
    filter: hue-rotate(180deg);
}
.navbar ul {
  position: fixed;
  z-index: 9999;
  width: 90%;
  background-color: #111C26;
  list-style: none;
  padding: 0;
  left: 0;
  top: 0;
  margin: auto;
  display: flex; /* Make this a flex container */
  justify-content: flex-end; /* Align items to the right */
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.navbar {
  /* Other properties */
  overflow: auto; 
  position: fixed;
  width: 100%;
  z-index: 2;
}
 .navbar ul li {
    margin: 0; /* Adjust as needed */
    padding: 0; /* Adjust as needed */
  }
.button {
    display: none !important;
}
}
@media (min-width: 1024px) {
  .content {
    color: #ffffff;
    margin-top: 200px;
    margin-left: 800px;
  }
  .button {
    position: absolute;
    left: 1280px;
  }
  .twitch-discord-mobile {
    visibility: hidden;
  }
  body {
    overflow: hidden;
  }
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.body {
    margin: 0;
    padding: 0;
}
.background-image {
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
   margin: 0;
    padding: 0;
}
  .overlay-image2 {
    position: absolute;
    top: 10%; /* Adjust this to control the vertical position of the image */
    left: 8%; /* Adjust this to control the horizontal position of the image */
    width: 50%; /* Adjust this to control the width of the image */
    height: auto; /* This keeps the aspect ratio of the image */
  }
  .mobile-image {
    display: none;
  }
.content h1 {
  font-size: 125px;
  margin-bottom: 10px;
  color: #ffffff;
}
.content p {
  font-size: 25px;

}
@font-face {
  font-family: 'MyCustomFont';
  src: url('norwester.otf') format('opentype');
}
h1 {
  font-family: 'MyCustomFont', fallback, sans-serif;
  text-align: center;
}
p {
  font-family: sans-serif;
  text-align: center;
}
/* Style the navigation bar */
.navbar ul {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #111C26;
  list-style: none;
  padding: 0;
  left: 0;
  top: 0;
  margin: auto;
  display: flex; /* Make this a flex container */
  justify-content: flex-end; /* Align items to the right */
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.navbar {
  /* Other properties */
  overflow: auto; 
  position: fixed;
  width: 100%;
}
/* Style the navigation links */
.navbar li {
display: inline-block; /* Change the display property to inline-block */

}

.navbar a {
color: white;
text-decoration: none;
width: auto;
padding: 25px 20px;
display: block; /* Add display property to make links go across the navigation bar */
font-size: 30px;
text-align: center;
font-family: sans-serif;
position: relative;

}

/* Add a hover scale effect to the navigation links */
.navbar a:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

/* Add a hover scale effect to the navigation images */
.navbar a img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: gray;
  z-index: 2;
  font-size: 25px;
}

.dropdown:hover .dropdown-content {
  display: block;
  
}
.dropdown a.dropdown-text {
  font-size: 30px; /* Set the font size */
  padding-top: 25px;
}

.notification-bubble {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 5px;
}
.ui-menu-item {
  padding: 5px 10px;
  font-size: 14px; /* Adjust this value to change the font size */
}

.ui-menu-item:hover {
  background-color: #f5f5f5;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.notifications {
  width: 40%; /* Adjust as needed */
  margin: 0 auto; /* Centers the container horizontally */
  margin-top: 100px; /* Add some space between the top of the page and the container */
  padding: 20px; /* Adds some space inside the container */
  background-color: #f8f9fa; /* A light grey background */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* A little shadow for depth */
}

.notifications ul {
  list-style-type: none; /* Removes the default bullet points */
  padding: 0; /* Removes the default padding */
}

.notifications li {
  padding: 10px; /* Adds some space around each notification */
  border-bottom: 1px solid #ddd; /* A line between each notification */
}

.notifications li:last-child {
  border-bottom: none; /* Removes the line from the last notification */
}

.notifications form {
  margin-top: 10px; /* Adds some space above the form */
}

.navbar .discord-img, .navbar .twitch-img {
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */
}

.navbar .img-wrapper {
  position: absolute;
  top: 40%;

}

.navbar .discord-img {
   position: absolute;
  top: -5px; /* Adjust this to control the vertical position of the discord image */
  right: 20px;
}

.navbar .twitch-img {
   position: absolute;
  top: -5px; /* Adjust this to control the vertical position of the discord image */
  right: -5px;
}
/* Style the navigation links */
.navbar li {
display: inline-block; /* Change the display property to inline-block */

}
.navbar a.login, .navbar a.signup, .navbar .dropdown.username {
  color: white;
  text-decoration: none;
  width: auto;
  padding: 25px 20px;
  display: block; /* Add display property to make links go across the navigation bar */
  font-size: 30px;
  text-align: center;
  font-family: sans-serif;
  position: relative;
}

/* Add a hover scale effect to the login and sign up links */
.navbar a.login:hover, .navbar a.signup:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

  .button {
    background-color: #E01473;
    border: 2px solid white;
    color: white;
    padding: 20px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: bold;

  }
  .button:hover {
    transform: scale(1.1);
  }

