
/* <!-- ########## ########## START: Fresno Custom CSS (styles.css) --> */

    /* START: Header CSS */
    .mobile-header {
        display: block;
        height: 95px;
        background-color: #c41230;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .mobile-logo {
        margin: .75em;
    }
    .mobile-logo a {
            top: 0;
            width: 350px;
            height: 75px;
            background: url("https://library.fresnostate.edu/sites/all/assets/img/brand/library-logo-w.png") no-repeat;
            background-size: contain;
            background-position: center;
            margin: 0 auto;
            position: relative;
            margin-top: 5px;
            display: block;
            color: #fff;
    }
    header { height: 100px; }
    /* END: Header CSS */

    /* START: Breadcrumb CSS */
    .breadcrumb {
        background-color: transparent !important;
        display: block;
        padding: 1.5em 3em 0 3em;
        line-height: 1.5rem !important;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    #breadcrumb a { text-decoration: none !important; }
    #breadcrumb a:hover, 
    #breadcrumb a:focus, 
    #breadcrumb a:active {
        color: #000;
        text-decoration: underline !important;
    }
    /* END: Breadcrumb CSS */

    /* START: Footer CSS */
    footer {
        font-family: 'Roboto', sans-serif;
        padding: 60px 0 0; 
        line-height: 24px;
        background: url("https://library.fresnostate.edu/sites/all/themes/simply-red/images/seal-transparent.png") #193565;
        background-position: 100px -20px;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        font-weight: 400;
    }
    footer a {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-decoration: none;
    }
    footer a:hover, 
    footer a:focus, 
    footer a:active {
        color: #fff;
        text-decoration: underline;
    }
    footer h2, 
    footer h2 a {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 16px;
    }
    .footer-address {
        padding-left: 0;
        list-style: none;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .footer-address li {
        display: block;
        clear: both;
        margin: 10px 0;
    }
    footer .copyright {
        background-color: #132a50;
        padding: 20px 0;
        margin-top: 20px;
    }
    o
    #footer a { color: #ffffff; }
    /* END: Foot CSS */


    /* START: New Acquisitions Content Override CSS */
    html * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: geometricPrecision;
    }
    body {
        font-family: 'Roboto', sans-serif !important;
    }
    p.return-top {
        padding-top: 1.5em;
    }
    #main-content {
        padding: 0 3em 0 3em !important;
    }
    .row#intro {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    h1.display-4 {
        font-family: 'Roboto', sans-serif;
        font-size: 56px;
        font-weight: 300;
        line-height: 67.2px;
        margin-bottom: 16px;
        margin-top: 0;
        color: #343a40;
        text-align: center !important;
    }
    p.lead {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300 !important;
        line-height: 29.7px;
        display: block;
        margin-bottom: 16px;
        margin-top: 0;
        text-align: center;
    }
    td {
        font-family: 'Roboto', sans-serif !important;
        font-size: 14px !important;
    }
    .element a {
        text-decoration: none;
        color: #000;
    }
    .element a:hover, 
    .element a:focus, 
    .element a:active {
        color: #000;
        text-decoration: underline;
    }
    h3.title {
        margin-bottom: 0 !important;
    }
    /* END: New Acquisitions Content Override CSS */

/* <!-- ########## ########## END: Fresno Custom CSS (styles.css) --> */
