html, body {
  font-family: 'Roboto';
  height:100%;
  padding:0;
  margin:0;
}
h1, h2, h3, .navbar-brand {
  font-family: 'Oswald';
  font-weight: 'bold';
}
.carousel {
  background:#007aeb;
}
.carousel-item .img-fluid {
  width:100%;
}
.carousel-item a {
  display: block;
  width:100%;
}
.jumbotron {
  background-color: #0090f0;
}
#outreach-jumbo {
  background-size: 100% 100%;
  height: 300px;
  background-image:url('https://fakeimg.pl/600x300/');
}
footer {
}
#footer-placeholder {
   position:absolute;
   bottom:0px;
   background-color: #38464f;
}
.list-group-item {
  background-color: inherit;
  color: #afafaf;
}
