/*
    General colors
*/
@font-face {
  font-family: "precious";
  src: url(/fonts/precious-webfont.woff), url(/fonts/precious-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "verdana";
  src: url(/fonts/verdana-webfont.woff), url(/fonts/verdana-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
#dogs .slider {
  display: none;
  flex-direction: column;
  position: relative;
  width: 901px;
  height: 600px;
  height: min-content;
  background-color: white;
  overflow: hidden;
}
#dogs .slider #captions {
  display: flex;
  width: 100%;
  z-index: 2;
  gap: 1px;
}
#dogs .slider #captions #caption1 {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  gap: 10px;
  width: 500px;
  background-color: rgba(114, 114, 114, 0.6);
}
#dogs .slider #captions #caption2 {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  gap: 10px;
  width: 500px;
  background-color: rgba(114, 114, 114, 0.6);
}
#dogs .slider #captions i {
  color: #FFB1CB;
}
#dogs .slider #captions p {
  color: black;
}
#dogs .slider .sliderButton {
  position: absolute;
  top: 45%;
  font-size: 3rem;
  opacity: 0.7;
  z-index: 2;
  color: black;
}
#dogs .slider .sliderButton:hover {
  opacity: 1;
}
#dogs .slider #rightButton {
  right: 0%;
}
#dogs .slider #sliderImages {
  display: flex;
  justify-content: flex-start;
  height: 600px;
}
#dogs .slider #sliderImages .sliderImage {
  display: flex;
  gap: 1px;
  width: 100%;
}
#dogs .slider #sliderImages .sliderImage a img {
  height: 600px;
  width: 450px;
}

@media screen and (min-width: 1000px) {
  #dogs .slider {
    display: flex;
  }
}

/*# sourceMappingURL=slider.css.map */
