.home section.hero {
  background-color: #E7925B;
  color: #fff;
  padding: 0;

  height: 330px;
}

@media screen and (min-width: 768px) {
  .home .background-logo {
    height: 100%;
    background-image: url(/images/marmot-logo.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }
  .home .background-logo .text {
    max-width: 58%;
  }
}

.home section.hero h1 {
  font-size: 48px;
  font-weight: 300;
}

.home section.hero p {
  font-size: 18px;
  font-weight: 300;
}

.home section.hero a {
  color: #fff;
}

.home section.lng {
  margin-bottom: 60px;
}

.home .background-logo .text {
  display: inline-block;
}

.home section.newsletter {
  background-color: #f0eaea;
  color: #474442;
  padding: 15px 0;
}

.home section.newsletter img {
  height: 20px;
  width: auto;
  margin-right: 15px;
}

.home input[type=email],
.home input[type=text] {
  width: 300px;
  margin-right: 10px;
}

.home section.kickstarter {
  background-color: #444;
  height: 500px;
  background-image: url(./images/kickstarter-bg.png);
  background-size: 350px 250px;
}

.home section.kickstarter .panda {
  background-image: url(./images/panda.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.home section.upcoming,
.home section.featured {
  padding: 30px 0;
  font-size: 18px;
}

.home section.upcoming h2,
.home section.featured h2,
.home section.lng h2 {
  font-weight: 300;
  font-size: 30px;
}

.home .games-list {
  padding: 40px 0;
}

.home section.upcoming .game,
.home section.featured .game {
  text-align: center;
}

.home section.upcoming .game img,
.home section.featured .game img {
  height: 240px;
}

.home section.upcoming .game,
.home section.featured .game {
  margin-right: 30px;
}

.home section.featured .game:last-child {
  margin-right: none;
}

.home section.upcoming a,
.home section.featured a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #474442;
}
.home section.upcoming a:active,
.home section.featured a:active {
  text-decoration: none;
  color: #474442;
}
.home section.upcoming a:visited,
.home section.featured a:visited {
  text-decoration: none;
  color: #474442;
}
.home section.upcoming a:hover,
.home section.featured a:hover {
  text-decoration: none;
  color: #474442;
}

.home section.tabletop-games-report {
  background-color: #d6c128;
  background-image: url(/reports/2023/2023-header.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  text-align: center;
}

.home section.tabletop-games-report img.title {
  padding-right: 10px;
  height: 367px;
}