@media screen and (max-width: 1300px){
   .wp-block-columns.has-3-columns{
       flex-direction: column;
   }
}

@media screen and (max-width: 1199px){
    .menu-main-menu-container{
        padding-top: 22px
    }
}

@media screen and (max-width: 1000px){
    .headerImage img{
        display: none;
    }

    .headerImage .info{
        position: static;
    }

    .headerImage .info .brandLogo{
        max-width: 250px;
    }

    .headerImage .heading{
        font-size: 26px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 33px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 782px){
    .has-2-columns .wp-block-column{
        width: 100%;
    }

    .has-2-columns .wp-block-column .wp-block-image{
        width: 100%;
        text-align: left;
        padding-left: 32px;
    }

    .wp-block-columns{
        flex-direction: column;
    }
}

@media screen and (max-width: 767px){
    .header{
        text-align: center;
    }

    .mainMenu ul ul li{
        text-align: left;
    }

    .leadership img{
        margin-bottom: 20px;
    }

    .leadership .row:nth-child(even) .col-md-6:nth-child(1){
       order: 1;
    }
    .leadership .row:nth-child(even) .col-md-6:nth-child(2){
       order: 2;
    }

    .leadership .row{
        margin-bottom: 50px;
    }

    .productWrap .title{
        min-height: auto !important;
    }

    .mainMenu{
        text-align: center;
    }

    .ings .row > div{
        min-height: 300px;
    }

    .ings h2{
        max-width: 85%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ings .line{
        text-align: center;
    }

    .ings a.button{
        margin: 0 auto;
        margin-top: 20px;
    }

    .story .text{
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 575px){
    .eventBrite .col-lg-3{
        margin-bottom: 40px;
    }

    .header a.button{
        margin-top: 20px;
    }
}

@media screen and (max-width: 470px){
    .header{
        text-align: left;
    }

    .header img{
        width: 200px;
        margin-top: 10px
    }

    .header a.button{
        margin-top: 30px;
        display: block;
    }
}