body {
    max-width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f4;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('../images/background.jpg') bottom / cover no-repeat;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -2;
}


.content-container {
    padding: 1rem 1rem;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 80vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    color: #253D2C;
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    margin-bottom: 2rem;
}

h1 {
    font-size: 3rem;
    color: #ffffff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 {
    font-size: 2rem;
    color: #374f2f;
}

p {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.features-section {
    border: #253D2C 2px solid;
    border-radius: 2rem;
    background-color: #374f2f;
    padding: 2rem;
    margin-top: 2rem;
    color: white;
    text-align: center;
}

.features-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*for links in the feature-container section*/
.features-container a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.feature-item {
    max-width: 30vw;
    text-align: center;
    margin: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 1.5rem;
    background-color: #253D2C;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.feature-icon {
    font-size: 3rem;
    color: #ffca28;
}

.cta-section {
    border: #253D2C 2px solid;
    border-radius: 2rem;
    background-color: #374f2f;
    padding: 2rem;
    background-color: #253D2C;
    color: white;
}

#cta-heading,
#features-heading,
#upcoming-heading {
    color: yellow;
}

.signup-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #ffca28;
    color: #253D2C;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.signup-button:hover {
    background-color: #ffb300;
}

.footer {
    padding: 2rem;
    background-color: #374f2f;
    color: white;
    text-align: center;
}

.footer a {
    color: #ffca28;
    text-decoration: none;
}

/* Parallax Section */
.parallax {
    /* Link to the parallax image */
    min-height: 150px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    max-width: 80vw;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}

.parallax-content {
    color: white;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;

}

.parallax-content h1 {
    font-size: 3.5rem;
    margin: 0;
    position: sticky;
    top: 20vh;
}

.parallax-content p {
    font-size: 1.5rem;
}

[role=banner] {
    min-height: 100vh;
}

.upcoming-events {
    margin-top: 1rem;
    border: #253D2C 2px solid;
    border-radius: 2rem;
    background-color: #374f2f;
    color: #ffffff;
    text-align: center;
}

.upcoming-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*for links in the feature-container section*/
.upcoming-container a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.upcoming-item {
    width: 60vw;
    text-align: center;
    margin: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 1.5rem;
    color: #374f2f;
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.upcoming-item h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
}

.upcoming-item p {
    margin: 0.5rem 0;
    line-height: 1.5;
}

.upcoming-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

ul {
    list-style: none;
    padding-left: 0;
    max-width: 1080px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    li {
        padding: 0 .5rem;
        font-weight: 700;
    }

}

.cloud {
	
		column-count: 2;
}

.cloud p {
		font-size: 2.25rem;
}

/*======Commented cloud functionality out for better legibility 02/19/26 Brook START =======*/
/*ul.cloud {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


ul.cloud p {
  display: block;
  font-size: 2.25rem;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  color: var(--color);
}

ul.cloud li:nth-child(5n+1) p { --color: #FFFFFF; }
ul.cloud li:nth-child(5n+2) p { --color: #CF7D55; }
ul.cloud li:nth-child(5n+3) p { --color: #436960; }
ul.cloud li:nth-child(5n+4) p { --color: #CCFFFF;}
ul.cloud li:nth-child(5n) p { --color: #FFCCFF;}*/
/*======Commented cloud functionality out for better legibility 02/19/26 Brook END =======*/

@media (max-width: 768px) {

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: url('../images/backgroundMobile.jpg') bottom / cover no-repeat;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: -2;
    }

	.parallax {
		max-width:95vw;
}

    .parallax-content h1 {
        font-size: 2.5rem;
    }

    .parallax-content p {

        font-size: 1.2rem;
    }

    [role=banner] {
        min-height: 250px;
    }

    details p {
        padding: 0rem;
    }

    ul {
        width: 80vw;
        padding: .5rem;
    }

    ul.cloud p {
        display: block;
        font-size: 1.5rem;
        padding: 0.5rem;
        text-decoration: none;
        position: relative;
        color: var(--color);
    }

	.feature-item {
		max-width: 40vw;
	}

}
