body {
    margin: 0;
    font-family: 'Tahoma', sans-serif;
    background-color: #f5f5dc;
    color: #333;
}

h1 {
    margin: 10px 0 20px 0;
    padding: 0;
}

p {
    padding: 0;
}

.topnav {
    visibility: hidden;
    height: 0;
}

.image-container {
    display: flex;
    align-items: flex-start;
    background-color: #d8b57d;
    padding: 15px;
    padding-top: 60px;
    border-bottom: 5px solid #8b4513;
    flex-wrap: wrap;
}

.main-image {
    width:45.8%;
    height: auto;
    margin-left: 26px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 2px solid #8b4513;
}

.tertiary-image {
    width: 29%;
    height: auto;
    margin-left: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 2px solid #8b4513;
}

.secondary-image {
    width: 19.5%;
    height: auto;
    margin-left: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 2px solid #8b4513;
}

.navbar {
    display: flex;
    justify-content: center;
    background-color: #556b2f;
    padding: 15px 0;
    border-top: 5px solid #8b4513;
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.navbar li {
    margin: 0 20px;
    padding: 12px 25px;
    background-color: #8b4513;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: 2px solid #f5f5dc;
}

.navbar a {
    color: #f5f5dc;
    text-decoration: none;

    
}

.navbar li:hover {
    background-color: #a0522d;
}

.navbar-copyright {
    font-size: 1.2em;
    color: white;
}

@media (max-width: 1024px) {
    .image-container {
        display: flex;
        align-items: flex-start;
        background-color: #d8b57d;
        padding: 5px;
        padding-top: 10px;
        border-bottom: 5px solid #8b4513;
        flex-wrap: wrap;
    }
    
    .main-image {
        width:45%;
        height: auto;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        border: 2px solid #8b4513;
    }
    
    .tertiary-image {
        width: 28%;
        height: auto;
        margin-left: 15px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        border: 2px solid #8b4513;
    }
    
    .secondary-image {
        width: 19%;
        height: auto;
        margin-left: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        border: 2px solid #8b4513;
    }

    .navbar {
        height: 130px;
    }

    .navbar ul {
        height: 100px;
    }

    .navbar li {
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        height: 90px;
        align-content: center;
        text-align: center;

    }

    .navbar a{
        font-size: 1.5rem;
        padding: 24px 13px;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 830px) {
    #header {
        width: 100%;
    }
    .image-container {
        flex-direction: column;
        padding: 0;
        align-items: center;
        
    }

    .main-image {
        width: 80%;
        padding: 0;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        left: -30px;
    }

    .secondary-image, .tertiary-image {
        display: none;
        width: 0;
        z-index: -1000;
        left: 0;
        padding: 0;
    }

    .navbar {
        width: 100%;
        height: 110px;
    }

    .navbar ul {
        height: 110px;
    }

    .navbar li {
        width: 15%;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        height: 60px;
        padding: 6px 6px;
        align-content: center;
        text-align: center;

    }

    .navbar a{
        font-size: 0.9rem;
        justify-content: center;
        align-items: center;
    }


    footer {
        width: 100%;
    }

    #footer-text {
        width: 100%;
    }

    #footer-text h1 {
        width: 100%;
    }

    #footer img {
        width: 100%;
    }
}


#intro {
    display: flex;
    justify-content: center;
    background: 30px 0;
    background-color: #f0e68c;
    width: 100%;
    padding-bottom: 10px;
}

#intro h1 {
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    color: #8b4513;
    font-weight: bold;
}

#interest h1 {
    text-align: center;
    padding: 20px;
    font-size: 2.5em;
    color: white;
    font-weight: bold;
}

.intro-video {
    margin-left: 20%;
    width: 60%;
    border-radius: 10px;
    border: 3px solid #8b4513;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

#interest {
    background-color: #556b2f;
    color: #fff;
    padding: 60px;
    text-align: center;
}

#interest  .social-media-links {
    margin-top: 30px;
    text-align: center;
}

#interest p{
    font-size: 18px;
}

#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3;
}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3;
}

#myImg1:hover {opacity: 0.7;}

#myImg2:hover {opacity: 0.7;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

#interest .social-media-links h2 {
    font-size: 1.8rem;
    color: #f5f5dc;
    margin-bottom: 15px;
}

.crowdfunding-link {
    display: block;
    margin-top: 20px;
    font-size: 1.3rem;
    color: #f5f5dc;
    text-decoration: none;
    background-color: #8b4513;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.crowdfunding-link:hover {
    background-color: #a0522d;
}

.container-wrapper {
    display: flex;
    gap: 20px;
}

.box {
    width: 50%;
    padding: 20px;
}

.two img {
    width: 100%;
    height: auto;
}

footer {
    background-color: #8b4513;
    color: #f5f5dc;
    text-align: center;
    padding-top: 10px;
    position: relative;
}

#footer-text h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

@media (max-width: 500px) {
    #header {
        width: 100%;
    }

    .topnav {
        visibility: visible;
    }

    .image-container {
        flex-direction: column;
        padding: 0;
        align-items: center;
        
    }

    .main-image {
        width: 80%;
        padding: 0;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        left: -30px;
    }

    .secondary-image, .tertiary-image {
        display: none;
        width: 0;
        z-index: -1000;
        left: 0;
        padding: 0;
    }

    .navbar {
        display: none;
        width: 100%;
        height: 110px;
    }

    .navbar ul {
        height: 110px;
    }

    .navbar li {
        width: 15%;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        height: 60px;
        padding: 6px 6px;
        align-content: center;
        text-align: center;

    }

    .navbar a{
        font-size: 4px;
        justify-content: center;
        align-items: center;
    }

    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
        height: auto;
      }
      
      /* Hide the links inside the navigation menu (except for logo/home) */
      .topnav #myLinks {
        display: none;
      }
      
      /* Style navigation menu links */
      .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        height: 20px;
      }
      
      /* Style the hamburger menu */
      .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
      }
      
      /* Add a grey background color on mouse-over */
      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      
      /* Style the active link (or home/logo) */
      .active {
        background-color: #d8b57d;
        color: white;
      }

    #interest h1{
        font-size: 1.2rem;
    }

    .intro-video {
        margin-left: 10%;
        width: 78%;
    }
    .crowdfunding-link {
        Width: 80%;
        display: block;
        margin-top: 20px;
        margin-left: 5%;
        font-size: 1.2rem;
        color: #fff;
        background-color: #8b4513;
        padding: 10px 15px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
    }

    .crowdfunding-link:hover {
        background-color: #a0522d;
    }

    footer {
        width: 100%;
    }

    #footer-text {
        width: 100%;
    }

    #footer-text h1 {
        width: 100%;
    }

    #footer img {
        width: 100%;
    }
}