/*

Friends of Booker T. Washington National Monument, ©2024

Created By: Allen Hamlette @ The Web Penguin, LLC
Visit me at www.thewebpenguin.com

Colors:
    font color:
    font hover:
    background color:
    accent color:
    accent color:


Font-family:

*/

* {
    box-sizing:border-box;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 280px;
    max-width: 2500px;
    margin: auto;
    text-align: left;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: large;
}

body {
    background-image: url("/images/graphics/white_paperboard.png");
    background-repeat: repeat;
    background-color: #000000;
    background-size: contain;
    animation: fadeInAnimation ease .75s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    color: #000000;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

table {
    margin: auto;
}

button, .button {
    margin: 5% auto;
}

h1, h2, h3, h4, h5, h6, label, button, .button, .btn, label, .nav-link, #pageLinks > .link {
    font-weight: 600;
    font-style: normal;
    font-family: Baskerville;
    text-align: center;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
}

#volunteerInterests, #specialDesignation, #memberStatus {
    font-weight: 600;
    font-style: normal;
    text-align: left;
    color: #000000;
}

p, ul, ul > li, dl, input {
    font-size: large;
    font-weight: 400;
    text-align: left;
}

.content > p {
    text-align: left;
    padding: 1% 3%;
}

li {
    padding: .5% 5%;
}

small {
    color: inherit !important;
}

.card {
    border-color: transparent;
}

.section {
    width: 98%;
    border: 1px transparent solid;
    margin: 1% auto;
    padding: 1% 10%;
    text-align: center;
}

.section > .image {
    background-color: transparent;
    padding: 5px;
    border-color:transparent;
}

.section > p {
    padding: 0 3%;
}

.section > h3, .section > h2, .heading > h4 {
    text-decoration: underline;
}

#donate > .border, .border {
    background-color: #badcc4;
}

a {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    color: gray;
}

a:hover {
    text-decoration: none;
    color: black;
}

nav {
    height: auto;
}

.nav-link {
    color: black;
}

.navbar-collapse.collapse.show {
    height: auto;
    z-index: 1;
}

button.navbar-toggler:hover {
    color: unset;
}

.nav-link:hover, #pageLinks > .link > a:hover, #pageLinks > .link:hover   {
    color: gray;
    text-decoration: none;
    transform: scale(1.1);
}

:hover {
    transition: .2s ;
}

u {
    font-family: inherit;
    font-weight: bold;
}

span {
    font-size: inherit;
    color: red;
}

.hide {
    display: none !important;
}

.border {
    padding: 25px;
    width: 98%;
    height: 100%;
    margin: 3% 1%;
    border: 5px solid #e5e4e2 !important;
}

.socialMediaLinks {
    display: inline-block;
}

.socialMediaLinks > .icon {
    float: left;
    width: 20px;
    height: 100%;
    margin: 0 7px;
}

.icon > a > img {
    object-fit: contain;
}

.phoneNumber {
    text-align: right;
    height: 100%;
    width: fit-content;
    float: right;
}

.title, .homepageTitle {
    text-align: center;
}

.title {
    margin: 3% auto;
}

.page > p {
    text-align: center;
}

.title > h1 {
    text-decoration: underline;
    color: black;
}

.content > .title {
    height: 50px;
    padding: 0 5px;
    margin: 1%;
}

.navbar {
    font-weight: bold;
    padding: 5px 10px;
    background-color: transparent;
}

.nav-link, .portalButton {
    text-align: center;
}

li.nav-item {
    margin: auto;
    padding: 0
}

.introduction > h2 {
    padding-left: 7%;
}

.introduction > p {
    width: 80%;
    margin: auto;
}

.image {
    border: 3px solid #e5e4e2;
    height: fit-content;
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
}

.mediumImage {
    border: 3px solid #e5e4e2;
    height: fit-content;
    width: 100%;
    background-color: white;
    margin: 3% auto;
}

.largeImage {
    border: 3px solid #e5e4e2;
    height: fit-content;
    width: 75%;
    margin: 3% auto;
    background-color: white;
}

.largeImage > img {
    object-fit: contain;
}

#bucketImage {
    border: 0;
    background-color: unset;
}

#postImage {
    border: 3px solid #e5e4e2;
    height: fit-content;
    width: 60%;
    max-width: 500px;
    margin: auto;
    background-color: darkgray;
}

#dynamicImage > img {
    object-fit: cover;
}

img {
    object-fit: contain;
    object-position: top center;
    width: 100%;
    height: 100%;
}

iframe, video, embed {
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
}

li {
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
}

hr {
    border: black solid 2px;
    margin: 1.5% 10%;
}

input, button, select, optgroup, textarea {
    font-family: inherit;
    color: inherit;
}

label {
    display: unset;
}

form {
    width: 70%;
    min-width: 250px;
    max-width: 900px;
    margin: 5% auto;
}

input {
    width: 100%;
    margin: 0 auto;
}

input.label {
    width: fit-content;
    float: left;
}

input.radioButton, input.checkbox {
    width: fit-content;
    margin-right: 10px;
}

input#image, input#downloadable {
    color: inherit;
}

.checkbox > label, .radioButton {
    color: unset;
    font-weight: unset;
    font-family: "source-sans-pro", sans-serif;
    text-align: left;
}

textarea {
    width: 100%;
    height: 35vw !important;
    max-height: 300px;
    margin: 0;
}

#mytextarea {

}

footer {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: lightgray;
}

.form-group {
    margin: 5% auto;
    text-align: left;
}

#logo > .image {
    height: 100%;
}

#contact > p {
    font-size: medium;
}

.twpLogo {
    width: auto;
    height: 75px;
}

.twpLogo > .image {
    border-color: transparent;
    background-color: unset;
}

.twpLogo > .image > a > img {
    object-fit: contain;
}

.copyright {
    width: 50%;
    float: left;
    padding: 25px 0;
}

.twpLogo {
    width: 25%;
    float: left;
}

.addtlLinks {
    width: 25%;
    display: inline-block;
    padding: 25px 0;
    float: right;
}

.addtlLinks > .link {
    width: fit-content;
    margin: 0 3%;
    float: left;
    text-align: right;
}

.topHeader {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
}

.topHeader > .socialMediaLinks {
    height: 100%;
}

