.header-home2 {
    background-image: linear-gradient(rgba(14, 19, 35, 0.667), rgba(14, 19, 35, 0.667)), url("./assets/images/Cottages_-picture.jpg");
    width: 100% !important;
    height: 62vh !important; 
    background-size:cover;
    background-position: center;
}

.header-home-petstays {
    background-image: linear-gradient(rgba(14, 19, 35, 0.667), rgba(14, 19, 35, 0.667)), url("./assets/images/pet-header.jpg");
    width: 100% !important;
    height: 62vh !important; 
    background-size:cover;
    background-position:  50% 15%;
}



.header-cabins {
    background-image: linear-gradient(rgba(14, 19, 35, 0.667), rgba(14, 19, 35, 0.667)), url("./assets/images/Cabins_-Picture-scaled-qc20l9sbr1kmkztrqc98wleyeatkcq0qiid25mqqck.jpg");
    width: 100% !important;
    height: 62vh !important; 
    background-size:cover;
    background-position: center;
}

.header-cottages {
    background-image: linear-gradient(rgba(14, 19, 35, 0.667), rgba(14, 19, 35, 0.667)), url("./assets/images/Cottages_-picture-qc20hqw44eqx1my3bbem1zfq7a70hl0z12aid9yvok.jpg");
    width: 100% !important;
    height: 62vh !important; 
    background-size:cover;
    background-position: center;
} 

.header-creekside {
    background-image: linear-gradient(rgba(14, 19, 35, 0.667), rgba(14, 19, 35, 0.667)), url("./assets/images/Creekside-Cabins_-scaled-qc20owfw50jhesjzjeqe16g0yuxl2nffch1jv3d0bo.jpg");
    width: 100% !important;
    height: 62vh !important; 
    background-size:cover;
    background-position: center;
}

.middle-3 {
    height: 70vh;
    width: 100%;
    text-align: center;
    padding: 85px 0;
}

.middle-3 h1 {
    font-size: 3.5rem;
    font-weight: 500;
}

.middle-3,.middle-petstays {
    height: 70vh;
    width: 100%;
    text-align: center;
    padding: 85px 0;
}

.middle-3 h1, .middle-petstays span {
    font-size: 3.5rem;
    font-weight: 500;
}