@media (max-width: 768px) {
    .custom-button-link {
        min-width: unset;
        padding: 5px 10px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        justify-content: flex-start;
    }

    .navbar-toggler {
        position: absolute !important;
        right: 0;
        top: 6px;
    }

    .logo_block.custom-link {
        margin-right: 20px;
    }

    .donate_block {
        margin-left: 0px;
        padding-left: 0;
        height: 100%;
        min-height: 70px;
        width: 80px;
    }

    .mapouter, .gmap_canvas {
        width: auto !important;
    }


    .what_do_block {
        display: unset !important;
    }

    .what_do_title.moto-cell.moto-spacing-right-auto {
        width: 100% !important;
        text-align: center;
    }

    video {
        width: 100%;
        height: auto;
    }


    .footer_logo {
        text-align: center;
        margin-bottom: 10px
    }

    .copy_right {
        text-align: center;
        margin-bottom: 10px
    }

    .moto-widget-social-links-extended__list {
        text-align: center;
        padding: 0
    }

    .join_team {
        display: unset !important;
    }

    p.moto-text_system_7, .moto-widget-contact_form-buttons div {
        text-align: center;
    }

    .col-sm-12 h2 {
        text-align: center
    }

    .upcoming h2{
        text-align: left;
    }

    .mobile_display_none {
        display: none
    }
    
    .event_block{
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    a.link-org {
        font-size: 16px !important;
    }

    .navbar-brand img {
        width: 40px;
    }

    .custom-image-picture {
        max-width: unset
    }

    .moto-widget-image {
        padding-top: 10px;
    }

    .moto-spacing-right-medium {
        padding-right: 0;
    }

    .moto-widget-carousel-item {
        height: 400px !important;
    }

    .countdown-timer {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .what_do {
        flex-direction: column;
    }

    .what_do div {
        width: 100% !important;
    }

}

@media (max-width: 425px) {
    .logo_block {
        width: 170px;
        margin-right: 30px !important;
    }

    .donate_block {
        width: auto;
    }

    .custom-button-link {
        padding: 5px;
        font-size: 12px
    }

    .line-block {
        display: none !important;
    }

    .moto-text_system_7 {
        font-size: 14px
    }


}