body{
  font-family: franklin-gothic-urw, sans-serif, serif !important;
  overflow-x:hidden;

}
h1 {
    font-family: franklin-gothic-urw, sans-serif, serif !important;
}

p {
    font-family: minion-pro, serif, sans-serif !important;
}

a:link {
    color: #e87722;
    text-decoration: none;

}

a:hover {
    color: #5C5B5B;
    text-decoration: underline;
}


.hero {
    justify-content: center;
    display: flex;
    background-size: cover;
    background-position: center;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    min-height: 30vw;
    background-image: url("./Hero Image.jpg");
    align-items: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
        /* Add this line */
    margin-bottom: 3vh;
}

.intro-blurb {
    max-width: 700px;
    margin: 0 auto 5vh auto;
    padding: 1.5rem 5%;
    font-family: "Noto Serif", serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #222;
    text-align: left;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
}

.intro-blurb p {
    margin-bottom: 1rem;
}

.intro-blurb p:last-child {
    margin-bottom: 0;
}

h1.title {
    font-size: 5.5rem;
    color: #000000;
    background-color: rgba(5, 138, 141, 0.45);
    display: inline;
    text-align: center;
    max-width: 90vw;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: fit-content;
    flex-wrap: wrap;
    font-family: franklin-gothic-urw, sans-serif, serif !important;

}

h2 {
    font-size: 2.5rem;
}

