/* <!-- COPYRIGHT STRIP --> */
.site-copyright {
    background: #fbf5d9;        /* pale yellow background like screenshot */
    border-top: 1px solid #efe6c6;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #222;
    padding: 12px 0;
    box-sizing: border-box;
}

.site-copyright .copyright-inner {
    max-width: 1200px;         /* matches container width used above */
    margin: 0 auto;
    padding: 0 28px;
}

.site-copyright p {
    margin: 0;
    line-height: 1.45;
    color: #222;
}

.site-copyright .rutgers-name {
    color: #ffcc00;            /* orange highlight for "Rutgers" */
    font-weight: 700;
    text-decoration: none !important;
}

/* small screens: center text and add spacing */
@media (max-width: 720px) {
    .site-copyright .copyright-inner {
        padding: 6px 18px;
        text-align: center;
    }
    .site-copyright p {
        font-size: 13px;
    }
}
