.home-logo {
    width: 40px;
}

.nav-item-spacer {
    color: #000;
    background-color: #000;
    font-size: .6rem;
}

.navbar {
    min-height: 64px;
}

.carousel-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contain {
    object-fit: contain;
}

.bar {
    height: 8px;
    border-radius: 13px;
}

.cert-img {
    width: 215px;
    height: auto;
}

.bg-light-gray {
    background-color: rgb(240, 240, 240);
}

body {
    /* background-image: url(/public/img/bg2-new.jpeg); */
    background-image: url(/img/painting-la-city.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body div.main {
    margin-top: 64px;
}

.nav-link.active span {
    text-decoration: underline;
}