body {
    background-color: #8da750;
    color: rgb(240, 248, 255);
    /* font-family: "Helvetica", "Times New Roman"; */
    font-size: 1.3em;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    font-family: Verdana, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.header {
    background-color: #333; /* Background color */
    color: #fff; /* Text color */
    padding: 20px; /* Padding around the content */
    text-align: center; /* Center-align the text */
    font-size: 24px; /* Font size */
    font-weight: bold; /* Bold text */
}

a {
    color: rgb(240, 248, 255);
}

.big-text{
    text-align: center;
}

.big-text h3{
    font-size: 30;
}


.information{
    text-align: center;
}

.StartButton {
    background-color: #2e2e2e;
    color: rgb(253, 247, 247);
    font-size: 30px;
    width: 150px; /* Change this to the desired width */
    height: 50px;
    text-align: center;
}

.information h2 {
    font-size: 20px; 
}

h1 {
    font-family: Georgia, serif;
    padding-top: 60px;
    font-size: 300%;
}

h3 {
    padding-bottom: 50px;
}

p {
    line-height: 1.5;
}

.mission-statement{
    padding: 0px 40px 0px 40px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.nature-bg-div{
    background-image: url("images/nature.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #FFFFFF;
    align-items: center;
    text-align:center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.big-image {
    height: 100vh;
}

.center-image {
    width: 100%;
    height: auto;
    padding: 10px 0px;  
}

.mission-statement {
    padding-top: 10px; /* You can adjust this value if needed */
    padding-right: 60px; /* Adjust padding as needed */
    padding-bottom: 0; /* Remove bottom padding */
    padding-left: 60px; /* Adjust padding as needed */
    /* padding-top: 10px;
    padding:0px 60px;  */
}


.carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slide.active {
    display: flex;
}

.info {
    text-align: center;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.arrow.left {
    left: 0;
}

.arrow.right {
    right: 0;
}

img {
    margin-top: 20px;
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.guide-chicago-image {
    width: 100%;
}

.guide-text{
    padding: 50px 50px 100px 50px;
    line-height: 1.5;
    font-size: larger;
}



.button-40 {
    background-color: #2d3e32;
    border: 1px solid transparent;
    border-radius: .75rem;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex: 0 0 auto;
    font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: .75rem 1.2rem;
    text-align: center;
    text-decoration: none #6B7280 solid;
    text-decoration-thickness: auto;
    transition-duration: .2s;
    transition-property: background-color,border-color,color,fill,stroke;
    transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
}

.button-40:hover {
    background-color: #445946;
}

.button-40:focus {
    box-shadow: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 768px) {
    .button-40 {
    padding: .75rem 1.5rem;
    }
}

.information {
    padding-bottom: 150px;
}