.navbar > .container {
    padding: 0;
    max-width: unset;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand > .image {
    height: 75px;
    width: 125px;
    background-color: unset;
    border: none;
    padding: 1%;
}

.navbar-brand > .image > img {
    object-fit: contain;
}

.navbar-collapse > .portalButton {
    margin-left: 3%;
}

.homepageTitle {
    margin: 10% auto 3%;
    padding: 0 5%;
}

.page {
    min-height: 500px;
}

.adminButtons, .categoryButtons {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 1% auto;
    text-align: center;
}

.categoryButtons > .button {
    margin: 0 .5%;
}

.adminButtons > .editButton, .adminButtons > .deleteButton {
    margin: 0;
    width: 50%;
    font-size: x-small;
    float: left;
}

.adminButtons > a > .button {
    font-size: large;
}

a > .editButton, .editButton {
    width: fit-content;
}

.deleteButton {
    float: left;
}

.deleteButton > form {
    margin: -1px;
    width: unset;
    min-width: unset;
    max-width: unset;
}

.button, button {
    width: auto;
    border-color: #e5e4e2;
    color: #000000;
    background-color: #e5e4e2;
    font-weight: bold;
    text-transform: uppercase;
}

.button:hover, .btn:hover, button:hover, .button:hover > h3 {
    background-color: #000000;
    color: #e5e4e2 !important;
    border-color: #e5e4e2;
    transform: scale(1.10);
}

.button:hover > h3 {
    background-color: #000000;
    color: #e5e4e2 !important;
    border-color: #e5e4e2;
    transform: unset;
}

.readMore {
    margin: 5% auto 3%;
    text-align: center;
}

.btn-danger {
    color: red !important;
    background-color: white;
    border-color: red !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-danger:hover {
    color: white !important;
    background-color: red;
    border-color: white !important;
}

.btn-warning {
    color: black;
    background-color: yellow;
    border-color: black !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-warning:hover {
    color: yellow !important;
    background-color: black;
    border-color: yellow !important;
}

.btn-success {
    color: green !important;
    background-color: white;
    border-color: green !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-success:hover {
    color: white !important;
    background-color: green;
    border-color: white !important;
}

.navbar-nav {
    margin: auto;
    text-align: right;
    width: 100%;
}

.navbar-toggler {
    background-color: #e5e4e2;
}

.navbar-toggler:hover {
    color: #e5e4e2;
}

.one {
    background-color: lightgray;
    padding: 1%;
}

.two {
    background-color: lightyellow;
    padding: 3%;
}

.three {
    background-color: lightgreen;
    padding: 3%;
}

.four {
    background-color: lightblue;
    padding: 3%;
}

.five {
    background-color: lightsalmon;
    padding: 3%;
}

.intro {
    padding: 0 3%;
    margin: 3% auto;
}

.intro > h3 {
    text-underline: black;
    text-decoration: underline;
    margin-bottom: 15px;
}

.intro > h4 {
    text-align: left;
}

.intro > p {
    text-align: center;
}

.banner {
    min-height: 300px;
}

.twoColumnBanner {
    display: inline-block;
    width: 100%;
    height: auto    ;
    min-height: 250px;
    padding: 0 7%;
}

#header {
    padding: 0 7.5%;
}

.twoColumnBanner > .left, .twoColumnBanner > .right {
    width: 50%;
    height: 100%;
    border: 1px transparent solid;
}

.left {
    float: left;
    padding: 1%;
}

.right {
    float: right;
    padding: 1%;
}

.twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
    width: 100%;
    height: fit-content;
    max-height: 400px;
}

.twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
    width: 100%;
    height: fit-content;
    max-height: 400px;
    margin: auto;
}

.twoColumnBanner > .left > .image > img, .twoColumnBanner > .right > .image > img {
    object-fit: contain;
    object-position: center;
}

.twoColumnBanner > .right > .content {
    border-color: transparent;
    text-align: left;
    padding: 3%;
}

.twoColumnBanner > .right > .content > h3{
    text-align: left;
    font-size: x-large;
}

.content > p, .writtenContent > p {
    text-align: left;
}

.callToAction {
    margin: 3% auto;
}

.callToAction > h1 {
    padding: 0 10%;
}

.callToAction > a > .button, .adminButtons > a > .button {
    font-size: 1.25em;
    height: auto;
}

.callToAction > a > h3 > .button  {
    margin: 3% auto;
    font-size: x-large;
    width: fit-content;
    white-space: normal;
}

.right {
    float: right;
    padding: 1%;
}

.threeColumnBanner {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 10%;
}

.column {
    width: 31.33%;
    height: auto;
    margin: 1%;
    float: left;
}

.column > .image {
    width: 100%;
    height: 20vw;
    max-height: 400px;
    background-color: white;
}

.column > .image > a > img {
    object-fit: contain;
}

.column > .content {
    padding: 1%;
}

.column > .content > h3 {
    text-align: left;
}

.column > .content > h4 {
    color: yellow;
    margin-top: 3%;
}

.column > .content > p {
    text-align: left;
}

.threeColumnBanner > a > .column, .threeColumnBanner > .column {
    float: left;
    text-align: center;
    padding: 1%;
}

.column > .callToAction > a > button {
    min-width: 200px;
    width: 65%;
    margin: 10px auto;
}

.fourPartBanner {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 3% auto;
}

.fourPartBanner > a > .part, .fourPartBanner > .part {
    width: 23%;
    height: auto;
    float: left;
    border: 3px solid #e5e4e2;
    text-align: center;
    padding: 1%;
    margin: 1%;
    background-color: white;
}

.fourPartBanner > .part > .image {
    height: 15vw;
    width: 100%;
    margin: auto;
    border-color: transparent;
    background-color: transparent;
}

.fourPartBanner > .part > .image > img {
    object-fit: cover;
}

.fourPartBanner > .part > .information > .title > h5, .threeColumnBanner > .column > h5 {
    height: 50px;
    text-transform: capitalize;
    text-align: center;
}

.information > p {
    text-align: center;
}

.category {
    margin-top: 5%;
}

.confidenceStatement {
    margin-top: 3%;
}

.confidenceStatement, .callToAction {
    width: 100%;
    padding: 1% 1.5%;
    text-align: center;
}

.confidenceStatement > h3, .confidenceStatement > h4 {
    text-align: center;
}

.quote {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #FFFF00;
    padding: 0 15%;
}

.quote > h3 {
    color: #000000;
}

.quote > p {
    color: #000000;
}

.quote > .image {
    height: 30vw;
    max-height: 450px;
    width: 33.33%;
    float: left;
}

.reviewer {
    text-align: center;
}

.callToAction > a > button {
    margin-top: 1%;
    font-size: large;
}

.googleMap {
    width: 100%;
    height: 25vw;
    min-height: 250px;
    max-height: 450px;
}

.chamberOfCommerce {
    height: 75px;
    width: fit-content;
    margin: auto;
}

.chamberOfCommerce > .image {
    background-color: unset;
    border-color: transparent;
}

#krogerBanner > .left > .image {
    max-height: 150px;
    margin: 1% auto;
}

.secondaryFooter {
    height: auto;
}

.secondaryFooter > .section {
    padding: 1%;
}

.secondaryFooter > .section > .threeColumnBanner {
    padding: 0 5%;
}

.secondaryFooter > .section > .twoColumnBanner > .column {
    height: 10vw;
    min-height: unset;
    padding: 1%;
    border: transparent;
}

.secondaryFooter > .section > .twoColumnBanner > .rightColumn {
    width: 66.66%;
    float: right;
    height: 15vw;
}

.secondaryFooter > .section > .twoColumnBanner > .leftColumn {
    width: 33.33%;
    float: left;
}

.secondaryFooter > .twoColumnBanner > .left > .image, .secondaryFooter > .twoColumnBanner > .right > .image {
    height: 300px;
    width: fit-content;
    margin: auto;
}

.index {
    width: 100%;
    display: inline-block;
    margin: 3% auto;
    padding: 0 7%;
}

.pagination {
    width: 50%;
    margin: auto;
}

.pagination > nav > .hidden {
    display: none;
}

.pagination > nav {
    width: fit-content;
    margin: auto;
}

.pagination > nav > a {
    font-size: xx-large;
}

