@media only screen and (max-width: 600px) {
    #Moblogo {
        display: block !important;
        padding-left: 105px;
    }

    #Moblogodesk {
        display: none;
    }

    .mobpadding {
        padding-top: 0px !important;
    }

    .middle-box {
        padding-top: 20px !important;
    }

    .jumbotron {
        padding: 20px !important;
        margin-top: 10px;
    }

    h2 {
        margin-top: 0px;
    }

    #mobhide {
        display: none !important;
    }

    .mmstext-right {
        text-align: center !important;
    }

    .mmstext-center {
        text-align: center;
    }

    #dnone {
        display: block !important;
    }

    #mmtop {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {

    #Moblogo {
        display: block !important;
        padding-left: 105px;
    }

    #Moblogodesk {
        display: none;
    }

    .mobpadding {
        padding-top: 0px !important;
    }

    .middle-box {
        padding-top: 20px !important;
    }

    .jumbotron {
        padding: 20px !important;
        margin-top: 10px;
    }

    h2 {
        margin-top: 0px;
    }

    #mobhide {
        display: none !important;
    }

    .mmstext-right {
        text-align: center;
    }

    .mmstext-center {
        text-align: center;
    }

    #dnone {
        display: block !important;
    }
      #mmtop {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {

    #Moblogo {
        display: block !important;
        padding-left: 105px;
    }

    #dnone {
        display: block !important;
    }

    #Moblogodesk {
        display: none;
    }

    .mobpadding {
        padding-top: 0px !important;
    }

    .middle-box {
        padding-top: 20px !important;
    }

    .jumbotron {
        padding: 20px !important;
        margin-top: 10px;
    }

    h2 {
        margin-top: 0px;
    }

    #mobhide {
        display: none !important;
    }

    .mmstext-right {
        text-align: center;
    }

    .mmstext-center {
        text-align: center;
    }

    #dnone {
        display: block !important;
    }
      #mmtop {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {

    #Moblogo {
        display: block !important;
        padding-left: 105px;
    }

    #Moblogodesk {
        display: none;
    }

    .mobpadding {
        padding-top: 0px !important;
    }

    .middle-box {
        padding-top: 20px !important;
    }

    .jumbotron {
        padding: 20px !important;
        margin-top: 10px;
    }

    h2 {
        margin-top: 0px;
    }

    #mobhide {
        display: none !important;
    }

    .mmstext-right {
        text-align: center;
    }

    .mmstext-center {
        text-align: center;
    }

    #dnone {
        display: block !important;
    }
      #mmtop {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1920px) {
    #Moblogo {
        display: none;
    }

    .mobpadding {
        padding-top: 230px;
    }

    .mmstext-right {
        text-align: right;
    }

    #dnone {
        display: none;
    }
}
