@media screen and (max-width: 480px) {
    #header img {
        width: 70px !important;
    }

    #headerDemo {
        font-size: 9pt;
    }
}

#header,
#headerNav,
#headerDemo {
    padding-bottom: 7px;
    background-color: #00047f;
    text-align: center;
}

#header {
    padding-top: 14px;
}
#header,
#headerNav {
    color: white;
}
#headerDemo {
    color: grey;
}

#header img {
    width: 100px;
}

#headerNav a {
    vertical-align: middle;
    text-size-adjust: 100%;
    color: white;
    font-size: 16px;
    margin: 0 2px 8px 2px;
    text-decoration: none;
    display: inline-block;
}
#headerNav a:hover {
    text-decoration: underline;
}

#inmatesHeader {
    background-image: url(/bkg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 14px;
}
