body {
  padding-top: 20px; }

p {
  font-size: 18px; }

img.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%); }

img.lighten {
  filter: grayscale(100%) saturate(2);
  -webkit-filter: grayscale(100%) saturate(2);
  -moz-filter: grayscale(100%) saturate(2); }

.people img {
  border: 2px #eee solid; }

.resources {
  border: 2px #bbb solid;
  /*	border-radius: 4px;*/
  width: 100%; }

h1 {
  margin-bottom: 25px; }

.footer {
  background-color: #bbb;
  border-top: 2px solid #666; }
  .footer a {
    color: #333; }

.footer-content {
  margin: 40px 0 20px 20px; }

.center {
  text-align: center; }

nav {
  color: blue; }

.navbar {
  margin-bottom: 20px;
  border-color: #cecece; }

.jumbo {
  text-align: center;
  max-width: 1000px; }
  .jumbo p {
    margin: 10px;
    color: #444;
    text-shadow: 3px 3px 8px #ccc;
    font-size: 30px;
    text-align: center;
    font-style: italic; }

.jumbo img {
  width: 100%;
  border: 4px solid #aaa;
  /*	border-radius: 4px;*/ }

.home {
  margin: 20px 10% 70px 10%; }

article {
  margin-bottom: 60px; }
  article h2 {
    text-align: center; }

.sections .col-lg-4 {
  margin-bottom: 20px;
  text-align: center; }
  .sections .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px; }
.sections h2 {
  font-weight: normal; }
.sections img {
  width: 180px;
  height: 170px;
  border: 3px #aaa solid; }

/*# sourceMappingURL=style.css.map */
