.background-clip {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

body h1 {
    color: #000000;
    margin-top: 0;
}

header {
    background-image: url(header.png);
    color: rgb(0, 0, 0);
    padding: 0;
    margin-top: 0%;
    text-align: center;
    position: relative;
    height: 60px;
    width: 100%;
}

header nav h1 {
    margin:0;
    font-size: 16px;
    color: #000000;
  }
  
 
 .banner-logo img{

    height: 150px;
    width: 150px;
    margin-top: 0px;
    margin-left: 520px;
    padding: 0px;
  

 } 

 .text {
    margin-top: -30px;
    text-align:center;
    margin-left: 0px;
font-family:Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
  }

.text-01 {
    text-align: center;
    margin-right: 0px;
    margin-top: 0px;
    color: #ffffff;
}

header nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

header nav ul li {
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0%;
    margin-top: 10px;
    margin-bottom: 0px;
}

header nav ul li a {
    display: block;
    padding: 8px 15px;
    color: #000000	;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
   
    text-align: center;
}

header nav ul li ul.dropdown li{
    display: block;
    text-align: center;

}

header nav ul li ul.dropdown {
    width: 100%;
    background-color:rgb(199, 197, 197);
    position: absolute;
    z-index: 999;
    display:none;
    margin-top: 0px;
    text-align: center;
    
}

header nav ul li a:hover {
    background-color:rgb(199, 197, 197);
    color: #ffffff	;
    text-align: center;
    text-decoration: underline;

}

header nav ul li:hover ul.dropdown {
    display: block;
    text-align: center;

}
header nav ul li button {
    background: #d4d3d2;
    color: #000000;
    padding: 10px 20px;
    border: none;
    font-size: 1em;
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 0;
    text-align: center;

}

header nav ul li button:hover {
    background-color: #c3bebc;
    color: #f4f4f4;
    align-items: center;
    margin-top: 0;
    text-align: center;

}
 
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.right {
    display: flex;
    list-style: none;
    margin-left: auto; 
    padding: 0;
    margin-top: 0px;
    margin-right: 50px;
}



select {
    font-size: 12px;
    padding: 0;
    height: 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

main {
    margin-top: 0;
    padding: 2em;
}

/* --- FORM STYLES --- */
form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 8px;
    box-shadow: 0 20px 35px rgba(0, 0, 9, 0.9);
    color: rgb(0, 0, 0);
}

form .flex-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

form label {
    margin-bottom: 8px;
    font-weight: bold;
}

form input,
form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    color: #000000;
    border-radius: 4px;
    flex: 1 1 45%;
    background-color: #e0f7fa;
}

form textarea {
    flex: 1 1 100%;
}

/* Removed invalid selector: form textarea address */

form button {
    background-color: rgb(125, 125, 235);
    color: rgb(255, 255, 255);
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus {
    background-color: #fff;
    outline: none;
    border-color: #007BFF;
}

form button:hover {
    background-color: #0662ca;
    color: #000000;
}

.organizer-date-strip {
    background-image: url(header.png);
    padding: 1px;
    position: fixed;              /* Fix to screen */
    bottom: 8px;                  /* 8px from bottom */
    left: 0;
    width: 100vw;                 /* Full viewport width */
    font-size: 16px;
    color: #000000;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;                    /* Remove any margin conflicts */
    z-index: 999;                 /* Stay on top if needed */
}




/* Section styling */
section {
    display: none;
    margin-bottom: 2em;
}

/* Gallery links */
.section-button {
    text-decoration: none;
}

.section-button:hover {
    text-decoration: underline;
}
