
body {
  background-color: #000000;
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 5%;
  margin-right: 5%;
  justify-content:center;
  align-content:center;
}

h1 {
  font-size: 3rem;
  letter-spacing: .2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.4rem;
 
}

@media screen and (max-width: 780px) {
  section {
    flex-direction: column;
    display:grid;
    grid-template-columns: repeat(autofit, minmax(25rem, 1fr));
    grid-gap: 5rem;
    margin-top: 2rem;
    justify-items: center;
    align-items: center;
  }
  
  
  
  #slideshow {
      display:none;
  }

  .dropdown-content a {
      margin-bottom:2rem;
  }
}

.sidebar-overlay {
    display:none;
}

 
#hamburger-menu {
    z-index: 999;
    position: fixed;
    top: 20px;
    left: 20px;
    font-family: 'Mouse Memoirs', sans-serif;
  font-size: 1.6rem;
}

#hamburger-menu span {
    width: 30px;
    height: 3px;
    background-color: #f20000;
}


/* Adjusted sidebar menu styles */
#sidebar-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Start off hidden */
    width: 250px;
    height: 100%;
    background-color: #333;
    padding: 20px;
    box-sizing: border-box;
    z-index: 998;
    display: flex;
    flex-direction: column;
}

#sidebar-menu a {
    color: white;
    text-decoration: none;
    padding: 10px 0;
}

#sidebar-menu a:hover {
    background-color: #555;
}


.navbar #hamburger-menu {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer; /* Add cursor pointer */
}

.navbar #hamburger-menu span {
    width: 30px;
    height: 3px;
    background-color: #f20000;
}

.navbar a {
    color:purple;
    text-decoration: none;
    padding:10px 20px;
}

.navbar a:hover {
    background-color: #555;
}

.dropdown {
    color:Purple;
}

.dropdown-content a {
     display:flex;
     margin-bottom: .25rem !important;
}

a.btn {
  background-color: #54A984;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 0em;
}

a.btn.btn-beta {
  background-color: #e36e3a;
}

.decor-line {
  position: relative;
  top: 0.7em;
  border-top: 1px solid #ccc;
  text-align: center;
  max-width: 40%;
  margin: 0.5em auto;
  display: block;
  padding: 0.1em 1em;
  color: #ccc;
}

.decor-line span {
  background: #fff;
  color: #ccc;
  position: relative;
  top: -0.7em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.overlay-verify {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.box {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  margin: 0 auto;
  z-index: 9;
  width: 70%;
  height: 40%;
  display: table;
}

.box .box-left, .box .box-right {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 5%;
}

@media (min-width: 54em) {
  .box .box-left, .box .box-right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

.box .box-left p, .box .box-right p {
  position:inherit; 
}

  .box .box-left {
    background: url(Assets/Juicy\ Logo\ v1.jpg) 50% 50%;
    background-size: cover;
    color: #fff;
  }
  .box .box-left img {
    position: relative;
    z-index: 4;
    width: 9em;
  }
  .box .box-left:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .box .box-right {
    text-align: center;
  }
  .box .box-right h3 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin: 0 auto;
  }
  .box .box-right p {
    color: #aaa;
  }
  .box .box-right small {
    color: #ccc;
  }
  .box .box-right .btn {
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0.9em 1em 0.7em;
    margin: 1em auto;
    display: block;
  }
  
  header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
 .navbar {
  background-color: #333;
  display:flex;
  flex-direction: row;
  justify-content: center;
  border-radius:2rem;
  font-family: 'Rubik Wet Paint', cursive;
}



  section {
    display: flex;
    gap: 2rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  article {
    flex: 1;
    padding: 1.5rem;
    border-radius: 1rem;
    color:white;
    text-align: center;
  }
  
  article img {
    max-width: 100%;
  }
  
  article ul {
    list-style: none;
  }
  
  main article {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #slideshow{
    background-image: url(Assets/productlineup.png);
    background-size:cover;
    background-position:50%;
  min-height: 30rem;
  max-height: 100%;
  max-width:50;
  align-content:center;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top:2rem;
  }
  
  #hero {
    background-blend-mode:color-dodge;
    background-size: cover;
    color:white;
    text-align: center;
  }
  
  #hero p {
    max-width: 100;
    justify-content: center;
    text-align: center;
  }

  #aboutus {
    background-image:url(productlineup.gif);
    background-blend-mode:color-dodge;
    background-size: cover;
    background-position:100%;
    color:white;
    text-align: center;
  }
  
  footer {
    margin: 1rem;
    display: flex;
    gap: 2rem 1rem;
    color:white;
    min-width: 75%;
  }
  
  footer img {
    max-width: 20%;
  }
  
  footer p {
    border-top: #333;
    border-style: solid;
    border-width: 0.1rem;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: right;
    max-width:70rem;
  }
