#pawsomehelplogo {
    background: white;
    background-size: cover;
    color: white;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.navbar-brand {
    color: white;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 2em;
}

.nav-link {
    color: white;
    letter-spacing: .2em;
    font-weight: 200;
    margin: 0 .8em;
}

.nav-link:hover {
    color: #0a2c46;
}

.navbar-custom {
    background-color: #5b9ed5;
}

.Regina {
    align-content: space-around;
    border-radius: 75%;
    width: 30%;
}

.side {
    line-height: 2em;
    padding: 1em 0;
}

.ReginaTitle {
    color: #3355a1;
}

.fafafont {
    font-size: 30px;
    color: #0a2c46;
}

#buttons {
    margin-bottom: 2em;
}

.petphoto {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.petphoto img {
    display: block;
    margin: 0 auto;
    /* Centers the image */
}


/* FOOTER */
footer {
    background-color: #5b9ed5;
    color: white;
    height: 10%;
    padding-top: .9em;
    padding-bottom: .625em;
}

h4 a:link {
    color: white;
}

h4 a:visited {
    color: white;
}

#carouselExampleCaptions {
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    /* semi-transparent background */
    padding: 1rem;
    border-radius: 0.5rem;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.1rem;
    font-style: italic;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.7;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffc107;
    /* highlight active indicator */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}



/* Media Queries */
@media only screen and (max-width: 600px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Extra space ONLY on smaller screens */
@media (max-width: 576px) {
    .petphoto img {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .carousel-caption {
        font-size: 14px;
        line-height: 1.2;
        padding: 0.5rem 1rem;
        bottom: 10%;
    }
}