input[type="checkbox"] {
  display: none;
}

body {

    font-family: 'Helvetica Neue', sans-serif;
}

h1 {
    font-size: 60px;
    text-align: center;
    padding-top: 10px;
}

.image-section {
    position: relative;
    height: 500px; /* Adjust the height as needed */
    overflow: hidden;
  }
  
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for the overlay color */
  }
  
  .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  
  .content h1 {
    font-size: 3em;
    margin-bottom: 20px;
  }
  
  .content p {
    font-size: 1.2em;
  }

.menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
}

.menu li {
    padding: 5px 1px;
    list-style: none;
  }

.menu li:hover {
    background-color: #D3D3D3;
    color:#dddddd;
    border-radius: 3px;
}

.menu a {
  display: flex;
  text-decoration: none;
}

input[type=checkbox] {
    display: none;
} 
    
    /* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
    }

    @media (max-width: 768px) {
      /*dropdown menu */
      .menu {
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7); /* Gray with transparency for the dropdown */
        right: 0;
        left: 0;
        text-align: left;
        top: 100%;
        width: 100%;
        padding: 16px 0;
      }
      
      .menu li:hover {
        display: inline-block;
        background-color:#dddddd;
        transition: 0.3s ease;
        color: white; 
      }
    
      .menu li + li {
        margin-top: 12px;
      }
      
      /* Toggle menu display when checkbox is checked */
      input[type="checkbox"]:checked ~ .menu {
        display: flex;
        flex-direction: column;
      }
      
      .hamburger {
        display: block;
        margin-left: auto;
        cursor: pointer;
      }
    }

    .navbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px;
      background-color: rgba(0, 0, 0, 0.7); /* Gray color with transparency */
      color: #fff;
      z-index: 1000;
    }

    
.nav-links a {
    color:#fff;
}

*{
font-family: georgia;
margin: 0;
padding: 0;
box-sizing: border-box;
}

.groupc1 {
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;
padding: 10px;
}

.logo {
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
}

a {
    display: block;
    padding: 20px 15px;
}

.noformat {
    padding: 0;
    display: inline;
}

#qrcode {
    width: 200px;
    padding: 10px;
}

#blurb {
    display: flex;
    align-items: center;
}

.about {
    padding: 20px;
    text-align: center;
    font-size: xx-large ;
}

.aboutgallery {
  padding: 20px;
  text-align: center;
  font-size: large ;
}

.p1 {
padding-left: 10%;
padding-right: 10%;
font-size: 18px;
font-family: 'Times New Roman', Times, serif;
padding-top: 20px;
padding-bottom: 100px;
}

#image-gallery { 
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
    padding-bottom: 20px;
}
  
#current-image { 
    display: block;
    max-width: 100%;
    max-height: 700px;
    margin: auto;
} 

.organizersection {
  background-color: #000;
  color: #fff;
  padding: 20px;
}

/*image thumbnails*/
#image-thumbs { 
    display: flex; 
    justify-content: center; 
    margin-top: 20px;
  }
  
.thumb { 
    width: 80px; 
    height: 80px; 
    object-fit: cover; 
    margin-right: 10px; 
    cursor: pointer;
  }

#pgtitle {
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center; 
    font-size: 40px;
}


#imageblurb {
    font-size: 12px;
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    padding-bottom: 10px;
}

#flyer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px;
}

#upcoming {
    padding: 10px;
    text-align: center;
}

#june4 {
    font-size: 18px;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#learnmore {
    padding: 20px;
}

.p9, .juju {
    width: 300px; 
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}

.p9 {
    padding-top: 10px;
}

.victoria, .julianne {
    padding-right: 10%;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 20px;
    padding-bottom: 100px;
}

#organizerabout {
    font-size: 35px;
    padding: 2%;
}

#past {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 50px;
}

#newflyer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px; 
}

#mitn3, #mitn4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px;
} 

#mitnsummer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 10px;
}

.footer {
    text-align: center;
    padding: 5px;
}


.contact-form {
    align-items: center;
}


.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    text-align: center;
  }
  
.form-wrapper {
    height: 100vh; /* Full viewport height for centering */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
  }

  /* Form Heading */
  .form-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(0, 0, 0, 0.7);
  }
  
  /* Label styling */
  label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
  }
  
  /* Input field styling */
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f9f9f9;
  }
  
  /* Textarea styling */
  textarea {
    height: 100px;
    resize: none;
  }
  
  /* Button styling */
  button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #5cb85c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button[type="submit"]:hover {
    background-color: green;
  }
  
  /* Add some spacing for the form fields */
  input, textarea {
    margin-bottom: 15px;
  }
  
  /* Responsive styling */
  @media (max-width: 600px) {
    .form-container {
      padding: 15px;
      max-width: 90%;
    }
  }

  .px {
   text-align: center; 
   font-size: large;
   position: static;
  }

  .picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 10px;
}