<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Roboto+Slab:100,300,400,700&amp;display=swap');



body {
  position: relative;
}

.navbar-light .navbar-brand{
    background-image:url('../images/wisdompetlogo.svg');
    background-size: 90px;
    padding-left: 100px;
    padding-top: 20px;
    height: 120px;
    background-repeat: no-repeat;
    color: rgba(255,255,255,1);
    font-family: 'open sans', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1em;


}

.subhead{
    color: rgba(255,255,255,1);
    font-family: 'Roboto Slab', serif;
    font-size: 0.6em;
    font-weight: 300;
    display: block;
    

}

.navbar-light .navbar-brand:hover{
color: rgba(255,255,255,1);
}

p{
    font-family: 'Roboto Slab', serif;
}

h2, h3{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    
}

h2{
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 40px;
}



/* Mission page */


#mission{
    background-image: linear-gradient(180deg,rgba(238,240,138,1.00) 0%,rgba(128,154,45,1.00) 100%);
    border-top: 20px solid rgba(238,200,86,0.5);
    padding-bottom: 30px;
    min-height: 500px;
}

#mission p{
    font-size: 1.2em;
    font-weight: 300;
}



/* service page */

#services img{
    max-width: 80px;
}

#services{
   text-align: center;
}

#services p{
    font-size: 1.2em;
    font-weight: 300;
}

#services h3{
    font-size: 1.5em;
    font-weight: 300;
}



/* staff page */

#staff{
    background-image: linear-gradient(180deg, rgba(228,210,157,1) 0%,rgba(205,174,80,1) 100%);
    padding-bottom: 50px;
}

#staff img{
	width: 100%;
}

#staff h3{
    font-size: 1.3em;
    font-weight: 600;
    color: rgba(111,78,54,1);
    text-align: left;
}

#staff p{
    font-size: 1em;
    font-weight: 300;
    
}



/* testimonials page */


#testimonials h2{
    display: none;
}

#janeh{
    background-image: url(../images/testimonial-janeh.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-bottom: 0PX;
}

#mcphersons{
    background-image: url(../images/testimonial-mcphersons.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-bottom: 0PX;
}

#johnb{
    background-image: url(../images/testimonial-johnb.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-bottom: 0PX;
}

#lorraines{
    background-image: url(../images/testimonial-lorraines.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-bottom: 0PX;
}

.customer{
    display: none;
}

.intro{
    font-family: 'Roboto Slab', serif;
    font-size: 1.3em;
}

.intro::after{
    content: "...";
}

.quote:hover .intro::after{
    content: "";
}

.more{
    font-family: 'open sans', sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-size: 0;
    opacity: 0;
}

.quote:hover .more{
    font-size: 1em;
    opacity: 1;
    display: block;

}

.quote{
    width: 75%;
    background-color: rgba(255,255,255,0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 20px 5%;
    border-top-right-radius: 30px;
    line-height: 1.3em;
}

.quote:hover{
    background-color: rgba(255,255,204,0.6)
}


/* footer */


footer{
    background-color: rgba(0,0,0,1);
    min-height: 80px;
    margin-bottom: 0;
    color: rgba(284,284,284,1);
    padding: 20Px 3%;
}

.phone{
    font-family: 'Roboto Slab', serif;
    color: rgba(225,225,140,1);
    font-size: 1.7em;
    font-weight: 600;
    line-height: 2;
}

footer p a{
    color: rgba(284,284,284,1);
}</pre></body></html>