#after-event {
    background-color: #f4b735;
}

/* Kids Slider */
#after-event .kids-slider {
    overflow: hidden;
    padding: 0;
    height: 285px;
}

#after-event .kids-slider-track {
    display: flex;
    width: max-content;
    animation: kids-slide 30s linear infinite;
}

#after-event .kids-slider-track img {
    height: 285px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

@keyframes kids-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

#after-event .event-details p {
    font-size: 2.1em;
}

#after-event .footer {
    margin-top: 18%;
}

#after-event .footer .footer-tractors {
    background-image: url('../images/footer-contruction-bg.png');
}

#after-event .hero-content::before,
#after-event .hero-container::after {
    display: none;
}

#after-event .hero-subtitle h3,
#after-event .hero-subtitle h4 {
    font-size: 4.5em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

#after-event .one-day-section {
    background-position-x: 40%;
    background-size: 15%;
}

#after-event .rodeo-description p {
    font-size: 1.6em;
}

#after-event .rodeo-description .content-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

#after-event .rodeo-description .content-container .first {
    width: 350px;
    height: 300px;
    background-image: url('../images/hero-top-black-crane-full.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: -50px;
    margin-left: 35%;
}

#after-event .rodeo-description .content-container .second {
    content: '';
    width: 500px;
    height: 350px;
    background-image: url('../images/top-black-crane-full.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-left: 15%;
    margin-top: 5%;
}

#after-event .schedule-item {
    margin: 10px 0;
}

#after-event .schedule-item a {
    text-decoration: none;
    font-weight: 500;
}

#after-event .schedule-note {
    font-size: 1.8em;
}

#after-event .schedule-note.two {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 0;
}
#after-event .schedule-note.two a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

#after-event .section-dark {
    padding: 0;
}

#after-event .section-dark .content-container {
    padding: 0;
}

#after-event .section-dark .section-title {
    font-size: 4.5em;
}

#after-event .section-dark .section-image {
    height: 100%;
    background-image: url('../images/thinking-background.jpg');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: top right;
}

#after-event .section-dark .section-text {
    padding: 50px 0;
}

#after-event .section-dark .section-text a {
    text-decoration: none;
    font-weight: 500;
}

#after-event .section-dark .section-text p {
    font-size: 1.8em;
    font-weight: 300;
    margin-top: 15px;
}

#after-event .section-title {
    line-height: 1;
    margin-bottom: 0;
}

#after-event .section-titl.two {
    text-transform: uppercase;
    margin-top: 75px;
}


