/*
 * Bootstrap Overrides
 */
.container-fluid {
  padding: 0; }

body {
  text-align: left;
  color: #454547;
  font-family: "Lato", "sans-serif"; }

h1, h2, h3, h4 {
  color: #29292c;
  font-weight: 800;
  font-family: "Montserrat", "sans-serif"; }

h1 {
  font-size: 2.1rem;
  font-weight: 800; }

h2 {
  font-size: 1.4rem; }

p.article-date {
  text-transform: uppercase;
  color: #888; }

span.article-date {
  text-transform: uppercase;
  color: #888;
  font-size: 0.6rem; }

header, footer {
  padding: 20px; }

/* mobile */
@media only screen and (max-device-width: 480px) {
  body {
    text-align: justify; }
  h1, h2, h3, h4, li {
    text-align: unset;
    text-align: left; }
  img {
    max-width: 100%;
    height: auto; } }
