body {
  font-family: Airnewzealandsans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Airnewzald, sans-serif;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Airnewzald, sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.navigation {
  padding-top: 17px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.section.footer {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #000;
}

.section.wrapper {
  padding-top: 60px;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.container.content {
  max-width: 780px;
  margin-bottom: 100px;
}

.container.footer-copy {
  max-width: 1200px;
  text-align: center;
}

.container.game-cards {
  max-width: 1200px;
}

.game {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.card {
  position: relative;
  width: 140px;
  height: 180px;
}

.front {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/Card-Back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.front.card-03--match {
  background-image: url('../images/Card-03-Meaning.jpg');
  background-size: 140px;
}

.front.card-01--match {
  background-image: url('../images/Card-01-Meaning.jpg');
  background-size: 140px;
}

.front.card-01 {
  background-image: url('../images/Card-01-Front.jpg');
}

.front.card-03 {
  background-image: url('../images/Card-03-Front.jpg');
}

.front.card-02 {
  background-image: url('../images/Card-02-Front.jpg');
}

.front.card-02.card-02--match {
  background-image: url('../images/Card-02-Meaning.jpg');
  background-size: 140px;
}

.front.card-04 {
  background-image: url('../images/Card-04-Front.jpg');
}

.front.card-04--match {
  background-image: url('../images/Card-04-Meaning.jpg');
  background-size: 140px;
}

.front.card-05 {
  background-image: url('../images/Card-05-Front.jpg');
}

.front.card-05.card-05--match {
  background-image: url('../images/Card-05-Meaning.jpg');
  background-size: 140px;
}

.front.card-06 {
  background-image: url('../images/Card-06-Front.jpg');
}

.front.card-06.card-06--match {
  background-image: url('../images/Card-06-Meaning.jpg');
  background-size: 140px;
}

.front.card-02--match {
  background-image: url('../images/Card-01-Meaning.jpg');
}

.back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/Card-Back.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  width: 208px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.navbar {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: minmax(208px, 208px) 1fr;
  grid-template-columns: minmax(208px, 208px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.small {
  color: #767676;
  font-size: 12px;
}

.footer-link {
  color: #767676;
}

.footer-link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .section.wrapper {
    padding-top: 40px;
  }
  .container.content {
    margin-bottom: 60px;
  }
  .game {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .card {
    width: 100%;
  }
  .navbar {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .game {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-312b2cb4d7b1-db3cc7da {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-312b2cb4d7b1-db3cc7da {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Airnewzald';
  src: url('../fonts/AirNewzald-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Airnewzealandsans';
  src: url('../fonts/AirNewZealandSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Airnewzealandsans';
  src: url('../fonts/AirNewZealandSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}