@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
    margin-right: 0;
  }

  .logo {
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
  }
  .logo img {
    padding: 4rem 15rem 2rem 1rem;
  }

  .header-title h2 {
    padding-top: 2rem;
    font-size: 1rem;
    text-align: center;
  }
  .header-title h3 {
    font-size: 0.9rem;
    width: 90%;
    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Grid Issues Mobile  */
@media screen and (max-width: 650px) {
  .body {
    font-size: x-small;
  }
  .h2 {
    font-size: x-small;
  }
  .h3 {
    font-size: x-small;
  }
  .donate-text h3 {
    font-size: 1.25rem;
  }

  .sponsor-text p {
    font-size: 0.9rem;
    width: 80%;
    margin-left: 5px;
    margin-right: auto;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1000px) {
  .header-title h2 {
    padding-top: 1rem;
    font-size: 1.15rem;
  }
  .accordion {
    font-size: 13px;
  }
}

@media screen and (max-width: 650px) {
  .spot-light {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
  }

  .spot-light-header {
    width: 100%;
    margin-right: 0;
  }

  .spot-light p {
    font-size: 0.9rem;
    text-align: center;
  }

  .available_dogs,
  .adopted_dogs {
    /* display: none; */
    display: inherit;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: small;
  }

  h2 {
    font-size: smaller;
  }
}

@media screen and (max-width: 400px) {
  .donate-givebutter {
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-gap: 2rem;
    justify-items: center;
    place-items: center;
  }
}

/* @media screen and (max-width: 650px)  */
@media screen and (max-width: 400px) {
  .paypal {
    width: 275px;
    height: 80px;
    margin-left: -30px;
  }

  .venmo {
    width: 275px;
    height: 80px;
    margin-left: -30px;
  }

  .paypal img {
    width: 150px;
    height: 75px;
  }

  .paypal h1 {
    font-size: 1.5rem;
  }

  .venmo img {
    width: 100px;
    height: 35px;
  }

  .donateButton {
    margin-inline: auto;
    left: 0;
  }

  .giveTuesday {
    font-size: smaller;
  }
}

@media screen and (max-width: 650px) {
  .harvey img {
    width: auto;
    /* margin-left: 4rem; */
    height: 150px;
  }

  .harvey p {
    font-size: smaller;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .harvey img:hover {
    transform: scale(1.2);
  }
  .harvey video:hover {
    transform: scale(1.2);
  }

  footer {
    padding: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  footer p,
  h3,
  span {
    font-size: 0.9rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer a {
    font-size: 0.8rem;
  }

  .copyright {
    font-size: 0.8rem;
  }
  .must-read {
    font-size: 0.8rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* text-align: justify;
  text-wrap: wrap; */
    /* overflow-y:scroll; */
  }
  .essential h3 {
    font-size: 1rem;
  }
}
