@import url('https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&family=Saira+Stencil+One&display=swap');


* {
    box-sizing: border-box;
}

body {
    font-family: 'Mohave', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: lightgray;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, a {
    color: #fff;
}

/* navigation */

.nav { 
    width: 1440px;
    background-color: #BCC6CF;
    margin: 0 auto;
    justify-content: space-between;
    padding: 1.5em 0;
}

.nav, .main-nav {
    display: flex;
}

.main-nav {
    font-size: 32px;
    margin: 0 auto;
    padding: 10px 0;
}

.logo {
    margin: 0;
    padding-left: 100px;
}

.logo img { 
    transform: scale(9.5);
    height: 50px;
    padding-left: 5px;
 }

 .main-nav a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    color: #571A57;
}

.main-nav li a:hover {
    display: block;
}

/* header section */

header { 
    background: url('images/concertpic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1440px;
    height: 723px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}

header h1 { 
    font-family: 'Saira Stencil One';
    font-size: 60px;
    color: #cc9966; 
    text-align: center;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
}

.returns { 
    font-family: 'Saira Stencil One'; 
    color: white;
    font-size: 4rem;
    display: block;
    margin: 0 auto;
    padding-bottom: 15%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
}

.support { 
    background: url('images/concertpictwo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1440px;
    height: 723px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.support h1 { 
    font-family: 'Saira Stencil One', 'sans-serif';
    font-size: 60px;
    color: #fff; 
    display: flex;
    justify-content: flex-start;
    padding: 8% 8% 4%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    line-height: 30%;
}

.support p {
    font-family: 'Mohave';
    font-size: 24px;
    color: #fff;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 2% 8% 8%;
}

.hr-divider {
    width: 30%;
    border: 0; 
    border-top: 2px solid #fff;
    margin-left: 8%;
}

/* Colors */
.blue-bg { 
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(#84C8FF, #E9BB99);
    padding: 50px 0;
    font-family: 'Lato', sans-serif;
}

.purple-bg { 
    width: 1440px;
    margin: 0 auto;
    background-image: linear-gradient(#84C8FF, #CFC4CC);
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 50px 0;
    font-family: 'Lato', sans-serif;
}

/* info section */
.info h2 { 
    font-family: 'Mohave';
    text-align: center;
    color: #fff;
    font-size: 60px; 
    letter-spacing: 2px; 
}

.date {
    font-family: 'Mohave';
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px; 
}

.url {
    font-family: 'Mohave';
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold; 
    letter-spacing: 2px; 
}

.divider {
    width: 83%;
    border: 0; 
    border-top: 2px solid #fff;
    margin-left: 8%;
}

/* Card Grid */
.cards { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    padding: 20px; 
}

.card { 
    width: 326px; 
    height: 326px; 
    border: 3px solid white; 
    border-radius: 10px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    background-size: cover; 
   
}

.card-content h3 {
    font-family: 'Mohave';
    color: #fff; 
    text-align: center;
    font-size: 48px; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.card-content a { 
    font-family: 'Mohave';
    color: #fff; 
    display: flex;
    justify-content: center;
    text-decoration: none; 
    font-size: 30px; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.card-one { 
    background-image: url('images/foodndrinks.jpg');
}

.card-two { 
    background-image: url('images/artsncrafts.jpg'); 
}

.card-three { 
    background-image: url('images/oakharbornews.jpg'); 
}

/* Poster & About */

.main-poster { 
    max-width: 400px; 
    border: 2px solid white; 
    display: block;
    margin: auto; 

}

.inspire-text {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.9;
    padding-left: 112px;
}

.about-text { 
    max-width: 700px;
    margin: 0 auto; 
    padding: 20px; 
    font-size: 13px; 
    line-height: 1.4; 
}

.about-text h3 { 
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.9;
    text-align: center;
}

.about-text p { 
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.9;
    text-align: center;
}

/* Donation Box */
.cta-box { 
    background: #e4d8d8; 
    border: 2px solid white; 
    border-radius: 5px;
    width: 500px;
    margin: 40px auto; 
    padding: 40px 80px; 
    color: #555;
}

.cta-box h3 {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.btn-donate { 
    display: inline-block; 
    background: linear-gradient(to right, #1d9db1, #f8711f);
    color: white; 
    padding: 10px 40px; 
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: bold;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

/* Sponsors */

.section-title {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.9;
    padding-left: 112px;
}

.logo-grid { 
    display: grid; 
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px; 
    max-width: 900px; 
    margin: 0 auto; 
    align-items: center;
}

.logo-grid img { 
    width: 100%; 
    height: auto; 
    filter: grayscale(20%); 
}

.sponsors {
    padding: 20px 20px;
    text-align: center;
}

.section-title {
    font-family: 'Mohave', 'sans-serif';
    font-weight: bold;
    color: #571A57;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.divider {
    width: 80%; 
    margin: 30px auto; 
    border: 0; 
    border-top: 2px solid #fff;
}


/* Categories */

.category {
    margin-bottom: 40px;
}

.category h2 {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.9;
}

/* GRID */

.grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.logo-box {
    padding: 15px 25px;
    border-radius: 4px;
}

.logo-box img {
    max-width: 180px;
}

/* THANK YOU TEXT */
.thankyou-section {
    margin: 80px auto;
    max-width: 900px;
    text-align: center;
}

.thankyou-section h2 {
    font-family: 'Mohave', 'sans-serf';
    color: #FFF;
    font-size: 40px;
    max-width: 800px;
    margin: 60px auto;
    line-height: 1.7;
    opacity: 0.9;

}

.thankyou-section h2 span {
    color: #571A57; 
}

.subtext {
    font-family: 'Mohave', 'sans-serf';
    font-size: 24px;
    color: #571A57;
    font-weight:500;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    padding-bottom: 5%
}

.thankyou-columns {
    font-family: 'Mohave', 'sans-serf';
    font-size: 20px;
    color: #FFF;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    line-height: 1.8;
    opacity: 0.95;
}

.button {
    font-family: 'Mohave', 'sans-serif';
    background: linear-gradient(to right, #9fbedf, #453592);
    display: inline-block;
    padding: 12px 120px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Footer */
.footer-logo { 
    font-family: 'Saira Stencil One', 'sans-serif';
    letter-spacing: 2px;
    font-size: 40px; 
    color: white; 
    text-align: center;
}

.socials { 
    font-size: 2rem; 
    margin: 20px 0; 
}

.address {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
    opacity: 0.9;
    text-align: center;
}

.socials img {
    display: inline-block;
    margin: 0 auto;
    width: 74px;
    
}

.copyright {
    font-family: 'Mohave', 'sans-serif';
    letter-spacing: 2px;
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
    text-align: center;
}

.tree { 
    background: url('images/orangetree.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1440px;
    height: 500px;
    display: block;
    position: relative; top: -300px;
 }

 .tree-other { 
    background: url('images/purpletree.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1440px;
    height: 500px;
    display: block;
    position: relative; top: -300px;
 }