/* Regular Styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .logo {
    font-size: 1.5rem;
    font-weight: 400;
}

header .main-logo img {
    max-height: 40px;
    width: auto;
}

nav {
    display: flex;
    gap: 20px;
}

nav a {
    text-decoration: none;
    color: rgb(40, 40, 40);
    font-weight: 400;
}

a {
    color: #007BFF; /* Style all links to be a color */
    text-decoration: none;
}



/* Hero Image Styling */
.hero {
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url('assets/laaa-website-media-hero-02.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
}

/* Text Overlay Styling */
.hero-text {
    position: absolute;
    top: 44%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    font-size: 5.5em;
    font-weight: bold;
    line-height: .10;
}



.hero-short {
    position: relative;
    width: 100%;
    height: 60vh;
    background-image: url('assets/laaa-website-media-hero-02.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
}



.hero-short-text {
    position: absolute;
    top: 44%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    font-size: 5.5em;
    font-weight: bold;
    line-height: .10;
}


.hero-page-short {
    position: relative;
    width: 100%;
    height: 30vh;
    background-image: url('assets/laaa-website-media-hero-05.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
}

.hero-page-short-scholarships {
    position: relative;
    width: 100%;
    height: 30vh;
    background-image: url('assets/laaa-website-media-hero-04.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
}



body {
    font-family: 'Roboto', serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
.headline {
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 20px;
}
.subheading {
    font-size: 1.2em;
    font-weight: 300;
    margin: 20px 0;
}
.section {
    margin: 40px 40px;
    align-content: center;
}
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background-color: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
.testimonial {
    font-style: italic;
    margin: 20px 0;
}


.home-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 45px;
}


.testimonial-short {
    font-style: italic;
    margin: 20px 0;
    padding: 0 45px;
}



.event-details {
    flex-wrap: wrap;
    align-content: left;
    padding: 0 30px;
}


/* Regular Image Styles */
.large-imagecontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.large-imagecontainer img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .large-imagecontainer {
        height: auto;
    }

    .large-imagecontainer img {
        width: 100%;
        height: auto;
    }
}


/* Contact Form Styling */
/* Ensure the form maintains consistent styling */
#contact-form {
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* Style for input field grouping */
  .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  /* First and last name fields */
  .form-group .half-width {
    width: 48%;
  }
  
  /* Full-width fields */
  .email-field, .message-field {
    width: 100%;
    margin-bottom: 15px;
  }
  
  /* Input and textarea styling */
  #contact-form input, 
  #contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  /* Required field indicator */
  label.required::after {
    content: '*';
    color: red;
    margin-left: 4px;
  }
  
  /* Submit button styling */
  #contact-form .submit-btn {
    display: block;
    width: 120px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e60000; /* Adjust as needed */
    color: #fff;
  }
  
  /* === Mobile Responsive Styles === */
  @media (max-width: 768px) {
    .form-group {
        flex-direction: column; /* Stack form fields on smaller screens */
    }
  
    .form-group .half-width {
        width: 100%; /* Full width for better mobile experience */
    }
  }
  
/* Shopify Purchase Styling */

.shopify-products-grid {
    margin: 50px auto;
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.product-item {
    max-width: 300px;
    width: 100%;
    text-align: center;
}















footer {
    text-align: center;
    padding: 20px;
    font-weight: 200;
    font-size: 0.8rem;
}

footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 0 5px;
}

.golf-tournament {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
}


.shopify-purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin: 0 auto; /* Center the container horizontally */
    flex-direction: column; /* Ensure items are stacked vertically */
}



/* Split Row Styling */
.split-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.split-column {
    flex: 1;
    margin: 30px;
    min-width: 240px; /* Ensures columns don't get too narrow on smaller screens */
}

.testimonial {
    font-style: italic;
}


.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.list-scholarship-winners {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
}

/* Remove bullets from list */
.list-scholarship-winners ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-scholarship-winners li {
    margin-bottom: 10px;
}



.home-scholarship {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
}


.global-sponsorship {
    /*flex-wrap: wrap;*/
    margin: 40px;
    padding: 0 40px;
}

/* Center the map and make it larger with no border */
.map {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px 0;
}

.map iframe {
    width: 80%;
    height: 500px;
    border: none;
}


/* Responsive Design */
@media (max-width: 768px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }

    nav {
        display: none;
        flex-direction: column;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 8px;
    }

    nav a {
        padding: 10px 0;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
    }

    .hamburger div {
        width: 25px;
        height: 3px;
        background-color: rgb(40, 40, 40);
    }

    .show-nav nav {
        display: flex;
    }

    .hero-text {
        font-size: 2.75em;
        top: 40%;
        left: 40%;
    }

    .hero-page-short {
        height: 40vh;
    }

    .hero-short-text {
        font-size: 2.75em;
        top: 40%;
        left: 40%;
    }

    .section {
        margin: 15px 15px;
    }

}


/* Roboto Font Styles */

.roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
  }