
html,
body {
  overflow-x: hidden;
}

body {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
  font-size: 1.1rem;
  line-height: 1.25rem;
  color: whitesmoke;
  background-color: black;
  }

h2 {
  font-family: "Bruno Ace SC", cursive;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 22px;
  
}

h3 {
  text-align: center;
}

a:link {
  color: whitesmoke;
  text-decoration: none;
}

a:visited {
  /* color: #00bcd4;
   */
  color: inherit;
  }

a:hover {
  color: #27e1c1;
  font-weight: 500;
}
a:active {
  color: black;
}

.topnav {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.topnav a {
  float: right;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 300;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  float: left;
  color: rgb(0, 247, 255);
}
.topnav a.active:hover {
  color: black;
}

.topnav .icon {
  display: none;
  margin-right: 0;
}


.logo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-column-gap: 6px;
  width: 90%;
}

.logo img {
  object-fit: contain;
  padding: 2rem 4rem 0 4rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}

.header-title h2 {
  font-size: 1.5rem;
  padding-top: 2.5rem;
  margin-bottom: 5px;
}

.header-title h3 {
  color: red;
  font-size: 1.5rem;
  vertical-align: middle;
}

.spot-light {
  place-items: center;
  width: 80%;
  margin-inline: auto;
  border-radius: 30px;
}

.spot-light-header {
  width: 100%;
  background-image: url("images/spot-light.jpg");
  background-size: 500px 100px;
  display: block;
  height: 7rem;
}

.spot-light p {
  font-size: 2rem;
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

/*
  .spot-light img {
  /* padding-top: 1rem; */
  display: block;
  max-width: auto;
  max-height: 90%; /* 
  border-radius: 30px;
  /* margin-bottom: 1rem; */
  }
*/

  .spot-light img:hover {
    /* transform: scale(1.12); */
    box-shadow:   10px 10px 20px rgb(239, 238, 241);

  }
  
.donate {
  /* display: grid; */
  /* background-color: rgb(252, 249, 249); */
  /* background-color: #e8d7d7b3; */
  /* background-color: rgb(224, 207, 207); */
  background-color: rgb(243, 234, 234);
  max-width: 80%;
  height: auto;
  margin: auto;
  text-align: center;
  box-shadow: 0 5px 5px rgba(64, 225, 218, 0.2);
  border-radius: 30px;
}

.donate-text{
  padding-top: .5rem;
  color: black;
  /* width: calc(80% - 30px); */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.donate h3{
  font-family: Cormorant Garamond, serif;
  line-height: 1.5rem;
}

/* style=font-family: Cormorant Garamond, serif; line-height: 1.25 */
.donate h2 {
  padding-top: 2rem;
}

.donate-buttons {

  width: 80%;
  place-items: center;

  margin-left: auto;
  margin-right: auto;
}

.givebutter{
  margin-top: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.donate-givebutter{
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(450px, auto));
  /* grid-gap: 2rem; */
} 

.available_dogs,
.adopted_dogs,
.pending_dogs,
.all_available_dogs {
  display: grid;
  margin: auto;
  place-content: center;
  width: 90%;
  grid-template-columns: repeat(auto-fit, minmax(350px, auto));
  grid-template-rows: (2, minmax(100px, 20rem));
  grid-gap: 2rem;
  margin: 1rem auto;
  padding: 10px; 
  
}

.adopted_dogs{
  background-color:  rgb(38, 34, 34);
  /* border: solid 3px red; */
}

.available_dogs img,
.adopted_dogs img,
.pending_dogs img,
.all_available_dogs img {
  max-width: 80%;
  max-height: 20rem;
  display: block;
  margin: auto;
  justify-content: center;

} 

.available_dogs img:hover,
.adopted_dogs img:hover,
.pending_dogs img:hovere,
.all_available_dogs img:hover {
  transform: scale(1.10);
  box-shadow:   10px 10px 20px rgb(239, 238, 241);
}

.available_dogs .title,
.adopted_dogs .title,
.pending_dogs .title,
.all_available_dogs .title {
  text-align: center;
  margin: auto;
  font-weight: 600;
  font-size: x-large;
  color: whitesmoke;
  padding: 1rem;
}

.donate-btn {
  width: 30%;
}

.donate-btn img{
  width:100%;
  height:auto;
}

footer {
  display: grid;
  place-items: center;
  background-color:rgb(29, 27, 27);
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

footer p {
  text-align: center;
  font-size: 1rem;
}

footer a{
  font-size: 1.1rem;
}

.quick-links {
  font-size: 1.25rem;
  line-height: 1.45rem;
}

.social {
  text-align: center;
}

.social img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-left: 3rem;
  margin-right: 3rem;
}

.accordion a {
  color: blue;
}
.accordion {
  color: black;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14.5px;
}

.accordion-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: x-small;
  color: whitesmoke;
  font-size: medium;
  font-weight: 200;
}
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  background-color:black;
  border-color: #bbb;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

