/*imports roboto*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* root */
/*og purple: #6A498E */
/* og gold: #F4BD1D*/
:root {
    --purple: #4C355F;
    --gold: #f7ce55;
    font-family: "Roboto", sans-serif;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f7ce55' stroke-linecap='round' stroke-linejoin='round' transform='matrix(1, 0, 0, 1, 0, 0)'%3E%3Cpath d='M2 5L8 11L14 5' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}

::selection {
    background-color: rgba(247, 206, 85, 0.8);
}

.btn-primary {
    --bs-btn-color: var(--gold) !important;
    --bs-btn-bg: var(--purple) !important;
    --bs-btn-border-color: var(--purple) !important;
    --bs-btn-hover-color: var(--purple) !important;
    --bs-btn-hover-bg: var(--purple)7 !important;
    --bs-btn-hover-border-color: var(--purple) !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
    --bs-btn-active-color: var(--gold) !important;
    --bs-btn-active-bg: var(--purple) !important;
    --bs-btn-active-border-color: var(--purple)e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: var(--gold) !important;
    --bs-btn-disabled-bg: var(--purple) !important;
    --bs-btn-disabled-border-color: var(--purple) !important;
}

.accordion {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f7ce55' stroke-linecap='round' stroke-linejoin='round' transform='matrix(1%2c 0%2c 0%2c 1%2c 0%2c 0)'%3e%3cpath d='M2 5L8 11L14 5' fill='%23f7ce55'/%3e%3c/svg%3e") !important;
}

.accordionContainer {
    padding: 5% 5% 5% 5%;
}

audio {
    margin: 2% 15% 2% 41%;
}

/*typewriter animation effect*/
.typewriter {
    color: var(--purple);
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid var(--gold);
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    width: 0;
    max-width: 18.5rem;
    animation:
        typing 10s steps(100, end) infinite,
        blink-caret .8s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: var(--gold)
    }
}


/*============================*/
/*nav*/
header {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    height: 70px;
}

.off-screen-menu {
    display: none;
}

.ham-menu-container {
    display: none;
}

.ham-menu {
    display: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 80%;
    margin: auto;
}

nav ul {
    display: flex;
}

/*added for the SAE on the left*/
nav a,
.nav-links {
    display: flex;
}

header nav {
    justify-content: space-between;
}

nav ul li {
    list-style-type: none;
}

.homeLink {
    float: left;
    margin: 0 10px;
    display: flex;
    font-size: 2rem;
}

.nav-links {
    padding: 10px;
    margin: 0 10px;
    color: black !important;
    text-decoration: none !important;
}

.nav-links:hover {
    text-decoration: underline !important;
    color: var(--purple) !important;
}

.nav-links.active {
    text-decoration: underline !important;
    color: var(--purple) !important;
}

/*svg social icons*/
svg {
    width: 30px;
    height: 30px;
}

svg:hover {
    fill: var(--purple);
}

.card-svg {
    fill: var(--gold) !important;
}

/* body */
body {
    padding: 0;
    margin: 0;
}

h3 {
    color: var(--gold);
}

.cardCustom>h2 {
    color: var(--gold);
}

.cardCustom>h3 {
    color: var(--gold);
}

.vid-container {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(106, 73, 142, 0.9);
    position: relative;
}

.banner-video {
    padding: 0;
    margin: 0;
    z-index: -1;
    opacity: 0.25;
}

.index-main-body-parallax {
    /* The image used */
    background-image: url("../images/hero.webp");

    /* Set a specific height */
    min-height: 50vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3%;
}

.hero-header {
    position: absolute;
    padding: 10% 1% 1% 5%;
    left: 25%;
    right: 25%;
    text-align: center;
    overflow: none;
    z-index: 1;
    color: var(--gold);
    font-weight: bolder;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
}

.hero-button {
    position: absolute;
    padding: 15% 1% 1% 5%;
    left: 25%;
    right: 25%;
    text-align: center;
    overflow: none;
    z-index: 1;
    color: var(--gold);
    font-weight: bolder;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.6);
}

.cardContainer {
    display: flex;
    align-items: center;
    flex-direction: row;
    /*padding-top: 3%;*/
}

.cardCustom {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--purple);
    color: white;
    margin: 2% 5% 0 5%;
    padding: 3% 2% 3% 2%;
    text-align: center;
    border-radius: 25px;
    box-shadow: 5px 10px 8px #474747;
    vertical-align: top;
    transition: box-shadow 0.5s, transform 0.3s;
}

.cardCustom:hover {
    box-shadow: 5px 15px 12px var(--gold);
    transform: scale(1.05);
}

.banner {
    height: 10vh;
    width: auto;
    background-color: var(--purple);
    justify-content: center;
    display: flex;
    position: relative;
}

.bannerMiddle {
    height: 10vh;
    width: auto;
    background-color: white;
    justify-content: center;
    display: flex;
    position: relative;
}

.bannerh2div {
    height: 10vh;
    width: auto;
    background-color: white;
    justify-content: center;
    display: flex;
    position: relative;
}

