/* Screens no smaller than a widescreen desktop */

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

p, li {
  font-size: 19px;
}

.testimonials p {
  font-size: 24px;
}

img[class="hidden--widescreen"] + h2 {
  margin-top: 0;
}

/****************************************
* Navigation
****************************************/

.top-navigation{
  gap: 1.5rem;
}

.top-navigation a {
  font-size: 17px;
}

nav > ul > li + li {
    margin-left: 3.3rem;
}

/****************************************
* Home billboard
****************************************/

.home-billboard {
  max-height: 600px;
}

.home-billboard img {
  max-width: 200px;
}

.home-billboard .content h1 {
  font-size: 70px;
}

/****************************************
* Card
****************************************/

.card.accent-1 .details {
  padding: 4rem;
}

/****************************************
* Articles
****************************************/

.articles .card:nth-child(4) {
  display: block;
}

/****************************************
* Content
****************************************/

.content {
  padding: 6rem;
}

/****************************************
* Footer
****************************************/

footer > .grid {
  grid-gap: 3rem 4rem;
}
