html,
body {
  background: #f8fff4;
  color: rgba(0,0,0,0.7);
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

body {
  padding-top: 4rem;
}

h1 {
  color: #479912;
  font-size: 1.5em;
  margin: 0 0 1rem 0;
}

h2 {
  margin: 0 0 1rem 0;
}

p {
  line-height: 1.5em;
  margin: 0 0 1rem 0;
  vertical-align: middle;
}

ul {
  list-style: square;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.2rem;
}

ul > li {
  margin: 0 0 0.5rem 0;
}

a {
  color: #fc6d0f;
}

.button {
  background: #0e84ed;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  font: 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 1rem 0 3rem 0;
  outline: 0;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  transition: transform 0.4s ease-out;
}

.button:hover,
.button:focus {
  transform: scale(1.05);
}

.icon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 1.2rem;
  margin: 0 0.5rem;
  width: 1.2rem;
}

.clock {
  background-image: url("./clock.svg");
}

.pin {
  background-image: url("./pin.svg");
}

.button:active {
  transform: scale(0.95);
}

.page-header,
.page-footer {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.page-footer {
  text-align: center;
}

.terms-of-use {
  display: block;
  margin: 0 auto;
  max-height: 0;
  max-width: 600px;
  overflow: hidden;
  padding: 0 1rem;
  text-align: left;
  transition: max-height 1s ease-out;
}

.terms-of-use.active {
  max-height: 2000px
}

.promo {
  background: #FCFCFC;;
  box-shadow: 0 12px 48px rgba(0,0,0,0.1);
  display: block;
  margin: 3rem auto 0 auto;
  max-width: 500px;
  padding-bottom: 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.promo-heading {
  background-color: #479912;
  background-image: linear-gradient(#479912, #274712);
  color: #fff;
  font-size: 1.4em;
  padding: 2rem 0 4rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.promo-listings {
  box-sizing: border-box;
  list-style: none;
  color: rgba(0,0,0,0.8);
  margin: -3.5rem 0 0 0;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.promo-listings > li {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  display: block;
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1rem 2rem;
}

.promo-listings .time {
  color: #665449;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.promo-listings .label {
  color: #665449;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.5rem 0 0.25rem 0;
}

.promo-listings .detail {
  font-size: 0.95em;
}

.promo-listings h2 {
  color: #479912;
  font-size: 1.3em;
}

.promo-listings p {
  color: rgba(0,0,0,0.75);
}

.promo-listings-meta {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

.promo-listings-meta > li {
  border-right: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.7);
  display: inline-block;
  font-size: 0.95em;
  padding: 0 0.5rem;
}

.promo-listings-meta > li:first-of-type {
  padding-left: 0;
}

.promo-listings-meta > li:last-of-type {
  border-right: none;
}

@media screen and (min-width: 400px) {

  .promo-listings {
    padding: 0 2rem;
  }

  .promo-listings-content {
    padding: 1rem;
  }
}
