body,
html {
    /* height: 100%; */
    min-height:100vh;
    margin: 0;
}

/*FONTS*/
.playfair-display-header {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 3rem;
    text-align: center;
    
}

.playfair-display-header a {
    text-decoration: none;
    color: black;
}

.playfair-display-header a:hover {
    color: burlywood;
}

.merriweather-sans-bodytxt {
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
}



/*SOC MEDIA icons*/
.soc-med-styles {
    position: fixed;
    top: 10px;
    left: 10px;
}

.fa-brands {
    margin: 0 5px;
    color: black;
    font-size: 1.5em;
}

.fa-brands:hover {
    color: burlywood;
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

/*NEXT PUPPY CYCLE call out*/
.next-puppy-cycle {
    position: fixed;
    top: 10px;
    z-index: 100;
    right: 30px;

}

/*NAV BAR*/
.soc-med-styles{
    display: relative;
    z-index: 100;   
    
}

nav {
    margin: auto;
    background-color: grey !important;
    text-align: center;
}
nav .merriweather-sans-bodytxt ul li {
    padding: 10px 15px;
    text-align: center;
}

nav ul li {
    display: inline-block;
    /* background-image: url(soc-med/paw-solid.svg); */
    background-repeat: no-repeat;
    margin: 30px 15px;
    padding-left: 10px;
}

nav {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.navbar-grey {

        background-color: grey !important;
    }

    .navbar-toggler {
        border: none;
        /* Removes border for cleaner look */
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='bisque' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
/*PUPPY HERO IMG*/
.hero-image {
    background-image: url("ThreeRiver-imgs/puppy-img.jpg");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*MIDDLE SECTION style*/
.middle-section-style, .purchase-info-text, #meet-our-dogs {
    background-color: bisque;
    margin-top: 1rem;
    line-height: 2rem;
    padding: 1rem;
}

.middle-section-style ul{
    display:initial;
}
   

/*H1, H5, and p styles*/
h1 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin: 20px auto;
    font-variant: small-caps;
}

h5 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1rem;
}

p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    margin: auto;
}

/* Paws icon margin NAV*/

ul a {
    margin: 0px 10px;
}

footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    background-color: grey;
    text-align: center;
    color:bisque;
    
}


ul {
    display:flex;
    justify-content: center;
}
nav a, footer a {
    text-decoration: none;
}
 
a.peek:link,
a.peek:visited,
a.peek:hover,
a.peek:active {
    text-decoration: none;
    color: black;
}

a.peek:hover {
    color: bisque;
}

nav a:link, footer a:link {
    color: burlywood;
}

nav a:visited, footer a:visited {
    color: burlywood;
}

nav a:hover, footer a:hover {
    color: bisque;
}

.nav-link {
    display: flex;
    flex-direction: row;
    align-items: top;
    text-align: center;
    
}
.nav-link i {
    margin: 0.25rem 0.25rem 0 0;
    color:black; 
}

.nav-link i {
    margin-bottom: 0.25rem;
}

.navbar { position: sticky}
/*SECTION style*/
section {
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.litter a {
    color: var(--bs-heading-color);
    text-decoration: none;
}
.litter a:hover {
    color: rgb(164, 158, 158);
}


/*CARDS styles*/
.card-title {
    text-align: center;
}

.col {
    margin-top: 30px;
}

/*WHY a Golden Retriever styling*/
section ul li {
    list-style-type: none;
    padding: 10px 10px 0px 40px;
    background-image: url(soc-med/paw-solid.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin: auto;
}

/*MEET OUR DOGS STYLING*/
#meet-our-dogs {
    /* padding: 20px; */
    display:flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #f9f9f9; */
}

#meet-our-dogs h1 {
    font-size: 2rem;
    color: #333;
}

.album {
    margin-bottom: 40px;
}

.album h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.album-gallery {
    display: flex;
    gap: 15px;
}

.album-gallery img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 5px solid burlywood;
    border-radius: 8px;
}

.album-gallery img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

form {
    margin-bottom: 100px;
}


/*CONTACT PAGE STYLING*/
.contactpg {
    margin: auto;
    margin-top: 30px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    background-color: bisque;
    padding: 15px;
    box-sizing: border-box;

}

label {
    display: block;

}

#dropdown {
    padding-left: 10px;
}

/*SUBMIT styles*/
#submitt {
    font-family: 'Merriweather Sans', sans-serif;
    margin: auto;
    display: block;
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: fit-content;


}

#submit:hover {
    background-color: #333;
    /* Slightly darker background on hover */
}

/* RESPONSIVE DESIGN for Soc media and Upcoming litter - small screen)*/
.hidden {
    display: none !important;
  }
  @media (max-width: 768px) {
    .soc-med-styles,
    .next-puppy-cycle {
      display: none; /* Hides these sections on smaller screens */
    }
  }
  

/* RESPONSIVE DESIGN for smaller viewport - CONTACT PAGE*/
fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: none;
    padding: 10px;
}

label {
    flex: 1 1 100%;
    /* Ensures labels take full width */
}

textarea {
    flex: 1 1 100%;
    /* Makes the textarea full width */
}

@media (max-width: 768px) {

    textarea,
    input,
    select {
        font-size: 14px;
    }

    fieldset {
        flex-direction: column;
    }


/*RESPONSIVE - nav list*/

    #nav-list {
       
        flex-direction: column;
        width: 100%;
        text-align: center;
        
    }
    


}

@media (max-width: 1200px)
{
    .playfair-display-header {
            margin-top: 45px;
        }
}



/* PURCHASE CONTRACT STYLING*/
.thank-you-purchase {
    margin-bottom: 30px;
}

.adobe-acrobat-link {
    padding-top: 20px;
}

footer {
    padding: 10px 5px;
}

/*FAQs*/
h5 {
    text-align: left;
}

.faq-1 {
    margin-top: 30px;
}