/* Responsive Design */
/* iMac */
@media (max-width: 2560px) {
    #after-event .one-day-section {
        background-position-x: 45%;
        background-size: 12%;
    }
    #after-event .footer .footer-tractors {
        height: 325%;
    }
}
@media (max-width: 1920px) {
    #after-event .one-day-section {
        background-position-x: 42%;
        background-size: 15%;
    }
    #after-event .footer .footer-tractors {
        height: 285%;
    }
}
@media (max-width: 1440px) {
    #after-event .one-day-section {
        background-size: 20%;
    }
    #after-event .schedule-box {
        padding: 30px 0 30px 30px;
        margin-top: 0;
        font-size: 1.6em;
    }
    #after-event .schedule-item {
        margin: 10px 0;
        font-size: 0.9em;
    }
    #after-event .schedule-note.two {
        font-size: 1.2em;
    }
    #after-event .section-dark .content-container {
        padding-left: 50px;
    }
    #after-event .footer {
        margin-top: 20%;
    }
}
/* Tablet: 1201px - 1280px */
@media (max-width: 1280px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 4em;
    }
    #after-event .rodeo-description .content-container .first {
        width: 300px;
    }
    #after-event .rodeo-description .content-container .second {
        width: 450px;
    }
    #after-event .schedule-item {
        margin: 10px 0;
        font-size: 0.8em;
    }
    #after-event .schedule-note {
        font-size: 1.5em;
    }
    #after-event .section-titl.two {
        margin-top: 60px;
        font-size: 1.4em;
    }
    #after-event .schedule-note.two {
        font-size: 1em;
    }
    #after-event .footer .footer-tractors {
        height: 255%;
    }
}
/* Tablet: 1025px - 1200px */
@media (max-width: 1200px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 3.7em;
    }
    #after-event .rodeo-description .content-container .first {
        width: 270px;
    }
    #after-event .rodeo-description .content-container .second {
        width: 400px;
    }
    #after-event #schedule .content-container {
        padding: 0;
    }
}
/* Tablet: 768px - 1024px */
@media (max-width: 1024px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 2.2em;
    }
    #after-event .event-details p {
        font-size: 1.7em;
    }
    #after-event .rodeo-description .content-container .first {
        width: auto;
        height: 250px;
    }
    #after-event .rodeo-description .content-container .second {
        width: auto;
        height: 200px;
    }
    #after-event .rodeo-description p {
        font-size: 1.2em;
    }
    #after-event .section-title {
        font-size: 2em;
    }
    #after-event .hidden-small {
        display: none;
    }
    #after-event .section-titl.two {
        margin-top: 30px;
        font-size: 1.2em;
    }
    #after-event .schedule-note.two {
        font-size: 0.9em;
    }
    
}
@media (max-width: 950px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 2em;
    }
}
@media (max-width: 800px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 1.6em;
    }
    #after-event .event-details p {
        font-size: 1.4em;
    }
    #after-event .rodeo-description .content-container {
        display: grid;
        grid-template-columns: 1fr;
    }
    #after-event .rodeo-description .content-container .first {
        display: none;
    }
    #after-event .rodeo-description .content-container .second {
        width: auto;
        height: 200px;
        margin: 0 auto;
        background-position: center;
    }
    #after-event .section-dark .section-title {
        font-size: 3.3em;
    }
    #after-event .content-section.section-dark .section-content {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #after-event .content-section.section-dark .section-content br {
        display: none;
    }
    #after-event .section-dark .content-container {
        padding-left: 0;
    }
    #after-event .section-dark .section-image {
        height: 350px;
        background-position: top center;
        background-size: cover;
    }
    #after-event .section-dark .section-text {
        padding: 50px;
    }
}
/* Mobile: Below 768px */
@media (max-width: 768px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 1.2em;
    }
    #after-event .rodeo-description {
        padding: 30px;
    }
    #after-event .one-day-section {
        padding: 30px;
    }
    #after-event .footer {
        margin-top: 15%;
    }
}
/* Small Mobile: Below 480px */
@media (max-width: 480px) {
    #after-event .hero-section {
        padding: 20px 0;
    }
    #after-event .event-details {
        padding: 0;
    }
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 1.6em;
    }
    #after-event .event-details p {
        font-size: 1.6em;
    }
    #after-event .rodeo-description h2 {
        margin-bottom: 15px;
    }
    #after-event .rodeo-description p {
        font-size: 1.4em;
        text-align: center;
    }
    #after-event .schedule-box {
        padding: 0;
        margin-top: 0;
        font-size: 1.6em;
    }
    #after-event .footer {
        margin-top: 5%;
    }
    #after-event .schedule-item {
        margin: 10px 0;
        font-size: 1em;
    }
    #after-event .section-text p {
        font-size: 1.5em;
        text-align: center;
    }
    #after-event .section-title {
        text-align: center;
    }
}
@media (max-width: 430px) {
    #after-event .hero-subtitle h3, #after-event .hero-subtitle h4 {
        font-size: 2.6em;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 900;
    }
    #after-event .rodeo-description {
        padding: 15px;
    }
    #after-event .section-dark .section-text {
        padding: 30px;
    }
    #after-event .footer {
        margin-top: 0%;
    }
    #after-event .footer .footer-tractors {
        height: 100%;
    }
}
@media (max-width: 412px) {}
@media (max-width: 390px) {}