/* cfrankb.com - Custom styles (Bootstrap 5) */

/* Hero unit styling */
.hero-unit {
    padding: 2rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

.hero-unit h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.hero-unit h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.hero-unit p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

/* Sidebar styling */
.sidebar-nav {
    padding: 0;
}

.sidebar-nav .nav-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0.5rem 1rem;
}

.sidebar-nav .nav-link {
    padding: 0.375rem 1rem;
    color: #495057;
}

.sidebar-nav .nav-link:hover {
    color: #0d6efd;
}

/* Footer */
footer {
    padding: 1rem 0;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-unit {
        padding: 1.25rem;
    }

    .hero-unit h1 {
        font-size: 1.5rem;
    }

    .hero-unit h2 {
        font-size: 1.1rem;
    }

    .hero-unit p {
        font-size: 0.9rem;
    }

    .sidebar-nav {
        margin-top: 1rem;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }
}

/* Image responsiveness */
img {
    max-width: 100%;
    height: auto;
}

/* Body background */
body {
    background-color: #ffffff;
}
