.happy-stories-index-title {
    text-align: center;
}

.text-overlay-image-text {
    margin: auto auto;

    font-size: 3vw;

    font-weight: bold;
    font-size: clamp(1.1rem, 4.5vw, 4rem);
}

.text-overlay-image {
    background-image: url('../images/happy-stories/header/dog-smiling-1922.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
    padding: 15vw 0px;
    background-position-y: 10%;

}

.prac-happy-stories-index-pets {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 40px;
}


#happy-stories-image-id {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    height: auto;
    background-image: url('../images/happy-stories/header/dog-smiling-1922.jpg');
    padding: 18% 0; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
} 

.happy-stories-index-body {
    text-align: center;
}

.happy-stories-index-text {
    color: white;
    text-align: center;
    /* font-size: clamp(1.5rem, 13vw, 7rem); */
    font-size: 3vw;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.happy-stories-index-stories {
    padding-top: 20px;
    /* padding-left: 25vw;
    padding-right: 25vw; */
}

.prac-happy-stories-index-pets {
    margin-left: auto;
    margin-right: auto;
    width: 55vw;
}

/* @media screen and (min-width: 100px) {
    .happy-stories-index-stories {
        padding-left: 25vw;
        padding-right: 25vw;
    }
} */

@media screen and (max-width: 1500px) {
    .prac-happy-stories-index-pets {
        width: 65vw;
    }
}

@media screen and (max-width: 1000px) {
    .prac-happy-stories-index-pets {
        width: max(450px, 90vw);
    }
}

.btn {
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 48%;
    text-align: center;
    margin: 10px 2px;
    /* border-radius: 15px; */
}

.btn-fb {
    background-color: #5270fe;
}

/* hovering button - becomes darker */
.btn-fb:hover {
    background-color: RoyalBlue;
}

.btn-tw {
    background-color: #c13584;
}

/* hovering button - becomes darker */
.btn-tw:hover {
    background-color: #833ab4;
}

a > :not(#header-content){
    text-decoration: none;
    color: white;
}

.prac-happy-stories-index-pets {
    border: 2px solid black;
    box-shadow: 8px 13px #888888;
    border-radius: 10px;
}

.prac-happy-stories-index-names {    
    padding: 15px;
}

.prac-happy-stories-index-names-animal {
    /* font-size: clamp(1em, 2vw, 1.24em); */
    font-size: 2.4cqmax;
    /* font-size: 2rem; */
    /* font-size: clamp(2rem, 3rem, 4rem); */
    font-weight: bold;
    color: #39873c; 
    font-family: 'Times New Roman', Times, serif;
} 

.prac-happy-stories-index-pictures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.prac-happy-stories-index-pictures > img {
    padding: 5px;
    object-fit: cover;
    object-position: center center;
}

.prac-happy-stories-index-captions {
    font-size: 1.1rem;
    border: 3px solid #5ca463;
    padding: 5px;
    color: #4c9658;
    font-family: 'Times New Roman', Times, serif;
    margin: 0 17px;
}

hr {
    height: 2px;
    color: black;
}