* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    
}



*::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;  
    font-family: 'Cabin', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

p { 
    font-size: 18px;
    color: #696969;
}

h2 {
    font-size: 3rem;
    color: #494949;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.3rem;
    color: #494949;

}

.heading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

/*NAVBAR////////////////////////////////////////////////////////////////////////////////////////*/

.navbar {   
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    width: 100vw;
    height: 100px;
    z-index: 999;
    background-color: white;
    font-size: 1.1rem;
}


.navbar-container {
    height: 100px;
    width: 100vw;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding: 0 50px;
}



#navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;   
    cursor: pointer;    
}

#navbar-logo img {
    height: 100px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
    justify-content: center;
    border-radius: 1rem;
    right: 0;
}

.navbar-item {
    color: #494949;
    margin: 1rem;
    cursor: pointer;

}

.navbar-links {
    color: #494949;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    transition: all 0.3s ease;
}

.follow-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-item img {
    padding: 0;
    margin: 0;
    height: 20px;
    width: auto;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.navbar-links:hover {
    color: black;
    scale: 103%;
    transition: all 0.3s ease;
}

.navbar-item img:hover {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.dropdown-active {
    opacity: 1;
    transition: all ease 0.5s;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/


/* MAIN ////////////////////////////////////////////////////////////////////////////////////////////*/


/*Details////////////////////////////////////////////////////*/

.display {
    position: relative;
    height: 550px;
    width: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;    
}

#welcome {
    position: absolute;
    text-align: center;
    max-width: 1000px;
    margin: 1rem;
}

#welcome > h1 {
    font-size: 4rem;
    font-family: 'Anton', sans-serif;
    color:rgb(242, 233, 61);
}

#welcome > p {
    font-size: 1.7rem;
    color: white;
}

.main-image {
    width: 100vw;
    height: inherit;  
    object-fit: cover;
}

@keyframes textDissolve {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

.text-dissolve2 {
    animation: textDissolve 2s ease;
}

.text-dissolve3 {
    animation: textDissolve 3.5s ease;    
}





/*///////////////////////////////////////////////////////////*/



/*About////////////////////////////////////////////////*/

.description {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100vw;
    align-items: center;
    margin: 3rem 0;
}


.par {
    width: 100%;
    max-width: 1100px;
    text-align: center;
    padding: 2rem 4rem; 
}

.description > img {
    display: block;
    width: 100vw;
    height: 250px;
    max-width: 1500px;
    object-fit: cover;
}





/*///////////////////////////////////////////////////////////*/

/*PET HEALTH////////////////////////////////////////////////*/

.pet-health {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0;
    height: fit-content;
}

.pet-health-container {
    justify-content: center;    
    width: 100vw;
    height: fit-content;
    max-width: 1100px;
    padding: 2rem 4rem;
}

.ph-first, .ph-second, .ph-third {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 2rem 0;
}

.ph-heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; 

}

.ph-heading-container > img {
    height: 20px;
    width: auto;
    margin-right: 1rem;
    opacity: 0.8;
}

.pet-health-container h4 {
    margin: 1rem 0;
}

/*///////////////////////////////////////////////////////////*/

/*FOOTER////////////////////////////////////////////////////////////////////////////////////////////*/

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Quicksand', sans-serif;
    background-color: rgb(240, 240, 240);

}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    max-width: 1300px;
    height: 280px;
    padding: 3rem;
    
}



.footer h3 {
    color: #494949
}

.footer p,
.footer a {
    color: black;
}

.footer a {
    cursor: pointer;
    font-style: italic;
}


.footer p {
    margin: 1rem 5px;
    font-size: 15px;
}

.link {
    background: none;
    border: none;
    text-decoration: none;
    color: white;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
}



.location-container p {
    margin: 0.3rem;
}

.footer a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}

#contact img {
    height: 15px;
}



