/* Custom styles */

body {
    padding-top: 56px; /* Space for fixed navbar */
}

.navbar-brand {
    font-weight: bold;
}

.footer {
    background-color: #00008B; /* Match the color in the provided image */
    color: black;
    padding: 20px 0;
    position: relative;
    
}

.footer p {
    margin: 0 0 10px;
}

.footer a {
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.footer a:hover {
    color: #136ca0;
}

.active {
    font-weight: bold;
    color: red;
}

.card-title {
    color: green;
    font-weight: bold;
}

.card-text a {
    color: blue;
    text-decoration: underline;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
}

.jumbotron .display-4 {
    font-size: 2.5rem;
}

.jumbotron p.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.jumbotron hr.my-4 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Styles for service detail page */
.service-detail {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.service-detail .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.service-detail h1,
.service-detail p {
    color: white;
}
