body {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding-left: 3%;
    padding-right: 3%;
}

#section {
  font-size: 36px;
  text-align: center;
  color: #bebebe;
}

#sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: rgb(48, 50, 53);
    padding-top: 20px;
    z-index: 100!important;
    transition: all 1s;
  }

  #sidebar a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #bebebe;
    display: block;
  }

  #sidebar a:hover {
    color: #f8f9fa;
  }

  #content {
    padding: 15px;
    z-index: 1!important;
    /* position: fixed; */
  }

nav {
    background-color: #333;
}

.accent-white {
    color: #fff;
}

.accent-dark-gray {
    color: #4b4848;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.about-me,
.schedule,
.shop-now {
    padding: 50px 0;
}

.shop-now-btn {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

#menu-toggle {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 10px;
  color: #ffffff;
  z-index: 3; /* Increase z-index */
}

#menu-toggle:hover {
  color: #f8f9fa;
}

h1 {
  font-family: 'Creepster', cursive;
  color: #26ae38;
  font-size: 60px;

}

/* .carousel {
  margin: 0 auto; /* Center the carousel horizontally */
  /* width: 80%; /* Adjust the width as needed */
  /*height:auto; */
  /* height: 800px;
  width: 800px; */
/* } */

.img-container {
 /* width: 600px; /* Set the desired width */
 /* height: 600px; /* Set the desired height */
  width: 60%;
  height: auto;
  max-height: 600px;
  max-width: 600px;
  overflow: hidden; /* Ensure the image doesn't overflow its container */
  margin: 0 auto;
}

.img-container img {
  width: 100%; /* Ensure the image fills the container width */
  height: auto; /* Allow the height to adjust proportionally based on the width */
}

#exit-toggle {
  font-size: 30px;
  cursor: pointer;
  text-align: right;
  padding-right: 15px;
  color: #ffffff;
}

/*dt {
  background-color: #b3b3b3;
}*/
