* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
}


body {
    background-color: #d6d6d6;
    background-image: url("images/woodbr.jpeg");
}

th {
    text-align: right; 
    font-size: 28px;
    color:darkgreen;
  }

  td {
    font-size: 28px;
    color:rgb(0, 0, 0);
  }

  #table {
      padding-top: 50px;
  }

.header {
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #ffffff;
    color:rgb(0, 0, 0);
    opacity: 0.7;
}

.header h1 {
    display: inline-block;
    font-size: 32px;
    color:black;
    font-family: 'Ubuntu', sans-serif;
}

#navbarLogo {
  width: 80px;
}

.header h1 .and {
    color:rgb(0, 0, 0);
    width: auto;
    font-family: 'Ubuntu', sans-serif;
    }


.header div {
    padding-top: 25px;
    margin-right: 20px;
    float: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
}

.header div ul {
    list-style-type: none;
    font-family: 'Ubuntu', sans-serif;
}

.header div ul li {
    display: inline-block;
    margin-left: 25px;
    font-family: 'Ubuntu', sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

a:hover {
    color:#cb2027;
}

p {
    font-size: 20px;
    color:#000000;
    font-family: 'Fira Sans', sans-serif;
    
}

ul {
    font-size: 24px;
    color:#000000;
    font-family: 'Fira Sans', sans-serif;
    padding-bottom: 20px;
}

li {
    font-size: 24px;
    color:#000000;
    font-family: 'Fira Sans', sans-serif;
    padding: 15px;
    padding-bottom: 20px;
}

ol {
    font-size: 22px;
    color:#ffffff;
    font-family: 'Fira Sans', sans-serif;
    padding: 15px;
    font-weight: bolder;

}

.services-h3 {
    font-size: 28px;
    color: darkgreen;
    font-weight: bolder;
    padding-bottom: 15px;
}

.hero {
    height: 625px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
    background-image: url("images/Fluffy-Puppies-logos-transparent.jpg");
    background-size: cover;
    background-position: center;
}

.float-left {
    float: left;
    margin-right: 25px;
}

.float-right {
    float: right;
    margin-left: 25px;
}

.content {
    width: 75%;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.indexContent {
    width: 100%;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

/* review sidebar */
.reviews {
    margin-right: 20px;
    padding: 20px;
    float: right;
    clear: both;
    width: 20%;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    box-shadow: 0px 5px 30px rgb(107, 99, 99);
}

.review-lead {
    margin-bottom: 32px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

.review2 {
    margin-bottom: 32px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

.review3 {
    margin-bottom: 32px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
}

.review-lead h2 {
    font-size: 28px;
    font-weight: bolder;
    color: rgb(232,78,55);
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.review-lead h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.review2 h3 {
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.review3 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.review-lead img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    border-radius: 75px;
    box-shadow: 0px 5px 30px rgb(255, 255, 255);
}

.review2 img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    border-radius: 75px;
    box-shadow: 0px 5px 30px rgb(255, 255, 255);
}

.review3 img {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    border-radius: 75px / 75px;
    box-shadow: 0px 5px 30px rgb(255, 255, 255);
}

.about {
    margin-bottom: 20px;
    padding: 50px;
    margin: 20px;
    height: 700px;
    font-size: 28px;
    line-height: 1.0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(0, 0, 0);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.about-contact {
    margin-bottom: 20px;
    padding: 50px;
    height: 600%;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(243, 240, 240);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.faq {
    margin-bottom: 20px;
    padding: 50px;
    margin: 20px;
    height: 1175px;
    font-size: 28px;
    line-height: 1.0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(0, 0, 0);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.client-card {
    margin-bottom: 20px;
    padding: 50px;
    margin: 20px;
    height: 325px;
    font-size: 28px;
    line-height: 1.0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(0, 0, 0);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.contact-card {
    margin-bottom: 20px;
    padding: 50px;
    margin: 20px;
    height: 350px;
    font-size: 28px;
    line-height: 1.0;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(0, 0, 0);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.services {
    margin-bottom: 20px;
    padding: 50px;
    margin: 30px;
    height: 1110px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    background-color: #dbcece;
    color:rgb(0, 0, 0);
    box-shadow: 0px 10px 30px rgb(0, 0, 0);
}

.contact {
    margin-bottom: 20px;
    padding: 50px;
    margin: 20px;
    margin-top: 50px;
    height: 450px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #dbcece;
    color:rgb(241, 240, 243);
    box-shadow: 0px 5px 30px rgb(0, 0, 0);
}

.slideshow {
    margin-bottom: 20px;
    padding: 50px;
    height: 325px;
    font-family: 'Ubuntu', sans-serif;
    font-size: larger;
    background-color: #dbcece;
    color:rgb(241, 240, 243);
    box-shadow: 0px 5px 30px rgb(0, 0, 0);
}

#card-logo {
    float: left;
    max-height: 100px;
}

.bubbleDog {
    max-height: 200px;
    float: left;
    margin: 15px;
}

.about1 {
    display: block;
    margin: 10px auto;
    max-width: 150px;
    border-radius: 75px;
    box-shadow: 0px 5px 30px rgb(255, 255, 255);
}

.video {
    padding: 30px;
    border: 0px;
}

#abouthead {
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    padding-bottom: 20px;
    padding-top: 20px;
}

#abouthead2 {
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    padding-bottom: 20px;
    padding-top: 20px;
}

.services-list {
    font-size: 18px;
    color:#000000;
    font-family: 'Fira Sans', sans-serif;
    padding: 5px;
    padding-bottom: 5px;
}

.abouth3 {
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    color: darkgreen;
}

.about img {
    max-height: 300px;
    border-radius: 50%;
    box-shadow: 0px 5px 30px rgb(75, 0, 0);
}

.about-contact img {
    max-height: 300px;
    border-radius: 50%;
    box-shadow: 0px 5px 30px rgb(75, 0, 0);
}

.faq img {
    max-height: 300px;
    border-radius: 50%;
    box-shadow: 0px 5px 30px rgb(75, 0, 0);
}

.services img {
    max-height: 200px;
    box-shadow: 0px 5px 30px rgb(75, 0, 0);
}

.contact img {
    max-height: 200px;
    box-shadow: 0px 5px 30px rgb(75, 0, 0);
}

#contactdog {
    border-radius: 75%;
    max-height: 275px;
}

.container {
    max-width: 80%;
    position: relative;
    margin: auto;
  }

.about h2 {
    margin-bottom: 20px;
    color: rgb(30, 122, 30);
    font-size: 36px;
    font-family: 'Dancing Script', cursive;
}

.services h2 {
    margin-bottom: 30px;
    font-size: 42px;
    color: rgb(30, 122, 30);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.full-service h3 {
    margin-bottom: 30px;
    font-size: 42px;
    font-family: 'Ubuntu', sans-serif;
    text-align: right;
}

.contact h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: rgb(30, 122, 30);
    font-family: 'Ubuntu', sans-serif;
}

.footer {
    padding: 30px;
    clear: both;
    font-family:Verdana, Geneva, sans-serif ;
    text-align: center;
}

.footer h2 {
    font-size: 20px;
}

#ohio {
    max-height: 200px;
}

/* social icon css*/
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }

  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }

/* #social {
    max-height: 50px;
} */

/* slideshow CSS */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* about us cards */
* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color:#dbcece;
  }

  /* about cards */

  /* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: #272727;
  font-family: 'Quicksand', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-weight: bolder;
    padding-bottom: 20px;
    padding-top: 20px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.cards2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card3 {
  background-color: linear-gradient(to bottom left, #707070 40%, #2d641f 100%);
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #6b6b6b 40%, #457c2b 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
