

body {
    background-color: #000000;
    font-family:'Mouse Memoirs', sans-serif;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  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 (min-width: 32em) {
  body {
    font-size: 110%;
  }
}
@media (min-width: 54em) {
  body {
    font-size: 111%;
  }
}
@media (min-width: 74em) {
  body {
    font-size: 115%;
  }
}
@media (min-width: 96em) {
  body {
    font-size: 135%;
  }
}

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;
  }
  
  .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;
}

  
  .calendar {
  position: relative;
  width: 100%;
  background-color: #f8f9fa; /* light gray */
  color: #212529; /* almost black */
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* optional: adds a subtle shadow */
}
  
  section {
    display: flex;
    gap: 2rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  article {
    flex: 1;
    padding: 1.5rem;
    border-radius: 1rem;
    color:white;
  }
  
  article img {
    max-width: 100%;
  }

  .iframe-container {
    display: flex;
    justify-content: center;
}

  article ul {
    list-style: none;
  }
  
  main article {
    background-color: black;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  #hero {
    background-blend-mode:color-dodge;
    background-size: cover;
    background-position: 75%;
    color:purple;
  }
  
  #hero p {
    max-width: 75%;
  }
  
  #headline {
    background-blend-mode:color-dodge;
    background-size: cover;
    background-position: 75%;
    align-content: center;
    color:white;
  }
  
  #reasons{
  background-color: black;
  }
  
  
  footer {
    margin: 1rem;
    display: flex;
    gap: 2rem 1rem;
    color:white;
  }
  
  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;
  }
  