* {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.checkbox-label {
  display: flex;
  flex-direction: column;    /* Stack children vertically */
  align-items: center;       /* Center items horizontally */
  width: 100%;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: anywhere;
  margin-bottom: 0.5em;
  /* Remove align-items: flex-start; and flex-wrap: wrap; */
}
.header-container {
  position: fixed;
  display: grid;
  grid-template-columns: 12.5vw 12.5vw 50vw 12.5vw 12.5vw;
  grid-template-rows: 50% 50%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; 
  min-width: 100vw;
  max-width: 100vw;
  min-height: 10vh;
  max-height: 10vh;
  z-index: 10;
  background-color: rgb(16, 39, 159);
}
.background-full-image {
  position: fixed;
  top: 10vh;
  left: 0;
  width: 100%;
  height: calc(100vh - 20vh);
  max-height: 100vh;
  z-index: -10;
  pointer-events: none;
  margin: 0;
  padding: 0;
  display: block;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  pointer-events: none;
}
.banner-left {
  grid-column: 1 / 3;
  place-self: center;
  place-content: center;
  min-width: 100%;
  max-height: 100%;
}
.banner-left li {
  display: grid;
  grid-template-rows: auto;
}

.burger1a {
 grid-row: 2;
 place-self: center;
}
.burger1b {
 grid-row: 2;
  place-self: center;
}
.burger2a {
 grid-row: 3;
 place-self: center;
}
.burger2b {
 grid-row: 3;
 place-self: center;
}
.burger3 {
 grid-row: 4;
 place-self: center;
}
.burger4 {
 grid-row: 5;
 place-self: center;
}
.burger5 {
  grid-row: 6;
  place-self: center;
}
.burger6 {
  grid-row: 7;
  place-self: center;
}
.header-search-container {
  grid-column: 4 / 6;
  grid-row: 1 / 3;

  place-self: center;
  place-content: center;
  min-width: 100%;
  max-height: 10vh;

}
.header-search-container input {
  place-self: center;
  border-radius: 50px;
  min-width: 75%;
  max-height: 10vh;
  margin: 0;
  padding: 0;
  height: 2rem;
}
.header-search-container text {
  place-content: center;
}
.header-search-container button {
  position: absolute;
  right: 25px;
  background-color: white;
  color: black;
  border-radius: 50px;
  height: 100%;
  aspect-ratio: 1;
}
.search-input {
  flex: 1;
}
.header-search-container form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.title_image{
  grid-column: 2 / 5;
  grid-row: 1 / 3;
  place-self: center;
  place-self: center;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.title_image img {
  place-self: center;
  place-content: center;
  max-height: 10vh;
  min-height: 8vh;
  width: 100%;
}

body {
  display: grid;

  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  place-content: center;
  text-align: center;
  min-width: 100vw;

  height: 100vh;
  color: black;
  background-color: white;
  
}
.body-container {
 max-height: 80%;
}
.main-page-container{
  display: grid;
  max-width: 100vw;
  min-width: 100vw;
  position: absolute;
  top: 10vh;

  grid-template-rows: auto auto auto auto;
  margin: 0;
  padding: 0;
  gap: 3rem;
}
.main-page-image {
z-index: -20;
  max-width: 100vw;
  min-width: 100vw;
  grid-row: 1;
}

.main-page-image img {
  max-width: 100%;
display: block;
  height: auto;
  margin: 0;
  padding: 0;
}
.main-page-intro {
  grid-row: 2;
  margin: 0;
  padding: 0;
}
.main-page-glow-frame {
  margin: 0;
  padding: 0;
  grid-row: 3;
  text-align: top;
  border-radius: 10px;
  grid-template-columns: auto;
  
  max-width: 100%;
  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);  Glow effect */
  text-align: center; /* Center text */
   place-self: center;
  animation: glow 1.5s infinite alternate;
}
.main-page-glow-frame a {
  color: rgb(255, 0, 255);
}
.search-results {
  max-width: 100vw;;
}


.form.searchform {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100vw;
}
.nav-container {
  position: relative;
  display: flex;
  place-self: center;
  place-content: center;
  min-width: 100vw;
  max-width: 100vw;
  max-height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
}

.user-id {
  display: inline-flex;
  max-width: 100vw;
}
.searchform {
  width: 100%;
}
.signin.container {
  
  flex: 25%;
  min-width: 100%;
  place-self: center;
  place-content: center;
  

}

.signin-banner-padding { 
  display: flex;
  flex: 25%;
  justify-content: right;
  list-style: none;
  margin: 0;
  padding: 0; 
 }

.signin-banner-padding img {
  align-self: center;
  display: flex;
  max-height: 100px;
}
.signin-banner img {
  position: relative;
  display: block;
  max-height: 100px;
}
.signin-banner a {
  width: 100%;
  justify-self: center;
  display: inline-flex;
  color: #0eb067;
}
h1 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
h3 {
  place-self: center;
  font-size: 1 rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 100vw;
}
h4 {
  display: block;
  place-self: center;
font-size: 2rem;
height: 100%;
  max-height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}


h5 {
  margin: 0;
padding: 1rem;
  font-size: .75rem;
font-weight: 400;
 color: black;
}
h6 {
margin: 0;
padding: 0;
font-size: 1rem;
font-weight: 400;
  color: black;
  
}
p {
  font-size: 1.5 rem;
  text-align: center;
  
}



/*---------
.header-search-bar {
  width: 75%;
  flex: 25%;
  justify-self: center;
}  ---------------*/


.form label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-weight: bold;
  text-align: left;
}
.form-group {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.form-group label {
  display: block;
  margin-bottom: 0.25em;
  font-weight: bold;
  text-align: left;
}
.form-group input {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.form-error {
  color: red;
}

.form-success {
  color: green;
}

.venue-signup-border {
  max-width: 50%;
}
.user-signup-border {
  justify-self: right;
  max-width: 50%;
}

/*-----------------------------------------------------------------------*/
.glow-container {
  /*----------------DONT PLACE PADDING HERE!!!!------------*/
  place-self: center;
  place-content: center;
  display: grid; /* Use Grid Layout */
  grid-template-columns: repeat(3, 1fr); /* Create 3 equal columns */
  gap: 3rem;
  max-width: 80%;
  max-height: 80vh;
  margin-top: 10%;
  margin-bottom: 10%;
}

.glow-frame {
  display: block;    /* change from grid if you don't need grid */
  padding: 0;
  margin: o;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  animation: glow 1.5s infinite alternate;
  align-items: start; /* if you keep grid, otherwise remove */
}
.glow-frame img {
  
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
.glow-frame-text {
  background-color: none;
  font-size: 2rem;
  color: rgb(255, 0, 255);
  text-decoration: none;
}
.glow-frame a {
  text-decoration: none;
  display: grid;
}

/*-------------------------------------------------------------------------*/
.signup-login-two-columns-container {
 grid-row: 2;
margin-top: 10vh;
margin-bottom: 10vh;
  grid-template-rows: auto auto;
  place-self: center;
  display: grid;
  gap: 3rem;

height: 90%;
  max-width: 70%;

  
}
.signup-login-container {
position: absolute;
height: 100vh;
display: grid;
grid-template-rows: 10vh auto 10vh;
overflow: auto;
}
.signin-single {
  max-width: 20%;
  place-self: center;
  place-content: center;
}
.single-glow-frame {
  padding: 1rem;
  place-items: center;
  text-align: top;
  border-radius: 10px;

  min-width: 100%;
  max-width: 100vw;

  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);  Glow effect */
  text-align: center; /* Center text */

  animation: glow 1.5s infinite alternate;
}
.single-glow-frame form {
  width: 90%;
}

.single-glow-frame a {
  margin: 1rem;
  justify-self: center;
  max-width: 0px;
}
.single-glow-frame img {
  display: grid;
  place-self: center;
  width: 75%;
}
.single-glow-border {
  place-items: center;
  justify-self: center;
  place-items: center;
  display: grid; /* Use Grid Layout */
  min-width: 15vw;
  max-width: 15vw;
}
.glow-border-logout {
  place-items: center;
}
/*
.glow-frame-logout {
  border-radius: 15px;
  padding: 0.25rem;
  max-width: 10%;
  box-shadow: 0 0 10px #ffffffcc; /* Glow effect */
 /* text-align: center;  */                        /* Center text /*

  animation: glow 1.5s infinite alternate; 
}
*/

.grid-wrap-banner, .grid-wrap3 {
  line-height: 0;
  margin: 0;
  padding: 0;
  height: auto;
}

.grid-wrap-banner img,
.grid-wrap3 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.signup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  gap: 16px; /* Space between grid items */
}

form {
  width: 60%;

  font-family: Arial, Helvetica, sans-serif;

  flex-wrap: wrap;
  flex-direction: column;

  place-self: center;
  place-items: center;
}
.form-boarder {
  display: inline-flex;
  justify-self: center;
  max-width: 50%;
}

form input {
  width: 75%;
  padding: 6px 10px;
  margin-bottom: 4px;
  border-radius: 5px;
  background-color: #fff;
}

.login-status {
  
  position: relative;

place-self: center;
place-content: center;
  max-width: 100%;
  max-height: 100%;
 
}

.login-status li {

  position: inherit;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: auto;
  place-self: center;
  place-content: center;
  max-width: 100%;
  
}
.login-status li a {
  max-width: 100%;
   color: rgb(255, 0, 255);
}
.login-status text {
  place-self: center;
  max-width: 250px;
}
.login-status b {
  max-width: 100%;

}

.footer {
  position: fixed;
  grid-row: 3;
  bottom: 0;
  left: 0;
  place-content: center;
  max-height: 10vh;
  min-height: 10vh;
  width: 100vw;
  max-width: 100vw;
  text-align: center;
  color: #fff;
  background-color: rgb(16, 39, 159);
  z-index: 1000;
}
#footer {
  
  bottom: 0;
  width: 100%;
}
.footer a {
  margin: 0;
  padding: 0;
  font-size: .75rem;
   color: #fff;
  background-color: rgb(16, 39, 159);
}
.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 10vh;
}
.footer-left {
    padding: .25rem;
place-self: center;
  grid-column: 1;
  max-width: 100%;
}
.footer-center {
  display: grid;
  grid-auto-flow: row;
  padding: .25rem;
  grid-column: 2;
  place-self: center;
  gap: .25rem;
}
.footer-right {
      padding: .25rem;
  place-self: center;
  grid-column: 3;
}
.main-page-intro {
  margin: 0;
  padding: 0;
}
/*---------------------------------
-----------------------------------
-----------------------------------
---------------------------------*/


  .main-page-image > div {
  margin-top: 3rem;
  margin-bottom: 3rem;
  }
 .header-search-container {
    display: none;
  }


