﻿@media only screen and (max-width: 900px) {
    .sruSeal {
        display: none;
    }

    #rockSolidText {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    html {
        font-size: 16px;
    }

    .footer {
        line-height: 25px !important;
    }
}

@media only screen and (max-width: 700px) {
    #cicLogin {
        width: 50% !important;
    }
}

@media only screen and (max-width: 600px) {
    #welcomeToText {
        width: auto !important;
    }
    #userNameHeader {
        display: none;
    }
}

@media only screen and (max-width: 576px) {

    .footer {
        line-height: 25px !important;
    }
    #userNameHeader {
        display: none;
    }
}

@media only screen and (max-width: 510px) {

    #cicLogin {
        width: auto !important;
        text-align: center;
        margin-bottom: 1em;
    }

    .pageContent {
        display: block !important;
    }
    #userNameHeader {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    #rockSolidText {
        display: none;
    }

    #userNameHeader {
        display: none;
    }
}