/*//////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* < 700PX////////////////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width: 800px) {
    
   /*Navbar////////////////////////////////////////////////////////////////////////*/ 

    .navbar-menu {        
        display: grid;
        position: absolute;
        grid-template-columns: auto;
        margin: 0;
        padding: 1rem;
        width: 30vw; 
        min-width: 150px;       
        right: -1000px;
        top: 100px;
        opacity: 0;
        transition : all 0.5s ease;
        height: fit-content;
        z-index: -1;
        background-color: white;
        border-radius: 0;
        border-bottom-left-radius: 2rem;
        box-shadow: 2px 9px 9px  rgba(0, 0, 0, 0.15);        
    }

    .navbar-menu.active {       
        right: 0%;
        opacity: 1;
        transition: all 0.5s ease;              
    }

    .navbar-toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: black;
    }

    #mobile-menu {
        position: absolute;
        top: auto;
        bottom: auto;
        right: 4rem;
    }

    .navbar-toggle .bar {
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(135deg);
    }

    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-135deg);
    }
    
    
    /*////////////////////////////////////////////////////////////////////////*/
    
    
   


    

   
    





    
    .pet-health-container {
        padding: 2rem;
       
    }

    .ph-first, .ph-second, .ph-third {
        display: block;
        margin: 0;
    }

    .ph-vaccinations, .ph-nutrition, .ph-parasites, .ph-surgery, .ph-dental-care, .ph-diagnoses {
        margin: 3rem 0;
        border-top: solid 1px black
        
    }

  
    

    

    /*Footer///////////////////////////////////////////////////////////////*/


    .footer {
        display: flex;
        height: 780px;
        
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem;        
        
    }

    .office-hours-container, .con-hours-container, .contact-container, .location-container {
        margin: 1rem;
    }
    

    




}


@media screen and (max-width: 500px) {
    h2 {
        font-size: 1.7rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .heading-container {
        margin-bottom: 2rem;
    }



    .description {
        margin: 0;
    }  

    #welcome h1 {
        font-size: 2.5rem;
    }
    
    #welcome P {
        font-size: 1.2rem;
    }


    .par {
        padding: 2rem;
    }
    
    
    .pet-health {
        margin: 0;
    }

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/





/*SERVICES////////////////////////////////////////////////////////////////////////////////////////////*/

.services { 
    width: 100vw;
    background-color: white;
}

.services p {
    color: black;
}

.service-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100px;
    width: 100%;
    padding: 0 3rem;
    cursor: pointer;
    color: #494949;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transition: all 0.3s ease;
}

.service-heading:hover {
    opacity: 0.6;
    transition: all 0.3s ease
}

.service-heading img {
    height: 20px;
    width: auto;
    margin: 1rem;
    
}

.services-img {
    object-fit: cover;
    width: 100vw;
    height: 100px;
    transition: all 0.3s ease-in-out;
}

.consult, .microchip, .operate, .puppyclass, .tickandfleatreat {
    position: relative;
    height: 100px;
    transition: all 0.3s ease-in-out;
    

}

.consult-par, .microchip-par, .operate-par, .puppyclass-par, .tickandfleatreat-par {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1rem 3rem;
    opacity: 0;
    text-align: center;

   
}



.activeserv {
    height: calc(580px - 13vw);
    transition: all 0.3s ease-in-out;   
}

.activeserv-img {
    opacity: 0.7;
    transition: all 0.3s ease-in-out; 
    height: inherit;   
}

.activeserv-par {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100px;
    transition-delay: 600ms;
}

.activeserv-heading {
    background: none;
    transition: all 0.3s ease;
}





@media screen and (max-width: 800px) {
    .services h1 {
        font-size: 1.5rem;
    }
    

    .activeserv {
        height: calc(1520px - 135vw);
    }

    .consult-par, .microchip-par, .operate-par, .puppyclass-par, .tickandfleatreat-par {
        text-align: left;
        padding: 1.5rem;
    }

    
}