.pagination > nav > .flex {
    width: 300px;
}

.pagination > nav > .flex > span {
    font-family: inherit;
}

.disclaimer > p > a {
    text-decoration: underline;
}

#socialMedia > .socialMediaLinks > .icon {
    width: 44%;
    height: 55px;
    margin: 3%;
}

#socialMedia > .address > p {
    text-align: center;
}

.column > .businessHours > p {
    text-align: center;
}

.threeColumnBanner > .column > h4 {
    margin-bottom: 10px;
}

.caption {
    margin-top: 3%;
}

.information > .title {
    height: 7vw;
    max-height: 70px;
    padding: 3%;
}

/* WELCOME */
#marquee {
    padding: 0;
    height: auto;
}

.marqueeImage {
    background-image: url("#");
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 80vh;
    max-height: 900px;
    border: 5px solid #e5e4e2;
    margin: 0 auto 3%;
    background-color: lightgray;
}

.marqueeImage > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: -3;
}

.marqueeImage > .section {
    padding: 1% 2%;
    height: inherit;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    margin: 1% auto;
    opacity: 80%;
    border-color: transparent;
}

#marqueeCTA {
    margin: auto;
    padding: 0;
}

#marqueeCTA > .adminButtons > a.button {
    font-size: large;
    padding: 1%;
    margin: 5% 1%;
    border-radius: var(--bs-btn-border-radius);
    border: 1px solid green !important;
}

/* **************** (SLIDESHOW) ********************** */

/* Slideshow container */
.slideshow-container {
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
    height: 40vw;
    max-height: 600px;
}

.mySlides.fade > img {
    object-fit: cover;
}

/* Next & previous buttons */
.prev, .next {
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
    top: 50%;
    width: fit-content;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    float: right;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 4.5s;
}

@keyframes fade {
    from {opacity: .8}
    to {opacity: 1}
}

/* ************************************** */


#recentNews > .article {
    float: left;
    width: 23%;
    height: auto;
    margin: 1%;
    border: 1px solid black;
    background-color: #badcc4;
}

#recentNews > .article > .image {
   max-height: 300px;
}

#recentNews > .article > .image > img {
    object-position: top center;
}

#homepageEventIndex {
    height: 600px;
}

#homepageEventIndex > .left > .image {
    height: 100%;
    width: 100%;
}

#homepageEventIndex > .left > .image > img {
    object-fit: cover;
}

#homepageEventIndex > .right > .content > h3 {
    text-align: center;
}

#upcomingEvents {
    display: inline-block;
    height: 500px;
    overflow: scroll;
    background-color: lightgray;
    border: 3px solid black;
    padding: 3% 0;
}

#upcomingEvents > .event {
    width: 96%;
    height: auto;
    margin: 2%;
    padding: 1%;
    background-color: unset;
}

#upcomingEvents > .event > .date {
    width: 33.33%;
    float: left;
}

#upcomingEvents > .event > .information {
    width: 66.66%;
    float: left;
}

.helloWorld {
    width: 75%;
    max-width: 350px;
    margin: auto;
    padding: 1% 2% 5%;
}

small {
    color: white;
}
#scholarshipHomepage > .recipient {
    width: 35%;
    height: auto;
    margin: 1% 7.5%;
    float: left;
}

#scholarshipHomepage > .recipient > .image {
    height: 35vw;
    width: 100%;
    margin: 0 auto 3%;
}

#scholarshipHomepage > .recipient > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* ABOUT */
#about {
    height: auto;
    min-height: auto;
}

/* NEWS */
#news > .article {
    width: 23%;
    height: auto;
    float: left;
    margin: 2% 1%;
    padding: 5px;
    background-color: #badcc4;
}

#news > .article > .title {
    height: 3.25vw;
    max-height: 75px;
}

#news > .article:hover {
    box-shadow: 2px 2px black;
    background-color: whitesmoke;
}

.article > .image {
    height: 15vw;
}

.article > .image > img {
    object-fit: cover;
}

/* LEADERSHIP */
.member {
    width: 23%;
    height: auto;
    margin: 1%;
    text-align: center;
    border: 3px solid #e5e4e2;
    padding: 1%;
    float: left;
    background-color: #badcc4;
}

.member > a > .image {
    height: 12vw;
    min-height: 150px;
    max-height: 350px;
    background-color: #e5e4e2;
}

.member > .image > img {
    object-fit: cover;
}

#foundingMembers > p {
    font-size: 1.5em;
}

/* EVENTS */
.signatureEvents {
    width: 100%;
}
.signatureEvent {
    border: 2px solid black;
    width: fit-content;
    height: fit-content;
    padding: 1%;
    margin: 1% 7.5%;
    float: none;
}

.signatureEvents > a:hover > .signatureEvent > h3 {
    background-color: transparent;
}

.event {
    display: inline-block;
    width: 90%;
    max-width: 1800px;
    height: 20vw;
    max-height: 1300px;
    margin: 2%;
    background-color: #badcc4;
}

.event:hover {
    box-shadow: 2px 2px black;
    background-color: whitesmoke;
}

.event > .image {
    float: left;
    width: 33.33%;
}

.event > .content {
    float: right;
    width: 66.66%;
    padding: 3%;
}

/* PHOTOS */
.photo {
    width: 31.33%;
    height: auto;
    margin: 2% 1%;
    float: left;
}

.photo > a > .image {
    height: 20vw;
    max-height: 400px;
    width: fit-content;
    margin: auto;
}

.photo > a > .image > img {
    object-fit: cover;
}

/* VIDEOS */
.video {
    width: 23%;
    height: auto;
    margin: 1%;
    float: left;
}

.video > .image {
    height: 14vw;
    width: 100%;
    background-color: darkgray;
}

.video > .title {
    height: 50px;
}

/* CONTACT */
.contactForm > .twoColumnBanner > .left > .image {
    height: 0vw;
    min-height: 500px;
    max-height: 400px;
    margin: 15% auto;
}

.contactForm > .twoColumnBanner > .left > #bucketImage {
}

/* DASHBOARD */
#dashboardAdmin {
    padding: 0 5%;
}

#dashboardAdmin > a > button {
    width: 25%;
    margin: 3% 1%;
    padding: 2%;
}

/* SITEMAP */
.sitemap {
    font-size: x-large;
    padding: 3%;
}

.sitemap > .link {
    text-align: left;
}

/* CONTACT */
.twoColumnBanner > form {
    width: 100%;
}


/* ABOUT-BOOKER-T-WASHINGTON */
#meetAllen > .left > .image, #meetAllen > .right > .image {
    width: fit-content;
    margin: auto;
}

#biography > .right > .content {
    max-height: unset;
    height: auto;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    background-color: lightgray;
    padding: 20px;
    margin: 3% auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timelineContainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    height: auto;
}

/* The circles on the timeline */
.timelineContainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.leftTimeline {
    left: 0;
}

/* Place the container to the right */
.rightTimeline {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.leftTimeline::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.rightTimeline::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightTimeline::after {
    left: -16px;
}

/* The actual content */
.leftTimeline > .content, .rightTimeline > .content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

#didYouKnow {
    height: 20vw;
}

