/* =============================================
   SOUTH SHORE RECOVERY CLUB - join.css
   ============================================= */

/* Body & General */
body {
    padding-top: 56px;
    background-color: #e6f3ff;
}

/* Navbar */
.navbar {
    background-color: #e6f3ff !important;
}

/* Carousel */
.carousel-item {
    text-align: center;
}

.carousel-item img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
}
