@font-face {
    font-family: 'futura bold';
    src: url('../fonts/FuturaLTProBold.otf') format('truetype');
}

@font-face {
    font-family: 'futura book';
    src: url('../fonts/FuturaLTProBook.otf') format('truetype');
}

.specialEventsModule {
    padding: 25px 0;
}

.event-item {
    color: #2b1509;
    text-decoration: none;
    background: #FFFFFF;
}

.cardTopAnchor {
    position: absolute;
    top: -20px;
}

.mainHeaderDate {
    font-size: 40px !important;
}

.subHeaderExtra {
    text-align: left !important;
    width: auto !important;
}

.title {
    border-top: 1.5rem;
    border-color: transparent;
}

.title-text {
    font-family: 'futura book';
    font-size: 29px;
    color: #3D2A18;
    margin: 0;
}

.title, pb-3, col-4 {
    text-align: left;
    text-decoration: none;
    color: black;
}

.description {
    height: 17rem;
    transition: all 0.5s ease-in-out;
}

.description-text {
    font-size: 18px;
    font-family: 'futura book', sans-serif;
}

.shortDesc {
    font-family: 'futura book';
    font-size: 18px;
    color: #3D2A18;
    margin-bottom: 2rem;
}

.image-group {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 15px;
    animation: slide-up 0.4s ease;
    margin: 2rem 0;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.event-image {
    width: 100%;
    height: 294px;
    left: 0;
    object-fit: cover;
    border: none;
    border-radius: 0;
}

.featured-events.carousel .event-image {
    height: 175px;
}

.eventType {
    font-family: 'futura book', sans-serif;
    font-size: 24px;
    color: #3D2A18;
    position: relative;
    bottom: 1.75rem;
    left: 2.5rem;
    padding: 0.5em;
    background-color: #EEE7D4;
    max-width: 80%;
    width: -moz-fit-content;
    width: fit-content;
}

.featured-events.carousel {
    padding: 80px 0 50px 0;
    margin: 0 auto;
    max-width: 1000px;
    width: 80vw;
}

.featured-title {
    border: 1px solid #707070;
    box-shadow: 2px 2px 10px grey;
    display: flex;
    justify-items: center;
    text-align: center;
    margin: 50px auto -2.5rem auto;
    width: fit-content;
    z-index: 10;
    background-color: white;
    position: relative;
}

.featured-title-text {
    font-size: 50px;
    margin: 0;
    color: #3D2A18;
}

.featured-title img {
    padding: 0 15px;
}

.fevcard.card.card-box-shadow {
    box-shadow: 0 0 10px grey;
    margin: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
    width: 100%;
    max-width: 500px;
}

.fevcard.card {
    transition: .2s;
    width: max-content;
}

.card-box-shadow {
    margin-right: 15px;
}

/*.image-eventType {
    height: 10rem;
}*/

.featured-events.carousel .image-eventType {
    height: unset;
    display: contents;
}

.the-rest-of-it {
    margin: 0 1.5rem 1.5rem 1.5rem;
    overflow: hidden;
}

.featured-events.carousel .the-rest-of-it {
    margin-top: -15px;
}

.btn {
    display: initial;
}

.more-arrow {
    right: 0;
    top: 0;
    text-align: right;
    position: relative;
    z-index: 10;
}

.exploreMoreLink {
    border: 1px solid white;
    text-transform: uppercase;
    font-family: 'futura book';
    color: #3D2A18 !important;
    font-size: 21px;
    position: relative;
    z-index: 1;
}

    .exploreMoreLink:hover {
        text-decoration: none;
    }

    .exploreMoreLink:focus {
        border: 1px solid #3D2A18;
    }

.featured-more-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.more-link-area img {
    position: relative;
    /*left: 6px;*/
    top: -2px;
}

.bottom-gradient {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(0,212,255,0) 100%);
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-events.carousel .bottom-gradient {
    height: 120px;
}

.pageDeleted {
    color: red;
    margin-right: auto;
    margin-left: auto;
}

.featured-module-background {
    margin-bottom: 50px;
    background-color: #EEE7D4;
    background: linear-gradient(180deg, rgba(238,231,212,1) 0%, rgba(238,231,212,1) 70%, rgba(0,212,255,0) 100%);
}

/* Event Page CSS */
.detailedEventInfo {
    margin: 0 auto !important;
    padding: 50px 0 !important;
}

.buttons {
    margin: 25px 0;
}

.reservationLink, .backButton {
    position: relative;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px !important;
}

.reservationLink {
    padding-right: 50px !important;
}

.backButton {
    padding-left: 50px !important;
}

    .reservationLink img, .backButton img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.reservationLink img {
    right: 10px;
}

.backButton img {
    left: 10px;
}

.eventImage {
    width: 100%;
}

.detailedEventInfo h2, .detailedEventInfo h3 {
    font-family: 'futura bold';
    color: #3D2A18;
}

.detailedEventInfo h2 {
    font-size: 22px;
}

.detailedEventInfo h3 {
    font-size: 18px;
    margin: 25px 0;
}

.detailedEventInfo p, .detailedEventInfo ul, .detailedEventInfo ol {
    font-family: 'futura book';
    font-size: 18px;
    color: #3D2A18;
}

.detailedEventInfo ul, .detailedEventInfo ol {
    list-style: none;
    margin: 0 0 25px;
}

.campusMapDiv_EventsPage {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 100px auto 50px;
}

.campusMap_EventsPage {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.mapDownload_EventsPage {
    position: absolute;
    right: 0;
    bottom: 5px;
    text-transform: uppercase;
    color: #3D2A18;
    font-family: 'futura book';
    font-size: 21px;
    padding-right: 40px;
}

    .mapDownload_EventsPage:hover {
        text-decoration: none;
    }

    .mapDownload_EventsPage:focus {
        outline: 1px solid #3D2A18;
    }

    .mapDownload_EventsPage img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

.loadingOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .loadingOverlay div:not(.img-indicator) {
        height: 50px;
        width: 50px;
        position: fixed;
        top: 50vw; /* Fallback in case calc doesn't work. */
        top: calc(50vh - 50px);
    }

    .loadingOverlay .img-indicator {
        height: 50px;
        width: 50px;
    }

    .rowPadding {
        padding-bottom: 15px;
    }

@media (max-width: 1199px) {
    .detailedEventInfo h2 {
        margin-top: 50px;
    }

    .eventImage {
        min-height: 30vw;
        max-height: 120vw;
        object-fit: contain;
    }

    .mainHeaderDate {
        font-size: 22px !important;
    }

    .card-box-shadow {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .detailedEventInfo h2 {
        font-size: 20px;
    }

    .detailedEventInfo h3, .detailedEventInfo p, .detailedEventInfo ul, .detailedEventInfo ol {
        font-size: 16px;
    }

    .mapDownload_EventsPage {
        font-size: 18px;
        padding-right: 30px;
    }

        .mapDownload_EventsPage img {
            width: 20px;
        }

    .featured-title-text {
        font-size: 40px;
    }

    .carousel-control-prev {
        position: absolute;
        left: -25px !important;
    }

    .carousel-control-next {
        position: absolute;
        right: -25px !important;
    }
}

@media (max-width: 500px) {
    .description {
        height: 7rem;
    }
}
