/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  background-image: url("images/bg_ext2.jpg");
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bg50-black {
  background-color: rgba(255,0,0,0.5);
}