body {
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
    min-height: 100vh;
}

h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}

button,
.btn {
    background-color: #7413dc;
    color: white;
    border-radius: 1px;
    border: 1rem solid white;
}

button:hover,
.btn:hover {
    background-color: #205b41;
}

.navbar-nav .nav-item {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    color: #205b41;
}

.navbar-nav .nav-item:hover {
    color: #7413dc;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-link.active {
    color: #7413dc;
}

.home-page-banner {
    padding-top: 0;
    padding-bottom: 0;
}

.page-banner {
    position: relative;
    width: 100%;
    height: 70vh;
}

.banner-text-box {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    /* Adjust based on your design */
    /* Add any additional styling for your text box here */
}

.banner-content {
    color: white;
    /* Adjust text color as needed */
    background-color: rgba(0,
            0,
            0,
            0.6);
    /* Semi-transparent overlay for text readability */
}


.banner-content .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border: 1px solid transparent;
    font-family: "Nunito Sans";
    font-weight: bold;
    background-color: #7413dc;
    color: white;
    border-radius: 0;
    border: white;
    border-width: 0;
    width: 100%;
}

.banner-content img {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.section-bar h1 {
    font-size: larger;
}

.section-bar p {
    font-size: medium;
}

.section-bar .card {
    background-color: #7413dc;
    color: white;
    border-radius: 0;
    padding: 1rem;
}

.section-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
    height: 6vh;
}

.section-logo img {
    height: 5vh;
    max-width: 20vw;
    object-fit: contain;
    vertical-align: middle;
}

.body-text h1 {
    font-family: "Nunito Sans Bold", sans-serif;
    font-weight: bold;
}

.body-text h1 span {
    display: block;
    color: #7413dc;
}

.body-text a {
    text-decoration: none;
    color: black;
    font-weight: bold;

}

.body-text a:hover {
    text-decoration: underline;
}

.waiting-list {
    height: 100vh;
}

.form-contact input,
.form-contact textarea {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form-contact .custom-control-input {
    margin-right: 1rem;
}

.form-contact .btn,
.volunteer-button, 
.waiting-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: white;
}

.volunteer a:hover {
    text-emphasis: none;
    color: white;
    text-decoration: none;
}

.volunteer a {
    text-emphasis: none;
    color: white;
}

.waiting-list-iframe {
    height: 100%;
    width: 100%;
}

.footer {
    background-color: #7413dc;
    color: white;
}

.footer h2 {
    font-family: "Nunito Sans Bold", sans-serif;
    font-weight: bold;
}

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

.footer a:hover {
    text-decoration: underline;
}

.footer .charity {
    font-family: "Nunito Sans Bold", sans-serif;
    font-weight: bold;
    margin-top: 2rem;
}

.tab-content .table-bordered td,
.table-bordered th {
    border: white solid .25rem;
}

.tab-content .img-fluid {
    max-width: 10rem;
    padding: 1rem 0;
}

.nav-tabs .nav-link {
    color: #205b41;
    font-weight: 900;
}

.nav-tabs .nav-link.active {
    color: #7413DC;
}

.nav-tabs .nav-link:hover {
    color: white;
    background-color: #205b41;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #205b41;
    color: white
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: lightgray;
    color: #205b41
}