#didYouKnow > .left > .image, #didYouKnow > .right > .image {
    height: 100%;
    background-color: transparent;
    border: 0;
}

/* FAQs */
.questionAndAnswer {
    padding: 0 5%;
}

.questionAndAnswer > h3 {
    margin: 3% auto 1%;
}

.questionAndAnswer > p {
    text-align: left;
}

/* PRIVACY-POLICY */
.privacyPolicy {
    width: 85%;
    margin: auto;
}

.privacyPolicy > p {
    text-align: left;
}

/* DISCLAIMER */
.disclaimer {
    width: 85%;
    margin: auto;
}

.disclaimer > p {
    text-align: left;
}

/* TERMS OF SERVICE */
.termsOfService {
    width: 85%;
    margin: auto;
}

.termsOfService > p {
    text-align: left;
}

/* KNOWLEDGE-CENTER */
#articles {
    width: 75%;
    margin: auto;
}

/* FREEDOM-WALK */
#scholarshipRecipients {
    padding: 0 3%;
}

#scholarshipRecipients > .recipient {
    width: 25%;
    height: auto;
    float: left;
    padding: 1%;
}

#scholarshipRecipients > .recipient > .image {
    height: 20vw;
    margin-bottom: 3%;
}

#scholarshipRecipients > .recipient > .image > img {
    object-position: top center;
    object-fit: cover;
}

#freedomWalkImages > .photo {
    width: 46%;
    margin: 1% 2%;
}

#freedomWalkImages > .photo > a > .image {
    height: 15vw;
    background-color: transparent;
    border-color: transparent;
}

/* LEGACY BANQUET */
.intro > .fourPartBanner > .part {
    height: 15vw;
    background-color: white;
}

.intro > .fourPartBanner > .part > .title > h4 {
    font-size: xx-large;
    text-decoration: underline;
}

#banquetImages > .photos {
    width: 46%;
    margin: 1% 2%;
}

/* BECOME-A-FRIEND*/
#specialDesignation, #volunteerInterests {
    font-weight: 600;
    font-style: normal;
    font-family: Baskerville;
    text-align: center;
    color: #000000;
}

/* DONATE */
.howToContribute {
    display: inline-block;
    height: auto;
}

.contribution {
    display: inline-block;
    width: 100%;
    height: auto;
    border: black solid 5px;
    margin: 5% auto;
    padding: 3%;
    background-color: whitesmoke;
}

.contribution > .left {
    width: 33.33%;
    height: 100%;
    float: left;
}

.contribution > .right {
    width: 66.66%;
    height: inherit;
    float: left;
}

.contribution > .left > .image {
    height: 100%;
    margin: 20% 0;
}

.contribution > .right > .information > p {
    text-align: left;
}

#paypalButton > form > input {
    height: 100px;
    width: fit-content;
    margin: 2% auto 1%;
}

/* MAKE-A-PAYMENT */
#paymentMethods {
    padding: 0;
}

#paypalButton > form {
    padding: 0;
    width: 100%;
}

/*
    *
    *
    *
    *
    *
    *
    *
    *
    */