.allOrderContainer {
    margin-bottom: 0;
    background-image: url("Nassau Body Background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-color: white;
    
    
}

article {
    text-align: center;
    padding-bottom: 1rem;
}

.date {
    margin-top: 2px;
    font-size: 1.2rem;
}

h3 {
    margin-bottom: 2px;
}

.summary {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tile {
    background: #f8f9fa;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 5px 5px 5px rgba(20, 12, 0, 0.485);
}

.tile-intro {
    background: rgba(255, 255, 255, 0.85);
    padding-right:.7rem;
    padding-left:.7rem;
    margin: auto;
    box-shadow: 5px 5px 5px rgba(20, 12, 0, 0.485);
    width: 80vw;
    border: #0d0d0d;
    display: block;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    align-items: center;
   
}

.timeline__item--right > div > .title_other_side {
    position: absolute;
    right: 120%;
    top: 40%;
    background-color: white;
    width: max-content;
    max-width: 40vw;
    display: flex;
    flex-direction: column;
    padding: .7rem;
    padding-bottom: .5rem;
    border-color: #000;
    border-radius: 5px;
    border-width:thin;
    border-style: solid;
    box-shadow: -5px 5px 5px rgba(20, 12, 0, 0.485);
}
 div > .title_other_side > h3{
    font-size: 1.5rem;
    margin: 0;
    font-family: sofia-pro, sans-serif, serif;
}
div > title_inside {
    display: none;
}
.title_other_side {
    display: block
}

.timeline__item--left > div > .title_other_side {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
   
    top: 40%;
    width: max-content;
    max-width: 40vw;
    padding: .7rem;
    padding-bottom: .5rem;
    left: 120%;
    border-color: #000;
    border-radius: 5px;
    border-width:thin;
    border-style: solid;
    box-shadow: 5px 5px 5px rgba(20, 12, 0, 0.485)
}

.team-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: minion-pro, serif, sans-serif;
    margin: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    font-size: 2rem;
    margin: 5px 0;
}

td {
    border-radius: 5px;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-bottom: 1vw;

}

tr {
    max-width: 30vw;
    margin-bottom: 5px;
    border-radius: 8px;
}

button.readMore {
    font-family: minion-pro, serif, sans-serif !important;
    border-width: 0px;
    border-radius: 6px;
    width: 100%;
    height: auto;
    /* padding: 40px 40px; */
    background-color: #d68d40;
}

button.filter-button {
    color: #333;
}

button.inactive-filter {
    background-color: #c5c5c5 !important;
    color: #666666 !important;
}


.button-container {
    display: flex;
    justify-content: center;
    background-color:#212b36;
    padding: 3%;
    padding-bottom:1.5%;
    padding-top: 1.5%;
    border: 2px;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position:sticky;
    top: 0;
    z-index: 10;
}

.button-divider {
    width: 2px;
    height: 28px;
    background-color: #555;
    margin: 0 10px;
}

.expand-collapse-all {
    background-color: transparent;
    border: 2px solid #d68d40;
    color: #d68d40;
    font-size: 0.9rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.expand-collapse-all:hover {
    background-color: rgba(214, 141, 64, 0.15);
    color: #f0a050;
    border-color: #f0a050;
}

.expand-icon {
    font-size: 0.7rem;
    margin-right: 4px;
    display: inline-block;
    transition: transform 0.3s ease;
}
button {
    font-family: sofia-pro, sans-serif, serif;
    border-width: 0px;
    border-radius: 6px;
    width: fit-content;
    height: fit-content;
    /* padding: 40px 40px; */
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #d68d40;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: large;
    white-space: nowrap;

}

.year-button {
    font-weight: 600;
}

button.show-all-inactive {
    background-color: #c5c5c5;
    /* Gray color for inactive state */
    color: #666666;
    /* Darker text color */
}

th {
    font-size: 2rem;
}

table {
    max-width: 550px;
    border-spacing: .5rem;


}


.tile:hover {
    background-color: #fdbd5b;
    scale: 0.97;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.tile {
    scale: 1;
    transition: all 0.25s ease-in-out;


}


button:hover {
    background-color: #f8c690;
    scale: 1.01;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.categoryContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    flex-direction: row;
    gap: 5vw;

}

.category {
    overflow: scroll;
    max-height: 40px;
}

tbody {
    display: block;
    height: 60vh;
    overflow: auto;
    /* edit scrollbar styles for overflow */
    scrollbar-width: thin;
    scrollbar-color: #D6CCC2 #c2bbb4;

}

.categories {
    height: 30px;
    border-radius: 40px;
    font-size: 17px;
    font-family: minion-pro, serif, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}



.timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.timeline *,
.timeline :after,
.timeline :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.timeline:not(.timeline--horizontal):before {
    background-color: #ddd;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1
}

.timeline__wrap {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.timeline__item {
    font-size: 16px;
    font-size: 1rem;
    padding: .625rem 2.5rem .625rem 0;
    position: relative;
    width: 50%;
    z-index: 2
}

.timeline__item:after {
    background-color: #fff;
    border: 4px solid #ddd;
    border-radius: 50%;
    content: '';
    height: 20px;
    position: absolute;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
    z-index: 1
}

.timeline__item.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

.timeline__item.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.timeline__item--left {
    left: 0
}

.timeline__item--right {
    left: 50%;
    padding: .625rem 0 .625rem 2.5rem
}

.timeline__item--right:after {
    left: -10px
}

.timeline__item--right .timeline__content:before {
    border-bottom: 10px solid transparent;
    border-right: 12px solid #0c0000;
    border-left: none;
    border-top: 10px solid transparent;
    left: -12px
}

.timeline__item--right .timeline__content:after {
    border-bottom: 9px solid transparent;
    border-right: 11px solid #fff;
    border-left: none;
    border-top: 9px solid transparent;
    left: -10px
}

.timeline__content {
    background-color: #fff;
    border: 1px solid #030000;
    border-radius: 10px;
    color: #333;
    display: block;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.timeline__content h3 {
    margin: 0 0 12px 0;
    line-height: 1.1;
    font-size: 1.4rem;
}

.date {
    display: block;
    margin-bottom: 10px;
}

.tags {
    display: block;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
}

.tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 0.7rem;
    border-radius: 12px;
    color: black;
    white-space: nowrap;
}

.timeline__content.expanded {
    max-height: none !important;
}

.timeline__fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
    z-index: 10;
    border-radius: 10px;
}

.timeline__content.expanded .timeline__fade-overlay {
    display: none;
}

.timeline__expand-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    z-index: 12;
    width: 60px;
    height: 40px;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.timeline__expand-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-bottom: 3px solid #dc7100;
    border-right: 3px solid #d97203;
    transform: translate(-50%, -60%) rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.timeline__expand-arrow:hover::after {
    border-bottom: 3px solid black;
    border-right: 3px solid black;
}

.timeline__content.expanded .timeline__expand-arrow {
    display: none;
}

.timeline__collapse-arrow {
    display: none;
    width: 60px;
    height: 40px;
    cursor: pointer;
    margin: 12px auto 0;
    z-index: 12;
    position: relative;
}

.timeline__collapse-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 3px solid #dc7100;
    border-left: 3px solid #d97203;
    transform: translate(-50%, -40%) rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.timeline__collapse-arrow:hover::after {
    border-top: 3px solid black;
    border-left: 3px solid black;
}

.timeline__content.expanded .timeline__collapse-arrow {
    display: block;
}

.timeline__content:after,
.timeline__content:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0
}

.timeline__content:before {
    border-bottom: 10px solid transparent;
    border-left: 12px solid #000;
    border-top: 10px solid transparent;
    right: -12px;
    z-index: 1
}

.timeline__content:after {
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
    border-top: 9px solid transparent;
    right: -10px;
    z-index: 2
}

.timeline__content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .625rem
}

.timeline__content p {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.timeline--horizontal {
    font-size: 0;
    padding: 0 3.125rem;
    overflow: hidden;
    white-space: nowrap
}

.timeline--horizontal .timeline-divider {
    background-color: #ddd;
    display: block;
    height: 4px;
    left: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 1
}

.timeline--horizontal .timeline__items {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    will-change: transform
}

.timeline--horizontal .timeline__item {
    display: inline-block;
    left: 0;
    padding: 0 0 2.5rem;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    vertical-align: top;
    white-space: normal
}

.timeline--horizontal .timeline__item:after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__item__inner {
    display: table;
    height: 100%;
    width: 100%
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item .timeline__content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
}

.timeline--horizontal .timeline__item--bottom {
    padding: 2.5rem 0 0
}

.timeline--horizontal .timeline__item--bottom:after {
    top: 0
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
    vertical-align: top
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
    border-bottom: 12px solid #ccc;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto
}

.timeline-nav-button {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
    z-index: 10
}

.timeline-nav-button:disabled {
    opacity: .5;
    pointer-events: none
}

.timeline-nav-button:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 8px
}

.timeline-nav-button--prev {
    left: 0
}

.timeline-nav-button--prev:before {
    background-image: url(../images/arrow-left.svg)
}

.timeline-nav-button--next {
    right: 0
}

.timeline-nav-button--next:before {
    background-image: url(../images/arrow-right.svg)
}

.timeline--mobile {
    padding: 0
}

.timeline--mobile:before {
    left: 10px !important;
    margin: 0 !important
}

.timeline--mobile .timeline__item {
    left: 0;
    padding-left: 40px;
    padding-right: 0;
    width: 100%
}

.timeline--mobile .timeline__item:after {
    left: 2px;
    margin: 0
}

.timeline--mobile .timeline__item .timeline__content:before {
    left: -12px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-left: none;
    border-top: 12px solid transparent
}

.timeline--mobile .timeline__item .timeline__content:after {
    left: -10px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: none;
    border-top: 10px solid transparent
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}

@keyframes liftUp {
    0% {
        top: 0
    }

    100% {
        top: -15px
    }
}