.dog-tags {
  display: grid;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(auto-fit, minmax(350px, auto));
  grid-gap: 2rem;
}

.essential h3{
  font-size: 2rem;
}
.must-read {
  width: 80%;
  margin-inline: auto;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.must-read img {
  padding-top: 7rem;
  display: block;
  width: 50%;
  margin-inline: auto;
}

.breed_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.breed_container a:link {
  color: blue;
}

.great-breed {
  padding-top: 3rem;
  background-color: white;
  color: black;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.great-breed span {
  font-size: small;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.great-breed .normal {
  font-family: Arial, Helvetica, sans-serif;
}

.great-breed h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

article {
  width: 85%;
  margin-inline: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.25;
}

article a:link {
  color: #27e1c1;
}

article a:hover {
  text-decoration: underline;
}

.smile-grid {
  width: 90%;
  margin-inline: auto;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 0.5rem;
}

.smile-grid > .left-grid img {
  display: block;
  width: 80%;
  margin-inline: auto;
}

.smile-grid > .right-grid {
  width: 80%;
  padding: 2em;
  font-size: 1.25rem;
  line-height: 1.45;
}

.bolder {
  /* color: red; */
  color: aquamarine;
}

.sponsor {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(auto-fit, minmax(350px, auto));
  margin-inline: auto;
}

.sponsor img {
  padding-top: 8rem;
  display: block;
  width: 90%;
  margin-inline: auto;
  margin-top: 0;
}

.sponsor-text {
  margin-top: 4rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: justify;
  font-weight: 200;
}

.sponsor-text span {
  text-align: center;
}

.hideTop {
  background-color: rgb(29, 27, 27);
}

.donateButton {
  position: fixed;

  /* to place button on right corner */
  bottom: 5px;
  right: 0px;
  padding: 15px 25px;

  /* center button */

  /* margin-left:-50px;
  left:50%;
  padding: 15px 25px;
  bottom:0px; */

  background-color: transparent;
  color: red;
  font-weight: bold;
  border-radius: 25px;
  border: solid;
  border-width: 3px;
  letter-spacing: 4px;
  transition: 0.5s;
  cursor: pointer;
}

.donateButton:hover {
  background: #03e9f4;
  color: #050801;
  border-color: transparent;
}


.auctionButton {
  background-color: transparent;
  color: rgb(255, 47, 182);
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 25px;
  border: solid;
  border-width: 3px;
  letter-spacing: 4px;
  transition: 0.5s;
  cursor: pointer;
  width: 250px;
}

.auctionButton:hover {
  animation: none;
  background: #03e9f4;
  color: #050801;
  border-color: transparent;
}


.venmo {
  margin-top: 2rem;
}

.harvey img {
  width: 200px;
  height: 266px;
  /* border-radius: 50%; */
}

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

.harvey p {
  line-height: 1.5;
  font-size: 1.25rem;
}

.bg1 {
  background: rgb(194, 186, 186);
  width: 40%;
  border: 2px solid blue;
}

.bg1 img {
     width: 100%;
}


/* .auctionButton {
  animation: glowing 7500ms infinite;
} */

/* @keyframes glowing {
  0% {
    background-color: red;
    box-shadow: 0 0 5px red;
    color: white;
  }
  50% {
    background-color: white;
    box-shadow: 0 0 20px white;
    color: red;
  }
} */

/* .giveTuesday {
  font-size: xx-large;
  height: 28rem;
  animation: glowing 5000ms infinite; 
}

.giveTuesday p {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 70%;
}

.giveTuesday img {
  width: 200px;
  height: 200px;
}

.giveTuesday:hover {
  animation: none;
  background: transparent;
  color: white;
  border-color: transparent;
}

.giveTuesday h1 {
  padding-top: 3rem;
}

.giveTuesday img:hover {
  cursor: pointer;
} */
