@media screen and (max-width: 1400px) {

    .support {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .support li { margin-right: 0; }
    .support li a { font-size: 1.5rem; }
    .support li a i { font-size: 2rem; }
}


@media screen and (max-width: 1280px) {
.home {
    display: flex;
    flex-direction: column;
    height: 100vh
}
#pageheader { flex-grow: 1; }
#footer { display: block;}
#footer > div { margin: 1rem 0; }

#footer .social,
#footer .supsign {
  justify-content: flex-start;
}

.mm-menu_offcanvas {
    z-index: 9999999;
}

.main__navigation { display: none !important; }
.mod_randomImage {
    grid-column: 2;
}
.container__right {
    justify-content: flex-end;
}

#nav-open-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
    position: absolute;
    left: 2rem;
    
}

#nav-open-btn:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f0c9';
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    display: inline-block !important;
    background-color: var(--primary-color);
    width: 36px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

}
