.tagline {
 text-transform: uppercase;
 font-size: .8em;
}
.tagline a {
    color: #000 !important;
    text-decoration: none !important;
}
.tagline a:hover {
    text-decoration: none !important;
}
.outlined {
    color: white; /* Sets the text fill color */
  text-shadow:
    -1px -1px 0 #fff, /* Top-left shadow */
    1px -1px 0 #fff, /* Top-right shadow */
    -1px 1px 0 #fff, /* Bottom-left shadow */
    1px 1px 0 #fff; /* Bottom-right shadow */
}
.img-padr-1 {
    padding-right: 1em;
}
