.tablet{ display:block; }
.notablet{ display:none; }
.tablet2{ display:block; }
.notablet2{ display:none; }

@media (min-width: 576px) {
   #hamburger { right:50%;margin-right:-255px; }
   #hamburger.open { right:0;margin-right:15px; }
}

@media (min-width: 768px) {
    .tablet{ display:none; }
    .notablet{ display:block; }
    #hamburger { right:50%;margin-right:-345px;margin-top:23px; }
    /* Video Home Start */
    video#bgvid {
        aspect-ratio:16/13;
        width:100%;
    }
    .headerhome .headertextbg {
        width:75%;
    }
    .headerhome .headertext .text {
        font-size:1.9rem;
        line-height:1.2em;
    }
}

@media (min-width: 992px) {

    #hamburger { right:50%;margin-right:-465px; }
    video#bgvid {
        aspect-ratio:16/7;
        width:100%;
    }
    .headerhome .headertextbg {
        width:50%;
    }
    .headerhome .headertext .text {
        font-size:2.2rem;
        line-height:1.2em;
    }
    #header .pagetitlerow {
        background: var(--halfcolortransparent);
    }
    .inforow .icon {
        width:40%;
        padding:5% 13% 5% 13%;
    }
    .inforow .text {
        width:60%;
        padding:4% 0% 4% 0;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
    .inforow .big {
        font-size:3.6rem;
        line-height:1em;
        padding-bottom:5px;
    }
    .inforow .small {
        font-size:1rem;
        line-height:1.1em;
    }
    .footer .container .left,
    .footer .container .right{
        width:50%;
        padding:40px 15px 40px 40px;
    }
}

@media (min-width: 1200px) {
    #hamburger { right:50%;margin-right:-555px; }

}
@media (min-width: 1400px) {
    .tablet2{ display:none; }
    .notablet2{ display:block; }
    #menurow > .container > .row {
        margin-left:-5%;
        margin-right:-5%;
    }

}
@media (min-width: 1800px) {
    .tablet2{ display:none; }
    .notablet2{ display:block; }
    #menurow > .container > .row {
        margin-left:-162px;
        margin-right:-162px;
    }

}