body {
    background-color: #fafafa;
    font-family: Arial, Helvetica, sans-serif;
}

.rutgers-header {
    background: #cc0033;
    color: #fff;
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.rutgers-logo {
    height: 44px;
    margin-right: 1rem;
}

.app-title {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.app-subtitle {
    font-size: 1.1rem;
    margin-left: 0.7em;
    font-weight: normal;
}

.footer {
    background: #cc0033;
    color: #fff;
    text-align: center;
    padding: 0.7rem 0;
    margin-top: 3rem;
    width: 100%;
    font-size: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.rutgers-btn,
.btn.rutgers-btn {
    background: #cc0033 !important;
    color: #fff !important;
    border: none;
    transition: background 0.2s;
}

.rutgers-btn:hover,
.btn.rutgers-btn:hover {
    background: #a30026 !important;
    color: #fff !important;
}

.card {
    border-radius: 12px;
}

@media (max-width: 600px) {
    .rutgers-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .rutgers-logo {
        height: 36px;
        margin-bottom: 0.5rem;
    }
    .app-title {
        font-size: 1.2rem;
    }
    .footer {
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }
}

/* Make nav links bigger and white, add hover effect */
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1.1rem;
    margin-right: 1.2rem;
    transition: color 0.15s, background 0.15s;
    font-weight: 500;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #FFD100 !important; /* Rutgers gold accent */
    background: rgba(255,255,255,0.09);
    border-radius: 8px;
}

.navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    margin-bottom: 2rem;
}

.rutgers-logo {
    height: 36px !important;
    margin-right: 12px !important;
}

.dashboard-card {
    min-height: 170px;
}
.dashboard-card {
    margin-bottom: 2rem;
}

@media (max-width: 800px) {
    .dashboard-card {
        margin-bottom: 1rem;
    }
}
