body {
    background-color: black;
    padding-bottom:200px;

}


@media only screen and (max-width: 1000px) {

    #maintable {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        /* margin-top: 20px; */
        /* background-color:white; */

    }

    #maintable td {
        vertical-align: top;
        text-align: center;
    }

    .header {
        color: lightgray;
        font-size: 20px;
        margin-left: 8px;
    }

    .serviceText {
        margin: 8px;

    }

    .buttons {
        text-decoration: none;
        text-align: center;
    }

    #sidebar {
        position: sticky;
        top: 20px;
        opacity: 0.7;
        color: white;
        width: 75px;
        text-align: left;
        margin: 0px;
        padding: 0px;
        box-sizing: unset !important;
    }

    #sidebar img {
        width: 50px;
    }

    #sidebar a {
        font-size: 10px;
    }

    #contact {
        text-align: left;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .serviceList {
        column-count: 1;
    }

    .addressMain {
        font-size: 14px;
        color: white;
        margin: 10px;
    }

    .phoneMain {
        font-size: 20px;
        color: white;
    }

    .address {
        font-size: 18px;
        color: white;
        text-align: left !important;

    }

    .address2 {
        text-align: left !important;
        line-height: .8;
    }

    .newline {
        display: block;
    }

    #locationIcon {
        width: 30px;
    }

    .phone {
        font-size: 18px;
        color: white;
        text-align: left !important;
    }

    #phoneIcon {
        width: 30px;
    }

    .logo {
        width: 90%;
        text-align: center;
        max-width: 600px;
    }

}

@media only screen and (min-width: 1001px) {

    #maintable {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }


    #maintable td {
        vertical-align: top;
        text-align: center;
    }

    .buttons {
        text-decoration: none;
        text-align: center;
    }

    #sidebar {

        position: sticky;
        top: 20px;
        color: white;
        width: 135px;
    }

    #contact {
        text-align: left;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .header {
        color: lightgray;
        font-size: 24px;
        margin-left: 8px;
    }

    .serviceText {
        margin: 8px;

    }

    .serviceList {
        column-count: 2;
    }

    .addressMain {
        font-size: 30px;
        color: white;
        margin: 10px;
    }

    .phoneMain {
        font-size: 30px;
        color: white;
    }

    .address {
        font-size: 25px;
        color: white;
        text-align: left !important;
    }

    .address2 {
        text-align: left !important;
        vertical-align: middle !important;
    }

    .newline {
        display: none;
    }

    .phone {
        font-size: 25px;
        color: white;
        text-align: left !important;
    }

    .logo {
        width: 90%;
        text-align: center;
        max-width: 800px;
    }

}