﻿
body {
    margin: 0;
    font-family: 'Tahoma', sans-serif;
    background-color: #f5f5dc;
    color: #333;
    overflow-x: hidden;
}

.topnav {
    visibility: hidden;
    height: 0;
}

h1 {
    margin: 10px 0 20px 0;
    padding: 0;
}

p {
    padding: 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 img {
    width: 100px;
    height: auto;
    margin-left: 0%;
}

.navbar-copyright {
    font-size: 1.2em;
    color: white;
}

#intro {
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    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: 2.5em;
    color: #8b4513;
    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);
}

#background {
    background-color: #6b8e23;
    padding: 60px;
    color: #fff;
    text-align: center;
}

#background h1 {
    color: #f5f5dc;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#background p {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #f5deb3;
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}

.bullet-list {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #f5deb3;
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}

#videos {
    padding: 60px;
    background-color: #deb887;
    color: #333;
}

#videos h1 {
    color: #8b4513;
    font-size: 2.5rem;
    text-align: center;
}

.video-grid {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.video-item video {
    width: 100%;
    border: 4px solid #6b8e23;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.background-bg {
    align-items: center;
    justify-content: center;
}

.container {
    background-position: center;
    display: contents;
    width: 50vh;
    height: 190vh;
}

.section-header {
    width: 100%;
    justify-content: center;
}

.section-header h1 {
    font-size: 38px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.section-header p{
    text-align: justify;
    margin: auto;
    font-size: 20px;
    padding-bottom: 50px;
    color: #000000;
    width: 50%;
}


#interest {
    background-color: #556b2f;
    color: #fff;
    padding: 60px;
    text-align: center;
}

#interest h1 {
    font-size: 2.5rem;
    color: #f5f5dc;
}
#interest  .social-media-links {
    margin-top: 30px;
    text-align: center;
}

#interest .social-media-links h2 {
    font-size: 1.8rem;
    color: #f5f5dc;
    margin-bottom: 15px;
}

.social-link {
    display: inline-block;
    margin: 0 10px;
}

.social-link img {
    width: 40px;
    height: 40px;
    border-radius: 25%;
    transition: transform 0.3s ease;
}

.social-link img:hover {
    transform: scale(1.1);
}

.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;
}

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: 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;
    }

    #videos {
        padding: 20px;
        background-color: #deb887;
        color: #333;
    }

    #videos blockquote {
        height: 480px !important;
    }

}

@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;
    }

    /* Make the video responsive */

    #intro {
        width: 100%;
    }
    .intro-video {
        width: 80%;
        margin: 10%;
    }
    
    #background {
        width: 100%;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

    #background h1 {
        margin-left: 50px;
    }

    #background p {
        width: 80%;
        margin-left: 50px;
        font-size: 1.5rem;
        color: #f5deb3;
        text-align: justify;
        margin-right: 0;
    }

    .bullet-list {
        width: 80%;
        margin-left: 50px;
        font-size: 1.5rem;
        color: #f5deb3;
        text-align: justify;
        margin-right: 0;
    }
    #videos {
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }

    #videos {
        width: 100%;
        background-color: #deb887;
        color: #333;
    }

    .video-grid {
        width: 100%;
        gap: 40px;
        margin-left: 30px;
    }


    #videos iframe {
        width: 200px !important;
    }


    #interest {
        width: 100%;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    #interest h1 {
        font-size: 2rem;
    }

    #interest .social-media-links h2 {
        font-size: 1.5rem;
    }

    .social-link img {
        width: 35px;
        height: 35px;
    }

    .crowdfunding-link {
        Width: 85%;
        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%;
    }
}

@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;
      }

    /* Make the video responsive */

    #intro {
        width: 100%;
    }

    #intro h1{
        padding-top: 5px;
        padding-left: 3px;
    }

    .intro-video {
        width: 80%;
        margin: 35px;
    }
    
    #background {
        width: 100%;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

    #background h1 {
        margin-left: 50px;
    }

    #background p {
        width: 80%;
        margin-left: 30px;
        font-size: 1.2rem;
        color: #f5deb3;
        text-align: justify;
        margin-right: 0;
    }

    .bullet-list {
        width: 80%;
        margin-left: 30px;
        font-size: 1.2rem;
        color: #f5deb3;
        text-align: justify;
        margin-right: 0;
    }
    
    #videos {
        width: 100%;
        padding: 0;
        padding-top: 10px;
        display: none;
    }

    #videos {
        width: 100%;
        background-color: #deb887;
        color: #333;
    }

    .video-grid {
        width: 100%;
        gap: 40px;
        margin-left: 30px;
    }


    #videos iframe {
        width: 50px !important;
    }


    #interest {
        width: 100%;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    #interest h1 {
        font-size: 1.5rem;
    }

    #interest p {
        width: 80%;
        margin-left: 40px;
    }
    #interest .social-media-links h2 {
        font-size: 1.2rem;
    }

    .social-link img {
        width: 35px;
        height: 35px;
    }

    .crowdfunding-link {
        Width: 80%;
        display: block;
        margin-top: 20px;
        margin-left: 20px;
        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%;
    }
}