@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');

h2, h3, p {
    color: rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: 300;
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
}
h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
p {
    font-family: "Roboto Slab", serif;
    font-size: 1.2rem;
}
body {
  position: relative;
}
.navbar-light .navbar-nav .nav-item .nav-link{
    color: rgba(255,255,255,1.00);
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
	font-family: "Roboto Slab", serif;

}
.navbar-light .navbar-nav .nav-item .nav-link:hover{
    color: rgba(245,206,87,1.00);
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-family: "Roboto Slab", serif;

}
.navbar-light .navbar-nav .nav-item .nav-link.active{
    border-bottom-color: rgba(51,6,6,1.00);
    border-bottom-style: solid;
    background-color: rgba(255,255,255,0.4);

}
.navbar-light .navbar-nav .nav-item .nav-link.active:hover {
    border-bottom-color: rgba(51,6,6,1.00);
    border-bottom-style: solid;
    background-color: rgba(238,240,138,0.40);

}
.navbar-light .navbar-brand {
    background-image: url(../images/wisdompetlogo.svg);
    background-repeat: no-repeat;
    padding-left: 100px;
    color: rgba(255,255,255,1.00);
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.7rem;
	
}
.subhead {
    display: block;
    color: rgba(255,255,255,1.00);
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;

}
.navbar-light .navbar-brand:hover,.subhead:hover {
    color: rgba(255,255,255,1.00);
}




#mission {
    background-color: rgba(228,210,157,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(238,240,138,1.00) 0%,rgba(129,154,45,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(238,240,138,1.00) 0%,rgba(129,154,45,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(238,240,138,1.00) 0%,rgba(129,154,45,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(238,240,138,1.00) 0%,rgba(129,154,45,1.00) 100%);
    color: rgba(0,0,0,1.00);
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 20px solid rgba(238,200,86,0.50);
}

#services {
    background-color: antiquewhite;
    padding-top: 40px 0;
}

#services img {
    width: 80px;
    margin-bottom: 10px;
}
article {
    text-align: center;
    margin-bottom: 15px;
}
#staff {
    background-color: rgba(228,210,157,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(228,210,157,1.00) 0%,rgba(205,174,80,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(228,210,157,1.00) 0%,rgba(205,174,80,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(228,210,157,1.00) 0%,rgba(205,174,80,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(228,210,157,1.00) 0%,rgba(205,174,80,1.00) 100%);
    padding-top: 40px 0;
}
#staff img {
    max-width: 100%;
    border-radius: 50%;
}
#staff h3 {
    font-weight: 700;
    color: rgba(111,78,54,1.00);
    margin-bottom: 0px;
    font-size: 1.8rem;
}
.doctor {
    margin-bottom: 20px;
}
#janeh {
    background-image: url(../images/testimonial-janeh.jpg);
    background-size: cover;
    background-position-x: center;
}
#mcphersons {
    background-image: url(../images/testimonial-mcphersons.jpg);
    background-size: cover;
    background-position-x: center;
}
#johnb {
    background-image: url(../images/testimonial-johnb.jpg);
    background-size: cover;
    background-position-x: center;
}
#lorraines {
    background-image: url(../images/testimonial-lorraines.jpg);
    background-size: cover;
    background-position-x: center;
}
.quote {
    background-color: rgba(255,255,255,0.70);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    padding: 15px 5%;
    border-top-right-radius: 30px;
}
#testimonials h2 {
    display: none;
}
#testimonials .customer {
    display: none;
}
blockquote {
    min-height: 500px;
    position: relative;
}
.intro {
    font-family: "Roboto Slab", serif;
    font-size: 1.1rem;
    color: rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: block;
}

.more {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0rem;
    color: rgba(0,0,0,1.00);
    line-height: 135%;
    display: block;

}
.quote:hover {
    background-color: rgba(253,247,173,0.70);
}

.quote:hover .more {
    font-size: 1rem;
}

.intro::after {
    font-size: 1rem;
    content: "...";
    ;
}

.quote:hover .intro:after {
    content: "";
}
footer {
    background-color: rgba(70,71,83,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-bottom: 20px;
}
footer p {
    color: rgba(255,255,255,1.00);

}

footer p a {
    text-decoration: none;
    color: rgba(249,207,128,1.00);
}
footer p a:hover  {
    text-decoration: none;
    color: rgba(248,158,97,1.00);
}
.phone {
    color: rgba(255,221,124,1.00);
}
