body {
    font-family: "Lato", serif;
    margin: 0;
    padding: 0;
}

#main-container {
    width: 100%;
    overflow: auto;
}

#star-main-container {
    margin-bottom: 0;
    padding-bottom: 0;
}

#star-image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
    z-index: -1;
    margin-bottom: 0;
    padding-bottom: 0;
}

#star-image-container img {
    width: 100%;
    height: auto;
    min-height: 450px;
    max-height: 550px;
    display: block;
    z-index: -1;
}

#star-overlay-text {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 33%;
    background-color: rgba(50, 0, 0, 0.1);
    color: white;
    font-size: 2em;
}

.clearfix {
    clear: both;
}

#mission {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    margin-top: -20px;
    padding: 20px 20px 0 20px;
}

#mission p {
    font-size: 1.1em;
    line-height: 1.5;
}

#mission img {
    float: right;
    max-width: 60%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
}

#mission a:link {
    color: darkgray;
}

#mission a:visited {
    color: darkgray;
}

#mission a:hover {
    color: white;
}

.harvester {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.harvester-box-left {
    width: 33.33%;             /* 33% of the parent */
    padding-right: 10px;             /* Optional */
    box-sizing: border-box;    /* Include padding in width */
}

.harvester-box-left img {
    width: 100%;          /* Make image fill the container width */
    height: auto;         /* Maintain aspect ratio */
    display: block;       /* Remove inline spacing below image */
    max-width: 100%;      /* Prevent overflow in edge cases */
}

.harvester-box-right {
    width: 66.67%;             /* 67% of the parent */
    padding: 10px;             /* Optional */
    box-sizing: border-box;    /* Include padding in width */
}

.harvester-box h2 {
    font-size: 1.8em;
}

.single-button {
    justify-content: center;
    text-align: center;
    border-top: black solid 1px;
    padding-bottom: 25px;
}

.single-button h5 {
    font-size: 1.2em;
}

#donate-header {
    background-color: darkgreen;
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top:20px;
    padding-bottom: 10px;
}

.donate-parent {
    display:flex;
}

.donate-box {
    display: inline-block;
    width: 48%;
    background-color: darkgreen;
    padding: 1px 5px 50px 25px;
}

.donate-box p {
    color: white;
    text-align: start;
    font-size: 1em; /* Needed? */
}

.donate-box li {
    color: white;
    text-align: start;
    line-height: 1.33;
}

.donate-button-box {
    display: inline-block;
    width: 48%;
    background-color: darkgreen;
    padding: 1px 15px 15px 10px;
    text-align: center;
}

.donate-button-box p {
    color: white;
    text-align: center;
    font-size: 1.25em;
}

.values-mission-container {
    display:flex;
    background-color: white;
}

#values-box {
    width: 35%;
    height: 75%;
    margin-top: -40px;
    margin-left: 50px;
    padding: 25px;
    background-color: lightgray;
    color: black;
}

#values-box h5 {
    font-size: 1.4em;
    margin-top: 0;
    padding-top: 0;
}

#values-box p {
    font-size: 1em;
}

.mission-two {
    width: 60%;
    height: auto;
    padding: 25px;
    margin-top: 40px;
    margin-right: 50px;
    margin-left: 25px;
    background-image: url("https://img.freepik.com/free-vector/leaves-background-color-year_23-2148380575.jpg?size=626&ext=jpg&ga=GA1.2.1929559493.1681795349&semt=ais");
    background-size: cover;
    color: white;
}

.mission-two h4 {
    font-size: 1.75em;
    margin-top: 20px;
    margin-right: 25px;
    padding-bottom: 0;
}

.mission-two h5 {
    font-size: 1.4em;
    margin-top: 1px;
    margin-right: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mission-two p {
    font-size: 1em;
    margin-right: 25px;
    padding-bottom: 0;
}

.industries {
    display: block;
    overflow: hidden;
}

.industries-img {
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-left: 20px;
    width: 25%;
}

.industries-box {
    justify-content: right;
    width: auto;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.5;
}

.industries-box h2 {
    font-size: 2em;
}

.industries-box a:link {
    color: black;
}

.industries-box a:visited {
    color: darkgray;
}

.industries-box a:hover {
    color: darkred;
}

.r-and-d {
    margin-top: 20px;
    display: flex;
    background-image: url("img/constellations-1851128_1280.jpg");
    background-size: cover;
}

.r-and-d a:link {
    color: white;
}

.r-and-d a:visited {
    color: darkgray;
}

.r-and-d a:hover {
    color: white;
}

.research {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 20px 50px 10px 50px;
    line-height: 1.5;
    color: white;
}

.research h2 {
    font-size: 1.7em;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.research h5 {
    font-size: 1.2em;
    padding-left: 50px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.research p {
    font-size: 1em;
    padding-left: 50px;
    padding-top: 0;
    margin-top: 0;
}

.development {
    display: inline-block;
    width: 25%;
    padding: 10px 0 10px 100px;
}

.footer-container {
    display: flex;
    justify-content: space-between; /* Ensures space between left and right sections */
    align-items: flex-start; /* Aligns items at the top */
    gap: 20px; /* Adjust space between columns */
    background-color: black;
    padding: 10px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between the two blocks */
    width: 50%; /* Adjust width as needed */
}

.footer-logo {
    display: inline-block;
    width: 90%;
    height: 55px;
    background-color: white;
    padding: 10px;
}

.footer-contact {
    display: inline-block;
    width: auto;
    margin-left: 50px;
    color: white;
    font-size: 0.9em;
}

.footer-contact a:link {
    color: darkgray;
}

.footer-contact a:visited {
    color: darkgray;
}

.footer-contact a:hover {
    color: white;
}

.footer-right {
    width: 50%; /* Adjust width as needed */
}

.footer-copyright {
    display: inline-block;
    width: auto;
    color: white;
    font-size: 0.9em;
}

/* Google Button 17 */

.button-17 {
    align-items: center;
    appearance: none;
    background-color: lightgray;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.button-17:hover {
    background: #F6F9FE;
    color: darkgrey;
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-17 a:link {
    color: black;
}

.button-17 a:visited {
    color: black;
}

.button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* */
@media (max-width: 500px) {
    #mission img {
        display: none;
    }
    #main-container li {
        padding-left: 0;
        margin-left: -20px;
    }
    .research h5, .research p {
        padding-left: 0;
    }
    .footer-container {
        display: block;
    }
    .footer-contact {
        width: auto;
        margin-left: 0;
    }
    .footer-contact {
        font-size: 18px;
    }
    #values-box {
        font-size: 14px;
    }
    .mission-two {
        font-size: 14px;
    }
}