@media (max-width: 599px)  {
    /* COMMON */
    .section {
        padding: 0 3%;
    }

    .index {
        padding: 1%;
    }

    .button {
        font-size: x-small;
    }

    button, .button {
        margin: 2%;
    }

    p, ul, ol {
        font-size: medium;
    }

    ul {
        padding: 0;
    }

    form {
        width: 95%;
        margin: auto;
        padding: 3%;
    }

    textarea {
        height: 300px !important;
    }

    .quote > h3 {
        font-size: large;
    }

    .title {
        padding: 3%;
        margin: 0 auto;
    }

    .title > h1 {
        font-size: 32px;
    }

    .mediumImage {
        height: auto;
        min-height: unset;
        width: 100%;
        margin: 1% auto 5%;
    }

    .intro > h3 {
        font-size: large;
    }

    .information {
        padding: 1%;
    }

    .information > h5 {
        font-size: medium;
    }

    .information > p {
        font-size: small;
    }

    .information > .title {
        height: 11vw;
        min-height: 60px;
        max-height: 80px;
    }

    .information > .title > h4, .title > a > h4, .caption > h4 {
        font-size: small;
    }

    .information > .title > h5, .title > a > h5, .video > .title > h5 {
        font-size: 3vw;
    }

    .confidenceStatement, .callToAction {
        padding: 1%;
    }

    .callToAction > a > button {
        font-size: small;
        margin-top: 0;
    }

    .callToAction > h2 {
        font-size: 5vw;
        padding: 1%;
        margin: 3% auto;
    }

    .callToAction > a > .button, .adminButtons > a > .button {
        font-size: 1em;
    }

    #header > .left > .image {
        height: 300px;
        margin: 0 auto 5%;
    }

    .twoColumnBanner {
        padding: 1%;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

     .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        height: auto;
        width: 75%;
        margin: 0 auto 5%;
        max-height: unset;
    }

    .threeColumnBanner > .column {
        width: 100%;
    }

    .threeColumnBanner > .column > .image {
        width: 100%;
        height: 60vw;
    }

    .fourPartBanner > a > .part, .fourPartBanner > .part {
        width: 48%;
        height: auto;
        float: left;
        border: 3px solid #e5e4e2;
        text-align: center;
        padding: 1%;
        margin: 1%;
        background-color: white;
    }

    .fourPartBanner > .part > .image {
        height: 25vw;
        width: 100%;
        margin: auto;
        border-color: transparent;
        background-color: transparent;
    }

    .fourPartBanner > .part > .information {
        height: auto;
    }

    .content > .title {
        height: auto;
    }

    .quote {
        height: auto;
        max-height: unset;
        margin: auto;
        padding: 3%;
    }

    .quote > .image {
        width: 80%;
        height: auto;
        max-height: unset;
        float: none;
        margin: 5% auto;
    }

    .quote > .content {
        width: 100%;
        height: auto;
    }

    .quote > .content > h4 {
        text-align: left;
    }

    .chamberOfCommerce {
        width: 50%;
        height: fit-content;
    }


    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: auto;
    }

    .primaryFooter {
        height: 300px;
    }

    #logo > .image {
        height: 200px;
        margin: 10% auto;
    }

    #socialMedia, .twoColumnBanner > #logo {
        width: 100%;
        height: auto;
    }

    #logo > .image {
        height: auto;
        margin: 3% auto;
    }

    #socialMedia > h5 {
        font-size: x-large;
    }

    #socialMedia > .socialMediaLinks {
        height: auto;
        width: 100%;
        padding: 0 20%;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 25%;
        height: 75px;
        margin: 5% 12.5%;
        float: left;
    }

    .twpLogo {
        width: 100%;
        position: relative;
        top: 200px;
    }

    .copyright, .addtlLinks {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px;
    }

    .addtlLinks {
        padding: 10px 10%;
    }

    .addtlLinks > .link {
        width: 50%;
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    .program {
        width: 96%;
        height: auto;
        margin: 5% auto;
        float: none;
    }

    .caption {
        height: 80px;
    }

    .caption > h5 {
        font-size: medium;
    }


    /* WELCOME */
    .marqueeImage > .section {
        margin: auto;
        position: initial;
        float: none;
        opacity: initial;
    }

    .slideshow-container {
        width: 98%;
        height: 80vw;
    }

    .slideshow-container > .mySlides {
        height: 100%;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        height: initial;
        min-height: unset;
        padding: 2%;
        float: none;
        margin: auto;
    }

    #marqueeCTA > .adminButtons > a.button.btn-lg.btn-success{
        font-size: small;
        padding: 2%;
        margin: 2% 25%;
        border-radius: var(--bs-btn-border-radius);
        border: 1px solid green !important;
        float: left;
        width: 50%;
    }

    #marqueeCTA > .adminButtons {
        display: inline-block;
        width: 100%;
        padding: 1% 5%;
    }

    .tagline {
        text-align: center;
        font-size: 10vw;
        line-height: normal;
        margin: auto;
    }

    #homepageIndex > .post {
        width: 48%;
        height: auto;
        float: left;
        padding: 1%;
        margin: 1%;
    }

    #homepageIndex > .post > .image {
        width: 100%;
        height: 40vw;
        max-height: 400px;
    }

    .sectionAlternate > .image {
        width: 100%;
        height: auto;
    }

    .sectionAlternate > .heading {
        height: auto;
        margin: 3% auto;
    }

    .sectionAlternate > .videoTitle {
        margin: 3% auto;
    }

    .sectionAlternate > .image {
        width: 100%;
        height: 55vw;
    }

    #recentNews > .article {
        width: 48%;
        height: auto;
        margin: 1%;
    }

    #recentNews > .article > .image {
        height: 40vw;
    }

    #recentNews > .article > .image > img {
        object-position: top center;
    }

    #scholarshipHomepage > .recipient {
        width: 44%;
        margin: 3%;
    }

    #scholarshipHomepage > .recipient > .image {
        height: 45vw;
        width: fit-content;
        margin: 0 auto 3%;
    }

    #scholarshipHomepage > .recipient > .image > img {
        width: 100%;
        height: 100%;

    }

    /* LEADERSHIP  */
    .member {
        width: 46%;
        float: left;
        margin: 2%;
    }


    /* ABOUT */
    .aboutTheFriends > h2 {
        font-size: 5.25vw;
        margin: 1% auto 5%;
        padding: 0;
    }

    /* BIO */
    #about > .left, #about > .right {
        width: 100%;
    }

    /* PHOTOS */
    .photo {
        width: 48%;
        margin: 2% 1%;
        float: left;
    }

    .photo > a > .image {
        height: 30vw;
        width: 100%;
    }

    /* NEWS */
    #news {
        padding: 0 5%;
    }

    #news > .article {
        width: 46%;
        height: auto;
        float: left;
        margin: 2%;
        padding: 5px;
    }

    #news > .article > .image {
        height: 40vw;
    }

    #news > .article > .title {
        height: 60px;
    }

    #news > .article > .title > h5 {
        font-size: 12pt;
    }

    /* EVENTS */
    .signatureEvents > a > .button {
        padding: 3%;
        width: 75%;
    }

    .event {
        width: 95%;
        height: auto;
        display: inline-block;
    }

    .event > .image {
        width: 100%;
        height: 50vw;
        float: none;
    }

    .event > .content {
        width: 100%;
        height: auto;
        float: none;
    }

    /* VIDEOS */
    .video {
        width: 46%;
        height: auto;
        margin: 2%;
    }

    .video > .image {
        height: 22vw;
        width: 100%;
        background-color: darkgray;
    }

    .video > .title {
        height: 40px;
    }

    /* FAQs */
    .questionAndAnswer > h3 {
        margin: 7% auto 3%;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 46%;
        min-width: 200px;
        margin: 3% 1%;
        padding: 3%;
        font-size: x-small;
    }

    /* CONTACT */

    .contactForm > .twoColumnBanner > .left > .image {
        margin: 5% auto 2%;
        min-height: unset;
    }

    /* SITEMAP */
    .sitemap {
        font-size: large;
        padding: 3%;
    }

    /* FREEDOM-WALK */
    #scholarshipRecipients {
        padding: 0 3%;
    }

    #scholarshipRecipients > .recipient {
        width: 50%;
        height: auto;
        float: left;
        padding: 1%;
        margin: auto;
    }

    #scholarshipRecipients > .recipient > .image {
        height: 50vw;
        margin-bottom: 3%;
    }

    #scholarshipRecipients > .recipient > .image > img {
        object-position: top center;
        object-fit: cover;
    }


    /* LEGACY BANQUET */
    .intro > .fourPartBanner > .part {
        width: 100%;
        height: auto;
        max-width: 300px;
        padding: 3%;
        margin: 5% auto;
        float: none;
    }

    .intro > .fourPartBanner > .part > .title > h4 {
        font-size: xx-large;
        text-decoration: underline;
    }

    /* BOOKER-T-WASHINGTON */
    .timeline {
        width: 100%;
        margin: auto;
        position: unset;
    }

    .timelineContainer {
        width: 100%;
        padding: unset;
        position: unset;
    }

    .leftTimeline, .rightTimeline {
        left: 0;
        margin: 3% auto;
    }

    /* MAKE-A-PAYMENT */
    #paypalButton, #paypalQRCode {
        margin: 5% auto;
    }

    #paypalQRCode > .image {
        height: 60vw;
    }

    #paypalButton {
        width: 100%;
        padding: 0;
    }

    #paypalButton > form > input {
        width: 100%;
        height: fit-content;
    }

    #paypalButton > form > table > tbody {
        width: 100%;
        height: fit-content;
        font-size: small;
    }

    #paypalButton > form > table > tbody > tr > td > select{
        height: fit-content;
        font-size: medium;
    }

    /* DONATE */
    .howToContribute {
        display: inline-block;
        height: auto;
    }

    .contribution {
        display: inline-block;
        width: 100%;
        height: auto;
        border: black solid 2px;
        margin: 5% auto;
        padding: 1%;
    }

    .contribution > .left {
        width: 100%;
        height: auto;
        float: left;
    }

    .contribution > .right {
        width: 100%;
        height: inherit;
        float: left;
    }

    .contribution > .left > .image {
        height: 250px;
        width: fit-content;
        margin: 5% auto;
    }

    .contribution > .right > .information > p {
        text-align: left;
    }

    #paypalButton > form > input {
        height: 100px;
        width: fit-content;
        margin: 2% auto 1%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 600px) and (max-width: 899px)  {
    /* COMMON */
    ul {
        padding: 0;
    }

    p, ul, ol {
        font-size: medium;
    }

    .section {
        padding: 1%;
    }

    .index {
        margin: 3% auto;
    }

    button, .button {
        margin: 2%;
        font-size: x-small;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

     .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
        max-height: unset;
    }

    .twoColumnBanner > .left > .content > h3, .twoColumnBanner > .right > .content > h3 {
        font-size: x-large;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        height: fit-content;
        width: 75%;
        margin: 0 auto 5%;
        max-height: unset;
    }

    #header > .left > .image {
        height: 350px;
    }

    .information > h5 {
        font-size: medium;
    }

    .information > p {
        font-size: small;
    }

    .information > .title {
        height: 7vw;
        max-height: 75px;
        padding: 3%;
    }

    .information > .title > h3 {
        font-size: large;
    }

    .information > .title > h4, .caption > h4 {
        font-size: small;
    }

    .information > .title > h5, .title > a > h5, .video > .title > h5 {
        font-size: small;
    }

    .quote {
        height: auto;
        max-height: unset;
        padding: 3%;
        margin: auto;
    }

    .quote > .image {
        width: 60%;
        height: auto;
        max-height: unset;
        float: none;
        margin: 5% auto;
    }

    .quote > .content {
        width: 100%;
        height: auto;
    }

    .quote > .content > h4 {
        text-align: left;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: unset;
        height: 100%;
        width: 100%;
    }

    #socialMedia > h5 {
        font-size: x-large;
    }

    #socialMedia > .socialMediaLinks {
        height: auto;
        width: 100%;
        padding: 0 20%;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 20%;
        height: 75px;
        margin: 5% 15%;
        float: left;
    }

    #logo > .image {
        height: 250px;
        margin: 10% auto;
    }

    .twpLogo {
        width: 100%;
        position: relative;
        top: 200px;
    }

    .chamberOfCommerce {
        width: 40%;
        max-width: 250px;
        height: fit-content;
        padding: 0;
    }

    .copyright, .addtlLinks {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px;
    }

    .addtlLinks {
        padding: 10px 20%;
    }

    .addtlLinks > .link {
        width: 50%;
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    #socialMedia, .twoColumnBanner > #logo {
        width: 100%;
        height: auto;
    }

    #logo > .image {
        height: auto;
        width: 75%;
        margin: 1% auto;
    }

    .caption > h5 {
        font-size: large;
    }

    .callToAction > h2 {
        font-size: 4vw;
        margin: 1% auto 5%;
        padding: 0;
    }

    .primaryFooter {
        height: 300px;
    }

    /* WELCOME */
    .slideshow-container {
        width: 98%;
        height: auto;
    }

    .slideshow-container > .mySlides {
        height: 55vw;
    }

    .marqueeImage > .section {
        margin: auto;
        position: initial;
        float: none;
        opacity: initial;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        height: initial;
        min-height: unset;
        padding: 1%;
        float: none;
        margin: auto;
    }

    #marqueeCTA > .adminButtons {
        padding: 0 10%;
    }

    #marqueeCTA > .adminButtons > a.button.btn-lg.btn-success{
        font-size: small;
        padding: 2%;
        margin: 1% 5%;
        border-radius: var(--bs-btn-border-radius);
        border: 1px solid green !important;
        float: left;
        width: 40%;
    }

    .tagline {
        text-align: center;
        font-size: 8vw;
        line-height: normal;
        margin: 3% auto 0;
        padding: 0 10%;
    }

    .marqueeImage > .section > .column > .image {
        height: 100px;
        padding: 3%;
    }

    #homepageIndex > .post {
        width: 48%;
        height: auto;
        float: left;
        padding: 1%;
        margin: 1%;
    }

    #homepageIndex > .post > .image {
        width: 100%;
        height: 40vw;
        max-height: 400px;
    }

    .sectionAlternate > .image {
        width: 100%;
    }

    #recentNews > .article {
        width: 46%;
        height: auto;
        margin: 2%;
    }

    #recentNews > .article > .image {
        height: 40vw;
    }

    #recentNews > .article > .image > img {
        object-position: top center;
    }

    /* ABOUT */
    .fourPartBanner {
        padding: 10px;
    }

    .fourPartBanner > a > .part, .fourPartBanner > .part {
        width: 48%;
        height: auto;
        float: left;
        text-align: center;
        padding: 1%;
        margin: 1%;
    }

    .fourPartBanner > .part > .image {
        height: 25vw;
        width: 100%;
        margin: auto;
        border-color: transparent;
        background-color: transparent;
    }

    /* VIDEO */

    .video {
        width: 29.33%;
        height: auto;
        margin: 2%;
    }

    .video > .image {
        height: 15vw;
        width: 100%;
        background-color: darkgray;
    }

    .video > .title {
        height: 30px;
    }

    /* CONTACT */
    .contactForm > .twoColumnBanner > .left > #bucketImage {

    }

    .contactForm > .twoColumnBanner > .left > .image {
        min-height: unset;
        height: auto;
        width: 75%;
        margin: 1% auto;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 46%;
        margin: 3% 1%;
        padding: 3%;
        font-size: small;
    }

    /* NEWS */
    #news {
        padding: 0 5%;
    }

    #news > .article {
        width: 31.33%;
        height: auto;
        float: left;
        margin: 2% 1%;
        padding: 5px;
    }

    #news > .article > .image {
        height: 25vw;
    }

    #news > .article > .title {
        height: 60px;
    }

    #news > .article > .title > h5 {
        font-size: 16pt;
    }

    /* FREEDOM-WALK */
    #scholarshipRecipients > .recipient {
        width: 31.33%;
        height: auto;
        float: left;
        padding: 1%;
        margin: 1%;
    }

    #scholarshipRecipients > .recipient > .image {
        height: 30vw;
        margin-bottom: 3%;
    }

    /* BOOKER-T-WASHINGTON */
    .timeline {
        width: 85%;
        max-width: 500px;
        margin: 3% auto;
        position: unset;
    }

    .timelineContainer {
        width: 100%;
        padding: unset;
        position: unset;
    }

    .leftTimeline, .rightTimeline {
        left: 0;
        margin: 3% auto;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline {
        position: relative;
        background-color: lightgray;
        padding: 20px;
        margin: 3% auto;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        background-color: transparent;
    }

    #didYouKnow {
        height: auto;
    }

    #didYouKnow > .left, #didYouKnow > .right {
        height: 35vw;
        width: 50%;
        float: left;
    }

    /* EVENTS */
    .signatureEvents > a > .button {
        padding: 3%;
    }

    .event {
        width: 55%;
        height: auto;
        display: inline-block;
    }

    .event > .image {
        width: 100%;
        height: 50vw;
        float: none;
    }

    .event > .content {
        width: 100%;
        height: auto;
        float: none;
    }

    /* LEGACY BANQUET */
    .intro > .fourPartBanner {
        padding: 0 3%;
    }

    .intro > .fourPartBanner > .part {
        height: 260px;
        width: 46%;
        padding: 3%;
        margin: 5% 2%;
    }

    .fourPartBanner > .part > .title {
        height: 65px;
    }

    .fourPartBanner > .part > .title > h4, .intro > .fourPartBanner > .part > .title > h4  {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .fourPartBanner > .part > .description > p {
        font-size: large;
    }

    #banquetImages > .photo {
        width: 46%;
        margin: 1% 2%;
    }

    #banquetImages > .photo > a > .image {
        width: 100%;
    }

    /* LEADERSHIP  */
    .member {
        width: 31.33%;
        float: left;
        margin: 1%;
    }

    /* MAKE-A-PAYMENT */
    #paypalButton, #paypalQRCode {
        margin: 5% auto;
    }

    #paypalQRCode > .image {
        height: 40vw;
    }

    #paypalButton {
        width: 100%;
        padding: 0;
    }

    #paypalButton > form > input {
        width: 100%;
        height: fit-content;
    }

    #paypalButton > form > table > tbody {
        width: 100%;
        height: fit-content;
        font-size: small;
    }

    #paypalButton > form > table > tbody > tr > td > select{
        height: fit-content;
        font-size: medium;
    }

    /* DONATE */
    .howToContribute {
        display: inline-block;
        height: auto;
    }

    .contribution {
        display: inline-block;
        width: 100%;
        height: auto;
        border: black solid 2px;
        margin: 5% auto;
        padding: 1%;
    }

    .contribution > .left {
        width: 100%;
        height: auto;
        float: left;
    }

    .contribution > .right {
        width: 100%;
        height: inherit;
        float: left;
    }

    .contribution > .left > .image {
        height: 250px;
        width: fit-content;
        margin: 5% auto;
    }

    .contribution > .right > .information > p {
        text-align: left;
    }

    #paypalButton > form > input {
        height: 100px;
        width: fit-content;
        margin: 2% auto 1%;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 900px) and (max-width: 1199px)  {
    .index {
        padding: 0 3%;
    }

    .section {
        padding: 0 3%;
    }

    p, ol, ul, dl {
        font-size: medium;
    }

    .nav-link {
        font-size: medium;
        margin: 0 1px;
        padding: 0;
    }

    li.nav-item {
        padding: 0 1%;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        max-height: unset;
        width: fit-content;
        height: 475px;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        height: auto;
        float: none;
    }

    .column {
        min-height: unset;
    }

    .column > .image {
        width: 100%;
        height: 25vw;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        height: 25vw;
    }

    .information > .title {
        height: 15vw;
        max-height: 75px;
    }

    .caption {
        height: 90px;
    }

    .caption > h5 {
        font-size: large;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .twoColumnBanner > .right > .content > h3 {
        font-size: 20px;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 60px;
        margin: 3%;
    }

    .reviewer > p {
        font-size: large;
    }

    /* WELCOME */
    .tagline {
        font-size: 5.75vw;
        margin: 15px auto 0;
    }

    .marqueeImage > video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
    }

    .marqueeImage > .section {
        height: 62vw;
        max-height: initial;
        position: absolute;
        top: 50px;
        left: 0;
        margin: auto;
        border-color: transparent;
        opacity: 80%;
    }

    .marqueeImage > .section > .column > .image {
        height: 75px;
        padding: 5px;
    }

    #marqueeCTA > .adminButtons {
        padding: 0 7%;
    }

    #marqueeCTA > .adminButtons > a.button.btn-lg.btn-success{
        font-size: medium;
        padding: 1%;
        margin: 1%;
        border-radius: var(--bs-btn-border-radius);
        border: 1px solid green !important;
        float: left;
        width: 23%;
    }

    /* ABOUT */
    #about {
        height: auto;
        min-height: unset;
    }

    #about > .left > .content  {
        padding: 2%;
    }

    #about > .left > .content > p {
        padding: 0 5%;
    }

    #about > .right > .image  {
        height: 100%;
    }

    /* VIDEO */
    .video {
        width: 31.33%;
        margin: 1%;
        padding: 1%;
    }

    .video > .image {
        height: 15vw;
    }

    /* CONTACT */

    .contactForm > .twoColumnBanner > .left {
        height: auto;
    }

    .contactForm > .twoColumnBanner > .left > .image {
        height: 60vw;
        min-height: 500px;
        margin: 0% auto;
    }

    /* BOOKER-T-WASHINGTON */
    .timeline {
        width: 85%;
        max-width: 500px;
        margin: 3% auto;
        position: unset;
    }

    .timelineContainer {
        width: 100%;
        padding: unset;
        position: unset;
    }

    .leftTimeline, .rightTimeline {
        left: 0;
        margin: 3% auto;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline {
        position: relative;
        background-color: lightgray;
        padding: 20px;
        margin: 3% auto;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        background-color: transparent;
    }

    #didYouKnow {
        height: auto;
    }

    #didYouKnow > .left, #didYouKnow > .right {
        height: 35vw;
        width: 50%;
        float: left;
    }

    /* FREEDOM-WALK */
    #scholarshipRecipients {
        padding: 0;
    }

    #scholarshipRecipients > .recipient {
        width: 25%;
        height: auto;
        float: left;
        padding: 1%;
    }

    #scholarshipRecipients > .recipient > .image {
        height: 25vw;
        margin-bottom: 3%;
    }

    /* DASHBOARD */

    #dashboardAdmin > a > button {
        width: 30%;
        margin: 3% 1%;
        padding: 3%;
        font-size: 12px;
    }

    /* EVENTS */
    .signatureEvents > a > .button {
        padding: 1.25%;
    }

    .event {
        max-height: unset;
        height: auto;
    }

    .event > .image, .event > .content {
        height: 20vw;
    }

    .event > .image {

    }

    /* NEWS */
    #news {

    }

    #news > .article {
        width: 23%;
        height: auto;
        float: left;
        margin: 2% 1%;
        padding: 5px;
    }

    #news > .article > .image {
        height: 20vw;
    }

    #news > .article > .title {
        height: 60px;
    }

    #news > .article > .title > h5 {
        font-size: 14pt;
    }

    /* LEGACY-BANQUET */
    .intro > .fourPartBanner {
        padding: 0 10%;
    }

    .intro > .fourPartBanner > .part {
        width: 46%;
        padding: 2%;
        margin: 3% 1%;
        height: 250px;
    }

    .fourPartBanner > .part > .title > h4 {
        font-size: x-large;
    }

    .fourPartBanner > .part > .description > p {
        font-size: large;
        height: 95px;
    }

    #banquetImages > .photo {
        width: 46%;
        margin: 1% 2%;
    }

    #banquetImages > .photo > a > .image {
        width: 100%;
    }

    /* MAKE-A-PAYMENT */
    #paypalButton, #paypalQRCode {
        margin: 5% auto;
    }

    #paypalQRCode > .image {
        height: 40vw;
    }

    #paypalButton {
        width: 100%;
        padding: 0;
    }

    #paypalButton > form > input {
        width: 100%;
        height: fit-content;
    }

    #paypalButton > form > table > tbody {
        width: 100%;
    }

    #paypalButton > form > table > tbody > tr > td > select{
        height: fit-content;
    }

    /*
    *
    *
    *
    *

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1200px) and (max-width: 1799px)  {
    p, ol, ul, dl {
        font-size: large;
    }

    .section > h3 {
        font-size: x-large;
    }

    .caption {
        height: 90px;
    }

    .caption > h5 {
        font-size: large;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 60px;
        margin: 3%;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        max-height: fit-content;
    }

    .information > .title {
        height: 7vw;
        max-height: 95px;
        padding: 3%;
    }

    .quote {
        padding: 0 10%;
    }

    .quote > h3 {
        font-size: xx-large;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > p {
        font-size: x-large;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .reviewer > p {
        font-size: x-large;
    }

    /* WELCOME */
    .marqueeImage > .section {
        height: 60vw;
        max-height: initial;
        top: 50px;
        left: 0;
    }

    #marqueeCTA > .adminButtons > a.button.btn-lg.btn-success{
        font-size: medium;
        padding: 1.25%;
        margin: 1%;
        border-radius: var(--bs-btn-border-radius);
        border: 1px solid green !important;
    }

    #recentNews {
        padding: 0 3%;
    }

    #krogerBanner > .left > .image {
        margin-top: 10%;
    }

    /* DASHBOARD */

    #dashboardAdmin > a > button {
        width: 30%;
        margin: 3% 1%;
        padding: 3%;
        font-size: medium;
    }

    /* EVENTS */
    .signatureEvents > a > .button {
        padding: 1.25%;
    }

    /* LEGACY-BANQUET */
    .intro > .fourPartBanner {
        padding: 0 1%;
    }

    .intro > .fourPartBanner > .part {
        width: 23%;
        padding: 2%;
        margin: 3% 1%;
        height: 20vw;
    }

    .fourPartBanner > .part > .title > h4 {
        font-size: x-large;
        height: 75px;
        margin-bottom: 15px;
    }

    .fourPartBanner > .part > .description > p {
        font-size: 1.25vw;
    }

    #banquetImages > .photo {
        width: 31.33%;
        margin: 1%;
    }

    #banquetImages > .photo > a > .image {
        width: 100%;
        height: 15vw;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 1800px) and (max-width: 2499px)  {
    /* COMMON */
    .navbar-brand > .image {
        height: 100px;
        width: 250px;
    }

    .nav-link {
        font-size: x-large;
    }

    .section > h3 {
        font-size: xxx-large;
    }

    .section > .image {
        max-height: unset;
    }

    .title > h1 {
        font-size: 72px;
    }

    p, ol, ul, dl {
        font-size: x-large;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image {
        max-height: fit-content;
    }

    .twoColumnBanner > .right > .content > h3, .twoColumnBanner > .left > .content > h3 {
        font-size: 32px;
    }

    .information > .title {
        height: 7vw;
        max-height: 95px;
        padding: 3%;
    }

    .information > .title > h5 {
        font-size: 24px;
    }


    .quote {
        padding: 0 10%;
    }

    .quote > h3 {
        font-size: xxx-large;
    }

    .quote > p {
        font-size: xx-large;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 1.75vw;
    }

    .secondaryFooter > .section > .threeColumnBanner > .column {
        max-height: 300px;
    }

    #socialMedia > .socialMediaLinks > .icon {
        width: 44%;
        height: 75px;
        margin: 3%;
    }

    /* WELCOME */
    .marqueeImage > .section {
        height: 62vw;
        max-height: 1350px;
        top: 25px;
        left: 0;
    }

    #marqueeCTA > .adminButtons > a.button.btn-lg.btn-success{
        font-size: large;
        padding: 1%;
        margin: 1%;
        border-radius: var(--bs-btn-border-radius);
        border: 1px solid green !important;
    }

    .tagline {
        margin: 25px auto 0px;
        font-size: 7vw;
        line-height: 7vw;
        padding: 6%;
    }

    .column > .image {
        width: 100%;
        height: 30vw;
        max-height: 500px;
    }

    #krogerBanner > .left > .image {
        margin-top: 10%;
    }

    /* SERVICES */
    #services > .service {
        margin: 25px auto;
        width: 100%;
    }

    #services > .service {
        width: 100%;
        height: auto;
    }

    #services > .service > h3 {
        font-size: 20pt;
    }

    #services > .service > p {
        font-size: 16pt;
        height: auto;
    }

    #multimediaServices {
        padding: 0 10%;
    }

    #multimediaServices > .service {
        margin: 1%;
        width: 31.33%;
        height: auto;
        padding: 2%;
    }

    #multimediaServices > .service > h4 {
        font-size: 1.75vw;
        height: 4vw;
        margin-bottom: 25px;
    }

    #multimediaServices > .service > p {
        font-size: 1.25vw;
        height: 5vw;
        max-height: 300px;
    }

    /* MEET-ALLEN */
    #allenQuote {
        width: 75%;
    }

    #allenQuote > .left, #allenQuote > .right {
        height: 400px;
    }

    #allenQuote > .left > .image, #allenQuote > .right > .content {
        height: 100%;
    }

    #allenQuote > .right > .content {
        margin: 20% auto;
    }

    #banquetImages > .photo {
        width: 31.33%;
        margin: 1%;
    }

    #banquetImages > .photo > a > .image {
        width: 100%;
        height: 15vw;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}

