:root {
  /* --howe-pink: #CD3B8B; */
  /* --howe-pink: #e62d95; */
  --howe-pink: #e4128e;
  --mono-pink: #ef3aa5;
  --howe-pink-rgba: rgba(205, 59, 139, 1);
}
.howe-pink {
  color: var(--howe-pink);
  font-weight: bold;
}

body {
  /* font-family: interstate, sans-serif; */
  font-family: "Raleway", sans-serif;
  font-style: normal;
  min-height: 100vh;
}

/* Nav Bar CSS */
html body nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  padding-top: 0px;
  padding-bottom: 0px;
  scroll-behavior: smooth;
}

main {
  margin: 0 auto;
  width: 90%;
  max-width: 1300px;
  font-weight: 400;
  min-height: calc(100vh - 100px);
}

.navbar-light .navbar-toggler {
  border-color: var(--howe-pink-rgba);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205, 59, 139, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

div.navbar-nav a.nav-item, #navbarDropdownMenuLink {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 1.3em;
}
div.navbar-nav a.nav-item.nav-link.active, #navbarDropdownMenuLink.active {
  color: var(--howe-pink);
}

/***************************** Home Page **************************************/
.carousel .carousel-item img {
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  /* object-fit: cover; */
}

/* Headers */
h1,
h2,
h3,
h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: var(--howe-pink);
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}

.decoration {
  text-align: end;
}
#stretching-cat {
  text-align: left;
  margin-bottom: -29px;
  margin-left: 12px;
  height: 120px;
  width: auto;
  transform: rotate(-1.5deg);
}
#sitting-cat {
  z-index: -1;
  margin-bottom: -71px;
  padding-right: -20px;
  height: 150px;
  width: auto;
  transform: rotate(-1.25deg);
}
/* About us CSS */
.memberImg {
  max-height: 200px;
  max-width: 200px;
  min-width: 200px;
  border-radius: 50%;
}
.memberDetails p {
  margin-top: 2%;
}

/******************************** Adopt page **********************************/
.filter-btn {
  margin: 0px 10px;
}
a.dropdown-item.active,
a.dropdown-item:active {
  background-color: var(--howe-pink);
  color: white;
}

.pets .pet {
  margin: 0 auto;
}
.pet {
  margin: 0 auto;
  margin-bottom: 5%;
}

.square {
  margin: 0 auto;
  position: relative;
  width: 300px;
  height: 300px;
  /* border-radius: 20px; */
  overflow: hidden;
}
.petImg {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 300px;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
/* Added hover to media query */
.petInfo {
  width: 300px;
  margin: 0 auto;
  padding-right: 15px;
}
.petStats {
  font-weight: bold;
}
a.page-link {
  color: var(--howe-pink);
  cursor: pointer;
}
li.page-item.active a.page-link {
  background-color: var(--howe-pink);
  border-color: var(--howe-pink);
  color: white;
}
/******************************* Details Page *********************************/
.wrapper {
  background-color: black;
  width: 100%;
}
#gallery {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 800px;
  height: 450px;
  max-height: 450px;
  overflow: auto; /*resized child divs*/
}
#main-image-div {
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
}
#main-image-div img {
  /* width: 100%; */
  max-width: 500px;
  max-height: 425px;
  height: auto;
  margin: 0 auto;
}
.thumb-row {
  width: 100%;
  max-height: 425px;
  overflow: auto;
}
#thumb-images {
  padding: 0;
  width: 100%;
  text-align: center;
}

.thumb-img-div {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0;
  /* padding: 10px; */
  /* display: inline-block;
  vertical-align: middle;
  text-align: center; */
}
.thumb-image img {
  margin: 0 auto;
  width: 100%;
  /* vertical-align: middle; */
}

#details-carousel {
  background-color: black;
  /* width: 100%; */
  margin: 0 auto;
}
.pet-carousel {
  overflow: hidden;
}
.details-carousel-image {
  /* margin: 0 auto; */
  /* max-height: 400px; */
}
.list-stats {
  font-weight: bold;
  color: var(--howe-pink);
}
.list {
  font-weight: 400;
  color: black;
}

.stats.btn {
  margin: 0 auto;
}
.btn {
  font-weight: bold;
  color: white;
  background-color: var(--howe-pink);
}
.btn-primary{
  border-color: var(--howe-pink);
}
.btn:hover {
  color: var(--howe-pink);
  background-color: white;
  border-color: var(--howe-pink);
}
.btn.focus, .btn:focus{
  box-shadow: 0 0 0 0.2rem rgb(228 18 142 / 25%);
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
.modal-header .close {
  color: white;
  font-size: 3rem;
}
#modal-image {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

/***************************** Donate CSS ************************************/
.responsive {
  max-width: 100%;
  height: auto;
}

/*Disables events on svg*/
svg {
  pointer-events: none;
}

/***************************** Footer CSS ************************************/

hr {
  margin-bottom: 0;
}
footer {
  /* margin: 0 auto; */
  width: 100%;
  padding: 15px;
  text-align: center;
  color: white;
  background-color: var(--howe-pink);
  min-height: 100px;
}
/* Need this to keep page from being too big for screen */
#icon-row {
  margin: 0 auto;
  width: 95%;
}
.smIcon {
  margin: 5px 10px;
  height: 30px;
  width: 30px;
  filter: invert(1);
}
.smIcon:hover {
  cursor: pointer;
  fill: red;
}
/******************************* Media queries ********************************/

@media (min-width: 768px) {
  .petImg:hover {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .carousel .carousel-item img {
    height: 250px;
    object-fit: cover;
  }
  .memberImg {
    margin: 0 auto;
  }
  .memberDetails {
    margin-top: 5%;
  }
  .square {
    margin: 0 auto;
  }
  .pet-carousel {
    margin: 0 auto;
    max-height: 400px;
  }
  #gallery {
    width: 100%;
    /* max-height: 400px; */
    /* overflow: auto; */
  }

  #main-image-div img {
    /* width: 100%; */
    max-height: 225px;
  }
  .thumb-row {
    margin: 0 auto;
  }
  #thumb-images {
    overflow: auto;
  }
  .thumb-img-div {
    margin: 0 auto;
  }
}
/******************************* Accessibility ********************************/
/* :focus {
  outline: 3px solid var(--howe-pink);
} */
/******************************** Scroll Button *******************************/
.arrow {
  position: fixed;
  right: 6px;
  z-index: 99;
  border: 2px white solid;
  outline: none;
  background-color: var(--howe-pink);
  border-radius: 45px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 2em;
}
#scroll-to-top {
  display: none;
  color: white;
  bottom: 90px;
}
#scroll-to-next {
  display: none;
  color: black;
  bottom: 30px;
}
/******************************* Temp ********************************/
.new {
  color: red;
  font-weight: bold;
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity:0;
  }
}