/* Add custom CSS here for additional/corrective element styling */

/* Blog Posts
-------------------------------------------------- */

.post.card {
  border: 1px solid rgba(255,255,255,0.2);
  color:  rgba(255,255,255,0.8);
}

.post .keywords span {
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    background-color: rgba(255,255,255,0.2);
    font-size: 0.7em;
    padding: 0.3em 0.6em;
}

/* Dark Glass Jumbotron
-------------------------------------------------- */

.dark-glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(225,225,225,0.2);
}

/* Carousel
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* Carousel Responsive
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}