body {
    background-color: rgb(0, 0, 0);
    color: #2ee9ab;
    margin: auto;
    font-family: Arial, sans-serif;
    display: grid;
    background-image: url('white_logo_black_background.png');
    box-sizing: border-box;
 background-repeat: no-repeat;
    background-size: cover; /* Or 'contain' depending on desired behavior */
    background-position: center center;
    background-attachment: fixed;
}
#img {
    display: grid;
    justify-content: center;
    box-sizing: border-box;
    width: 100px;
    height: 5px;
}
footer {
    background-color: black;
    display: grid;
    padding-top: 10px;  
    margin-top: 1000px;
}
header {
    background-color: black;
    padding: 20px;
    text-align: center;
    display: grid;
    text-decoration: none;
    z-index: 100;
    box-sizing: border-box;
} 
.navbar-nav {
    display: none;
background-color: rgba(117, 90, 90, 0.212);

}
nav ul li:hover {
    background-color: rgb(207, 186, 186);
    width: auto;
    height: auto;
    box-sizing: border-box;
    position: sticky;
    z-index: 50;
 
   }
   .navbar-nav ul {
list-style: none;
padding: 0;
margin: 0;
   }
.navbar-nav ul li a {
  display: grid;
  padding: 15px;
  color: rgb(250, 247, 247);
  text-decoration: none;
  border-bottom: none;
  border-bottom: 1px solid #0c0b0b;
  }
#menu-toggle:checked + .menu-icon + .navbar-nav {
display: grid;
}


main {
    display: grid;
    box-sizing: border-box;
}
 section {
        display: grid;
        
        box-sizing: border-box;
     text-align: center;
    }
    article {
        width: 100%;
        background-color: #ffabab33;
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
        
    }
    h1 {

    display: grid;
    text-align: center;
    }
    
        
   @media (max-width: 480px) {
  nav ul li a {
    padding: 0.5rem;
    font-size: small;
  }
}
.socials {
    text-align: center;
   
  display: inline-block;
  box-sizing: border-box;
}

.fa-instagram {
  font-size: 32px; 
}

.fa-facebook {
  font-size: 32px; 
}
.fa-soundcloud {
  font-size: 32px; 
}
.socials {
    
        display: inline-block;
    
    }
   
.logo {
width: 3%;
height: 270%;
display: grid;
}
  body {
    font-size: 18px;
  }
  /* Add large desktop-specific styles here */
 @media screen and (max-width: 480px) {
      /* Styles for small mobile phones */
    }
    @media screen and (max-width: 768px) {
  /* CSS rules for screens with a maximum width of 768px (e.g., tablets and mobile phones) */
}

@media screen and (min-width: 769px) {
  /* CSS rules for screens with a minimum width of 769px (e.g., desktops and larger tablets) */
}
 @media screen and (min-width: 481px) and (max-width: 768px) {
      /* Styles for larger mobile phones and tablets in portrait mode */
    }
@media (min-width: 1024px) {
* {
  padding: 0;
  margin: 0;

}
#menu-icon {
      color: aqua;
      background-color: aliceblue;
      width: 100%;
}

    .nav-link {
      display: block;
      width: 25px;
      height: 3px;
      background-color: rgb(212, 176, 176);
      margin: 5px 0;
      transition: all 0.3s ease-in-out;
    }

    /* CSS for active state/animation */
    #menu-icon.active .hamburger-line:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    #menu-icon-button.active .nav-link:nth-child(2) {
      opacity: 0;
    }

    #menu-icon-button.active .nav-link:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }}
    #menu-toggle {
      display: none;
    }
    .menu-icon {
      font-size: 30px;
      padding: 20px;
      background-color: rgba(153, 0, 255, 0.253);
      color: rgb(185, 146, 146);
    
    }
    @media (max-width: 768px) {
        .container {
            background-size: contain; /* Use 'contain' on smaller screens */
        }
    }
   
