

.navbar, .bg-secondary{
    background-color: rgba(30, 0, 60, 0.85)    !important;
}
body {
    background-color: whitesmoke;
}

.navbar a {
    color: #ffffff;
    font-weight: bold;
}

.navbar a:hover {
    color: #ffcc00;
}


.circle-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.header-container {
    background-image: url(/headerbg.png);
    background-size: cover;
    background-position: center;
    height: 170px;
}
.header-image {
    width: 100%;
    height: auto;
    display: block;
}
footer {
    background-color: #4a148c;
    color: #f0f8ff;
    padding: 12px 0;
    font-size: 0.9rem;
}
footer a {
    color: #f0f8ff;
    text-decoration: none;
    font-weight: 500;
}
footer a:hover {
    text-decoration: underline;
}
footer .footer-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
footer .footer-section div {
    display: flex;
    align-items: center;
    gap: 6px;
}
footer .footer-icon {
    font-size: 1.1rem;
}
footer .copyright {
    text-align: center;
    margin-top: 8px;
    font-size: 0.8rem;
    font-style: italic;
}
/*@import "bootstrap";*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *

 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.



 */