.bannerTabletAndMobile {
    display: none;
}

.center-container {
    height: 12vh;
    width: auto;
    background-color: white;
    justify-content: center;
    display: flex;
    position: relative;
    margin: 5px 5px 5px 5px;
    justify-content: flex-start;
}

.h1-banner {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--gold);
}

.mid-banner-header {
    margin: 0 2% 0px 2%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--purple);
}

.sub-banner {
    color: var(--purple);
    font-weight: bold;
}

.imagesDiagonal {
    width: 25%;
    height: auto;
    margin: 0% 3% 3% 3%;
    border-radius: 25px;
}

.aboutSections {
    margin: 5% 5% 5% 5%;
}

.faqs {
    padding: 3% 3% 3% 3%;
}

.accordion-button:not(.collapsed) {
    color: var(--gold) !important;
    background-color: var(--purple) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon) !important;
    fill: #f7ce55 !important;
}

/*news page*/
.newsSection {
    padding: 2rem 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.newsStory {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    padding: 1.25rem;
    margin: 0;
    height: 100%;
}

.newsTextContent {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-width: 0;
}

.newsImageAndDate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: black;
    font-style: italic;
}

.newsImg {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
}

.newsTitle {
    color: var(--purple);
}

.newsAuthor {
    color: lightslategrey;
    font-style: italic;
}

/* News story links */
.newsStoryLink {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 10px;
}

.newsStoryLink:hover {
    transform: translateX(8px);
    color: inherit;
}

.newsStoryLink:hover .newsTitle {
    text-decoration: underline;
}

.read-more {
    color: var(--purple);
    font-weight: 600;
    margin-top: auto;
}

/* Story detail page */
.story-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

.story-hero {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 2rem;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.story-hero-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-content {
    padding: 0;
}

.story-title {
    color: var(--purple);
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
    line-height: 1.3;
}

.story-meta {
    display: flex;
    gap: 1.5rem;
    color: grey;
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--gold);
}

.story-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.story-body p {
    margin-bottom: 1.25rem;
}

.back-link {
    display: inline-block;
    color: var(--purple);
    text-decoration: none;
    font-weight: 600;
    margin: 1rem 0;
    transition: transform 0.2s;
}

.back-link:hover {
    transform: translateX(-4px);
    text-decoration: underline;
    color: var(--purple);
}

.story-not-found {
    text-align: center;
    padding: 4rem 2rem;
}

.story-not-found h1 {
    color: var(--purple);
    margin-bottom: 1rem;
}

.story-not-found p {
    color: grey;
    margin-bottom: 2rem;
}

/*Contact*/
.FormBody {
    padding: 2% 5% 5% 5%;
}

.invalid-feedback {
    border-color: rgba(216, 112, 147, 0.6) !important;
    border-width: 2px 2px 2px 2px;
}

.was-validated {
    border-color: rgba(144, 238, 144, 0.6) !important;
    border-width: 2px 2px 2px 2px;
}

/* footer */
footer {
    display: flex;
    flex-direction: row;
    text-align: left;
    background-color: var(--gold);
    justify-content: space-between;
    padding: 3rem;
    line-height: 2.5rem;
    color: var(--purple);
    font-weight: 500;
}

.customCol {
    display: flex;
    flex-direction: column;
}

.customCol>h2 {
    color: var(--purple);
}

.customRow {
    padding: 3% 2% 0% 2%;
    display: flex !important;
    flex-direction: row !important;
    list-style-type: none !important;
}

.socialFooter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none !important;
}

.socialFooter>ul {
    padding-left: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    list-style-type: none !important;
}

.socialFooter>ul>li {
    padding: 10px 10px 10px 10px;
    list-style-type: none !important;
}

.customRowAltColor {
    border-radius: 25px;
    padding: 3% 2% 0% 2%;
    display: flex !important;
    flex-direction: row !important;
    list-style-type: none !important;
    background-color: #e6e6e6;
}

.customRowAltColor ul li {
    list-style-type: none !important;
}

.customRow ul li {
    list-style-type: none !important;
}

.dashboardContainer {
    padding: 3% 3% 3% 3%;
    margin: 3% 3% 3% 3%;
}

.mobileIframe {
    display: none;
}

.desktopIframe {
    display: block;
}

footer a {
    color: var(--purple);
}

footer a:hover {
    font-weight: bolder;
}

footer::selection {
    background-color: rgba(76, 53, 95, 0.8) !important;
}

/*shape divider I found*/
/*top*/
.custom-shape-divider-bottom-1733207733 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1733207733 svg {
    position: relative;
    display: block;
    width: calc(148% + 1.3px);
    height: 500px;
}

.custom-shape-divider-bottom-1733207733 .shape-fill {
    /*fill: #F7CE55;*/
    fill: #FFFFFF;
}

/*bottom*/
.custom-shape-divider-top-1733208014 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1733208014 svg {
    position: relative;
    display: block;
    width: calc(178% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-1733208014 .shape-fill {
    fill: #FFFFFF;
}
