/* Screens no smaller than a large phone */

/****************************************
* Typography
****************************************/

h4 {
  font-size: 40px;
}

/****************************************
* Billboard
****************************************/

.billboard #billboard-slider,
.billboard .slip-n-slide {
  height: 555px;
}

.billboard .slip-n-slide.cover > .slide {
  background-position-y: 0;
}

.billboard h1 {
  font-size: 30px;
}

/****************************************
* Forms
****************************************/

.cc-inputs {
  grid-template-columns: 1fr 72px 47px;
}

.cc-inputs > div:first-of-type {
  grid-column: span 1;
}

.address {
  grid-template-columns: 1fr 150px 75px 80px;
}

/****************************************
* Stats
****************************************/

.stats div:nth-child(1),
.stats div:nth-child(3) {
  border-right: 1px solid rgba(255,255,255,.2);
}

.stats div:nth-child(3) {
  border-bottom: none;
}
