body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

body {
  background-color: #e0e8f2;
}

h1, h2, h3, h4, h5, h6 {
  color: #48b44f;
}

.top-bar, .top-bar ul {
  background-color: #1d2734;
}

.callout.primary {
  background-color: #8295ac;
  color: #1d2734
}

.page-title {
  color: #1d2734;
  background-color: #8295ac;
  font-style: normal;
}

.page-subtitle {
  color: #1d2734;
  background-color: #8295ac;
  font-style: italic;
}

.offer-entry {
  padding: .9375rem;
  margin-bottom: .9375rem;
}

.offer-entry, .offer-entry-header {
  background-color: #fff;
}

.offer-date, .offer-timing, .offer-price {
  font-weight: 300;
}

.bottom-bar {
  width: 100%;
  bottom: 0;
  position: fixed;
  height: 1.778rem;
  background: #1d2734;
}

.foot-copyright {
  font-size: 12px;
  font-weight: 300;
  color: #939596;
  text-decoration: none;
}

.foot-og {
  color: #48b44f;
}

.foot-res {
  color: #fff;
}