body {
  height: 500px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: block;
  margin: 20px auto 10px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

a {
  position: static;
  display: block;
  max-width: 215px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

a:hover {
  color: #f50c0c;
}

.header {
  padding-top: 11px;
  padding-bottom: 0px;
  background-color: #0267ff;
}

.drnt_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #0267ff;
}

.text_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.home {
  margin-right: auto;
  margin-left: auto;
}

.navbar-container {
  padding-right: 35px;
  padding-left: 6px;
}

.available-dalmatians {
  display: block;
  font-size: 31px;
  text-shadow: none;
}

.about-us {
  margin-top: 39px;
}

.footer {
  margin-top: 20px;
  padding-top: 23px;
  padding-bottom: 19px;
  background-color: #0267ff;
}

.footer-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.slideshow {
  height: 750px;
  background-color: transparent;
}

.slide {
  display: inline-block;
}

.bio {
  padding: 31px;
  color: #fff;
  font-weight: 700;
}

.name {
  color: #000;
  text-align: center;
  text-shadow: none;
}

.jackpot {
  display: inline-block;
}

.volunteers {
  margin-bottom: 15px;
}

.donate-button {
  margin-top: 26px;
}

.e-mail {
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

.phone-number {
  display: inline-block;
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

.igive-com-link {
  display: inline;
  color: #000;
  font-size: 14px;
  text-shadow: none;
}

.legacy-website-link {
  display: inline;
  color: #000;
  font-size: 14px;
}

.e-mail-link {
  display: inline;
}

.telephone-link {
  display: inline;
}

.e-mail-text-link {
  display: inline;
  color: #000;
  font-size: 14px;
}

.in-line-link {
  display: inline;
  color: #000;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
}

.amazon-smile-link {
  display: inline;
  color: #000;
  font-size: 14px;
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: none;
  }

  .text_logo {
    font-size: 35px;
  }

  .footer-text {
    font-size: 14px;
  }

  .slideshow {
    height: auto;
  }

  .name {
    text-shadow: none;
  }

  .jackpot {
    overflow: hidden;
  }

  .right-arrow {
    margin-bottom: 265.5px;
  }

  .left-arrow {
    margin-bottom: 265.5px;
  }

  .slide-nav-buttons {
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 767px) {
  body {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font-size: 32px;
    text-shadow: none;
  }

  .text_logo {
    font-size: 26px;
  }

  .navbar-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    line-height: 25px;
  }

  .about-us {
    padding: 16px;
  }

  .footer-text {
    margin-top: -20px;
    padding: 15px 15px 0px;
  }

  .slideshow {
    height: auto;
  }

  .name {
    padding: 13px;
    text-shadow: none;
  }

  .right-arrow {
    margin-bottom: 215.5px;
  }

  .left-arrow {
    margin-bottom: 215.5px;
  }

  .slide-nav-buttons {
    padding-bottom: 51px;
  }

  .column-1 {
    margin-bottom: 15px;
  }

  .column-2 {
    margin-bottom: 15px;
  }

  .volunteers {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    text-shadow: none;
  }

  p {
    position: static;
    margin-top: -5px;
  }

  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 12px;
  }

  .about-us {
    margin-top: 24px;
    padding: 12px;
  }

  .footer-text {
    padding: 8px;
    font-size: 17px;
  }

  .slideshow {
    height: auto;
  }

  .name {
    font-size: 20px;
    text-shadow: none;
  }

  .right-arrow {
    margin-bottom: 110px;
  }

  .left-arrow {
    margin-bottom: 110px;
  }

  .slide-nav-buttons {
    position: absolute;
    display: block;
    padding-bottom: 34px;
  }

  .donate-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}