@media screen and (max-width: 992px) {
    body {
        overflow-x: hidden;
        font-size: 10pt;
        background: rgb(89, 59, 134);
    }

    nav {
        background-color: (to bottom, #000042, #0000a1, #0000d3);
    }

    a.navbar-brand {
        font-size: 18pt;
    }

    li.nav-item a {
        padding-top: 1px;
        padding-bottom: 0;
    }

    .container-small {
        height: 40px;
    }

    #tooltip {
        background: #333;
        color: white;
        font-weight: bold;
        padding: 4px 8px;
        font-size: 13px;
        border-radius: 4px;
    }

    .first-letter {
        font-size: 35px;
        line-height: 50px;
        color: white;
        padding-left: 3px;
    }

    .title {
        font-size: 19pt;
        font-weight: bold;
        margin: 0;
        color: aliceblue;
        font-family: 'Times New Roman', Times, serif;
    }

    .top-bar {
        /*    height: 40px; */
        background: linear-gradient(to bottom, #000042, #0000a1, #0000d3);
        /*    color: white; */
        /* margin: 0; */
        /*    padding-top: 5px;
    padding-left: 50px; */
    }

    .teal-bar {
        background-color: #639497;
        height: 20px;
    }

    .header {
        max-height: 96px;
        background-color: #228;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 18pt;
        text-align: center;
    }

    .header-half {
        max-height: 40px;
        padding-top: 2px;
    }

    .header-pad {
        padding-top: 0px;
    }

    .header-left {
        padding-left: 0px;
    }

    .scales {
        height: 150px;
    }

    .disclaimer {
        font-size: 8pt;
        color:aqua;
    }

    .big-letter {
        font-size: 24pt;
    }

    .big-letter-bold {
        font-size: 28pt;
        font-weight: bold;
    }

    .thin-line {
        height: 1px;
        background-color: white;
    }

    .graybar {
        height: 5px;
        width: 100%;
        background: linear-gradient(to bottom, #666, #eee, #444);
    }

    .corp-list {
        padding-left: 100px;
    }

    .pmb0 {
        margin-bottom: 5px;
    }

    .white {
        color: white;
    }

    .teal {
        color: #339999;
    }

    .orangerd {
        color: orangered;
    }

    .teal-bg {
        background-color: #339999;
    }

    .aqua {
        color: aqua;
    }

    .red {
        color: red;
    }

    .bg-dark-blue {
        background: #006;
    }

    .bold {
        font-weight: bold;
    }
}


/* for large screen */

@media screen and (min-width: 992px) {
    body {
        font-size: 12pt;
        font-family: 'Times New Roman', Times, serif;
    }

    .top-bar {
        background: linear-gradient(to bottom, #00d, #00a, #006);
    }

    .header {
        max-height: 150px;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 20pt;
    }

    .header-top-half {
        padding-top: 25px;
    }

    .header-btm-half {
        padding-top: 25px;
    }

    .header-pad {
        padding-top: 20px;
    }

    .header-left {
        padding-left: 50px;
    }

    #gavel-img {
        height: 150px;
    }

    .big-letter {
        font-size: 28pt;
    }

    nav {
        background-color: (to bottom, #00d, #00a, #004);
    }

    a.navbar-brand {
        font-size: 18pt;
    }

    li.nav-item a {
        padding-top: 8px;
        padding-bottom: 0;
        font-size: 10pt;
    }

    #tooltip {
        background: #333;
        color: white;
        font-weight: bold;
        padding: 4px 8px;
        font-size: 13px;
        border-radius: 4px;
    }

    .first-letter {
        font-size: 35px;
        line-height: 50px;
        color: white;
        padding-left: 3px;
    }

    .title {
        font-size: 19pt;
        font-weight: bold;
        margin: 0;
        color: aliceblue;
        font-family: 'Times New Roman', Times, serif;
    }

    .teal-bar {
        background-color: #639497;
        height: 20px;
    }

    .scales {
        height: 150px;
    }

    .disclaimer {
        font-size: 8pt;
        color:aqua;
    }

    .big-letter {
        font-size: 24pt;
    }

    .big-letter-bold {
        font-size: 28pt;
        font-weight: bold;
    }

    .thin-line {
        height: 1px;
        background-color: white;
    }

    .graybar {
        height: 5px;
        width: 100%;
        background: linear-gradient(to bottom, #666, #eee, #444);
    }

    .white {
        color: white;
    }

    .teal {
        color: #339999;
    }

    .aqua {
        color: aqua;
    }

    .orangerd {
        color: rgb(254, 96, 39);
    }

    .red {
        color: red;
    }

    .teal-bg {
        background-color: #339999;
    }

    .bg-dark-blue {
        background: #006;
    }

    .bold {
        font-weight: bold;
    }
}