.cream-bg {
  background-color: #f5ece3;
}

.petcareheader {
  height: 80px;
}

.petnav {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}

.pet-nav {
  justify-content: space-evenly;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #0000a0;
}

.petnav i.border-right-image {
  background: url(../images/border.png) no-repeat;
  width: 2px;
  height: 30px;
  position: relative;
  top: -5px;
}

.pet-nav i.border-right-image {
  top: 5px;
}

.pet-nav .nav-item a .icon {
  width: 30px;
  height: 25px;
  margin-right: 10px;
  background-size: contain;
}

.pet-nav li {
  line-height: 3.75rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.pet-nav .nav-item a {
  margin: 0 20px 0 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pet-nav li.nav-item:last-child a {
  margin: 0;
}

.pet-nav li.nav-item:last-child i.border-right-image {
  display: none;
}

.home .icon {
  background: url("../images/home-icon.png") no-repeat;
}

.about .icon {
  background: url("../images/info.png") no-repeat;
}

.findapet .icon {
  background: url("../images/search-icon.png") no-repeat;
}

.caringfordog .icon {
  background: url("../images/caring.png") no-repeat;
}

.partnershelters .icon {
  background: url("../images/partners.png") no-repeat;
}
.adoption-faqs .icon {
  background: url("../images/adoption-faqs.png") no-repeat;
}
.success-stories .icon {
  background: url("../images/success-stories.png") no-repeat;
}
.caring-for-pets .icon {
  background: url("../images/caring_for_pet_plus.png") no-repeat;
}
.add-adoption-faqs .icon {
  background: url("../images/adoption-faqs-plus.png") no-repeat;
}
.add-success-stories .icon {
  background: url("../images/success-stories-plus.png") no-repeat;
}
.add-caring-for-pets .icon {
  background: url("../images/caring_for_pet_plus_1.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .cream-bg {
    background-color: #fff;
  }

  .petcareheader {
    height: auto;
    top: 0%;
    z-index: 1;
    background-color: #fff;
    border: 0;
  }

  .border-right-image {
    display: none;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 4rem;
  }

  .pet-nav li {
    border: none;
    height: 70px;
    align-items: center;
    justify-content: left;
  }

  .pet-nav .nav-item a {
    padding-left: 15px !important;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pet-nav .nav-item a {
    margin: 0;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