@media (min-width: 2500px) and (max-width: 4000px) {
    .navbar-brand > .image {
        height: 100px;
        width: 250px;
    }

    .nav-link {
        font-size: x-large;
    }

    p {
        font-size: xx-large;
    }

     .h1, h1 {
        font-size: 72px;
    }

     .h2, h2 {
         font-size: 56px;
     }

    .h3, h3, .callToAction > a > h3 > .button {
        font-size: 48px;
    }

    .quote > h3 {
        font-size: xxx-large;
    }

    .callToAction > a > h3 > .button {
        padding: 1%;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        max-height: 650px;
    }

    .twoColumnBanner > .right > .content > h1 {
        font-size: 48px;
    }

    .information > .title {
        height: 7vw;
        max-height: 150px;
        padding: 3%;
    }

    .information > .title > h5 {
        font-size: 32px;
    }

    .caption {
        height: 125px;
    }

    .caption > h5 {
        font-size: x-large;
    }

    .quote > .image {
        height: 35vw;
        max-height: 725px;
        width: 40%;
        float: left;
    }

    .quote > .content {
        width: 60%;
    }

    .quote > .content > h4 {
        font-size: 36px;
    }

    .reviewer > p {
        font-size: x-large;
    }

    /* WELCOME */
    .marqueeImage > .section {
        padding: 0% 0% 0 5%;
        max-width: 700px;
        top: 15px;
        left: 0%;
        margin: 1% auto 0px;
    }

    .marqueeImage > .section > .column {
        width: 100%;
        margin-left: 5%;
    }

    .marqueeImage > .section > .column > .image {
        height: 100px;
    }

    .marqueeImage > .section > .column > .tagline {
        font-size: 140px;
        line-height: 150px;
        padding: 15%;
    }

    .sideEffects {
        padding: 0;
    }

    #krogerBanner > .left > .image {
        margin-top: 10%;
    }

    /* SERVICES */
    #services > .service {
        margin: 25px auto;
        width: 100%;
    }

    #services > .service {
        width: 100%;
        height: auto;
    }

    #services > .service > h3 {
        font-size: 20pt;
    }

    #services > .service > p {
        font-size: 16pt;
        height: auto;
    }

    #multimediaServices {
        padding: 0 10%;
    }

    #multimediaServices > .service {
        margin: 1%;
        width: 31.33%;
        height: auto;
        padding: 2%;
    }

    #multimediaServices > .service > h4 {
        font-size: xxx-large;
        height: 4vw;
        margin-bottom: 25px;
    }

    #multimediaServices > .service > p {
        font-size: xx-large;
        height: unset;
    }

    /* EVENT */
    .event > .image {
        height: 450px;
    }

    /* FAQs */
    .questionAndAnswer > h3 {
        font-size: 40px;
    }

    /* DASHBOARD */
    #dashboardAdmin > a > button {
        width: 25%;
        margin: 3% 1%;
        padding: 2%;
    }

    /* BANQUET-IMAGES */

    #banquetImages > .photo {
        width: 31.33%;
        margin: 1%;
    }

    #banquetImages > .photo > a > .image {
        width: 100%;
        height: 15vw;
    }

    /*
    *
    *
    *
    *
    *
    *
    *
    *
    */
}
