body {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url(/images/background.jpg) center / cover no-repeat fixed;
}

h1 {
  margin: 0;
  color: #c3c393;
  line-height: 1;
}

iframe { width: 100%; }

#banner-spacer { height: 210px; }

#facebook { padding: 10px; }

#main {
  margin-bottom: 0;
  padding: 5px;
  background: #252525 url(/images/banner.jpg) no-repeat;
  border: none;
}

#main-content {
  min-height: 500px;
  margin-bottom: 0;
  padding: 5px 5px 0;
  border: none;
}

#page-title {
  margin-bottom: 5px;
  background: #111;
  border: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.media-object {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .media .pull-left {
    display: block;
    float: none !important;
    margin: 0 auto 10px;
    text-align: center;
  }
  .media-body { text-align: left; }
}
