/* media queries */
@media screen and (min-width: 0px) and (max-width: 576px) {
    #aboutlist {
        font-size: 3.0vw;
        text-align: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .banner {
        font-size: 1rem;
    }
    .backtotop-full {
        display: none;
    }
    .backtotop-sm {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #directions {
        max-width: 70%;
        display: block;
        margin: auto;
        text-align: center;
        padding-top: .75em;
    }
    .footerlogo {
        display: block;
        margin: auto;
        text-align: center;
    }
    #directions>hr {
        max-width: 60%;
        border-top: 0.1em solid #E5F0EB;
    }
    .footerframe {
        display: block;
        margin: auto;
        text-align: center;
    }
    .producthead {
        margin: 0 auto;
    }
    .smallform {
        margin-left: 1em;
        margin-right: 1em;
    }
    .display-4 {
        font-size: 2em;
    }
    .memberfull {
        display: none;
    }
    .memberpic {
        max-height: 150px;
    }
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    #logo {
        display: block;
    }
    .spacer {
        display: none;
    }
    .navbar-text {
        display: none;
    }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
    .memberfull {
        display: none;
    }
    .memberpic {
        max-height: 150px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .membersm {
        display: none;
    }
    .memberpic {
        max-height: 200px;
    }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
    .banner {
        font-size: 1.25rem;
    }
    #aboutlist {
        font-size: 2.0vw;
        margin: 0 auto;
    }
    .abbypic {
        margin: 0 auto;
    }
    .backtotop-sm {
        display: none;
    }
    .backtotop-full {
        display: block;
        margin-right: 0.5em;
    }
    #directions {
        max-width: 50%;
        text-align: left;
    }
    #directions>hr {
        max-width: 60%;
        margin-right: 40%;
        border-top: 0.1em solid #E5F0EB;
    }
    .footerframe {
        display: block;
        text-align: right;
        margin-left: auto;
        margin-right: 0px;
    }

    .display-4 {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 992px) {
    #logo {
        display: none;
    }
    #aboutlist {
        font-size: 1.75vw;
        margin: 0 auto;
    }
    .backtotop-sm {
        display: none;
    }
    .backtotop-full {
        text-align: right;
        margin-right: 0.5em;
    }
    #directions {
        max-width: 70%;
        text-align: left;
    }
    #directions>hr {
        max-width: 60%;
        margin-right: 40%;
        border-top: 0.1em solid #E5F0EB;
    }
    .footerframe {
        display: block;
        margin-left: auto;
        margin-right: 0px;
    }
    .membersm {
        display: none;
    }
}
/* media queries */