.main-page-image {
  place-self: center;
  min-width: 100vw;
  max-width: 100vw;
  
}
.main-page-image img{
min-width: 100vw;
  max-width: 100vw;
}



.top-left{
display: none;
}
.top-right{
display: none;
}



@keyframes glow {
  from {
    box-shadow: 0 0 5px rgb(30, 0, 255), 0 0 10px rgb(30, 0, 255),
      0 0 10px rgb(255, 0, 255);
  }
  to {
    box-shadow: 0 0 5px rgb(255, 0, 255), 0 0 10px rgb(255, 0, 255),
      0 0 10px rgb(255, 0, 255);
  }
}


    
 
.portrait-search {
  place-self: center;
margin-top: 1rem;
min-width: 80vw;
max-width: 80vw;
}


.off-screen-menu {
  

    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -1450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    transition: .3s ease;
     z-index: -10;
}
.off-screen-menu.active {
  min-height: 100vh;
     background-color:  rgb(34, 37, 49);
    right: 0;
    font-size: 5rem;
   
}
.off-screen-menu.active ul {
  place-self: center;
  min-height: 100vh;
   display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   z-index: 11111 !important;
          font-size: 2rem;
    padding-bottom: 10vh;
}
.off-screen-menu.active ul li a {
  color: rgb(255, 0, 255);
}


/* nav */
nav {
  margin-left: 0;

     grid-row: 1 /3;
    grid-column: 5;
   place-items: center;
   place-self: center;
   
}
/* ham menu */
.ham-menu {
    height: 50px;
    width: 40px;
    position: relative;
    display: grid;
   place-items: center;
   place-self: center;

}
.ham-menu span {
    height: 5px;
    width: 100%;
    background-color:  rgb(34, 37, 49);  
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: white;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
    
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.login-error-message {
  grid-column: 1 / 3;
  place-self: center;
  place-content: center;
}
.customer-signup-link {
    grid-column: 1 / 3;
  grid-row: 1;
}
.venue-signup-link {
  grid-column: 1 / 3;
  grid-row: 2;
}
.radio-row {
    display: flex;
    gap: 2em; /* space between yes and no */
    align-items: center;
    margin: 0.5em 0 1em 0;
}

.radio-row label {
    display: flex;
    align-items: center;
    font-weight: normal; /* labels regular, question stays bold */
    gap: 0.25em;
}