/* Text shadow for better contrast of white font on image */
#bottom-a {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.text-white * {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .blog article img {
    max-width: 60%;
  }
  
  .img-fluid {
    max-width: 60%;
  }
}