body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: Source Sans Pro, sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  font-size: 15px;
}
h1 {
  margin: 12px 0;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 22px;
    margin-top: 8px;
  }
}
h1 a {
  text-decoration: none;
  color: #42002f;
}
.center {
  text-align: center;
}
.wrapper {
  width: calc(100% - 20px);
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    width: 728px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .center-small {
    text-align: center;
  }
  .pair-item .item-icon {
    width: 65px !important;
    height: 65px !important;
  }
  .pair,
  .pair-ad {
    margin-left: 30px !important;
  }
  .pair-ad:before,
  .pair:before {
    left: 5px !important;
  }
}
.header {
  width: 100%;
  box-sizing: border-box;
}
.header img {
  height: 120px;
  margin: auto;
  display: block;
}
.header h1 {
  text-align: center;
}
.side-ad {
  width: 100%;
  height: 600px;
  max-height: 100%;
  max-height: calc(100% - 20px);
  position: fixed;
  display: none;
  pointer-events: none;
  transform: translatex(738px);
}
.side-ad * {
  pointer-events: auto;
}
@media only screen and (min-width: 1050px) {
  .side-ad {
    display: block;
  }
}
.side-ad .ad {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 1050px) {
  .side-ad .ad {
    width: 150px;
  }
}
@media only screen and (min-width: 1350px) {
  .side-ad .ad {
    width: 300px;
  }
}
.content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 728px) {
  .content {
    flex-direction: row;
    flex-grow: 1;
  }
}
.entry {
  width: 100%;
  margin-bottom: 75px;
}
.footer {
  width: 100%;
  padding: 36px 18px;
  text-align: center;
  box-sizing: border-box;
}
.underline-link {
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid #540f41;
}
.underline-link:hover {
  color: hsla(0, 0%, 40%, 0.8);
  border-bottom: 3px solid rgba(84, 15, 65, 0.6);
}
.box,
.item-description {
  padding: 12px 18px;
  margin: 18px 0;
  background-color: #eee;
  line-height: 1.5em;
}
.box a,
.item-description a {
  text-decoration: none;
  color: #666;
}
.box a:hover,
.item-description a:hover {
  color: hsla(0, 0%, 40%, 0.8);
}
@media only screen and (max-width: 600px) {
  .box,
  .item-description {
    margin-top: 12px;
    padding: 8px 12px;
  }
}
.box.dlc .element,
.dlc.item-description .element {
  min-width: 300px;
}
.small {
  font-size: 1em;
}
.main-item-title {
  margin-top: 60px;
  text-align: center;
  font-size: 2em;
}
@media only screen and (max-width: 600px) {
  .main-item-title {
    margin-top: 18px;
  }
}
.main-item {
  margin-bottom: 10px;
  margin-top: 40px;
}
.main-item .item-icon {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto 6px;
}
.main-item .item-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-item .item-name {
  font-size: 30px;
}
.main-item .dlc {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}
.main-item .dlc span {
  font-size: 12px;
}
.main-item .dlc strong {
  font-style: italic;
}
.item-name {
  text-align: center;
  font-weight: 700;
}
.item-info {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .item-info {
    margin-top: 8px;
  }
}
.item-description {
  padding: 36px 18px;
  text-align: center;
}
.steps-list {
  margin: 0;
  padding: 0;
  list-style: decimal;
}
.steps-list li {
  list-style-type: none;
}
body {
  counter-reset: steps;
}
.pair {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ddd;
  padding: 36px 18px;
  margin: 36px 0;
}
.pair.last {
  background-color: ffe17e;
}
.pair:before {
  counter-increment: steps;
  content: counter(steps) ".";
  position: absolute;
  left: -25px;
  border-radius: 3px;
  width: 0;
  height: 25px;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.6px;
  text-align: center;
  color: gray;
}
.pair .plus {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}
.pair .pair-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pair .pair-item .item-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
}
.pair .pair-item:hover .item-name {
  color: #666;
}
.pair .pair-item .item-name {
  color: #333;
  text-decoration: none;
}
.pair .pair-item .dlc {
  color: #666;
  font-size: 0.7rem;
  margin-top: 15px;
  font-style: italic;
}
.pair .pair-item:last-child {
  opacity: 0.9;
}
.pair-ad {
  width: 100%;
  min-height: 100px;
  justify-content: space-around;
  align-items: center;
  margin: 36px 0;
}
@media only screen and (min-width: 768px) {
  .pair-ad {
    min-height: 280px;
  }
}
.pair-ad .ad-inside {
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .pair-ad .ad-inside {
    min-height: 280px;
  }
}
.no-pair {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ccc;
  padding: 36px 18px;
  margin: 36px 0;
  font-size: 16px;
  font-weight: 700;
}
.button {
  background-color: #c226a2;
  color: #260026;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 18px;
  margin-bottom: 36px;
  display: block;
  text-decoration: none;
}
.button:hover {
  background-color: rgba(250, 166, 32, 0.9);
}
.prev-next {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 0 -27px;
  padding-top: 36px;
  font-weight: 700;
}
.prev-next .next,
.prev-next .prev {
  min-width: 100px;
  color: #333;
  text-decoration: none;
}
.prev-next .next:hover,
.prev-next .prev:hover {
  color: #666;
}
.prev-next .prev {
  text-align: left;
}
.prev-next .next {
  text-align: right;
}
.privacy-policy {
  color: #333;
}
.ad-top {
  width: 100%;
  min-height: 100px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 728px) {
  .ad-top {
    width: 336px;
    height: 280px;
    margin: 0 0 -280px 392px;
  }
}
.ad-top div {
  width: 336px;
  margin: 0 auto;
}
.ad-inner {
  width: 100%;
  min-height: 280px;
}
.ad-bottom {
  width: 100%;
  min-height: 90px;
}
.ad-bottom,
.ad-inner,
.ad-top {
  background-color: #ccc;
}
.letter-container {
  display: flex;
  flex-wrap: wrap;
}
.element {
  display: flex;
  flex-basis: 30%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  padding: 8px;
  min-width: 200px;
}
.element img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.letter {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  margin: 1.5em 0 0.5em;
}
@media only screen and (max-width: 600px) {
  .letter {
    margin: 0.75em 0 0.4em;
  }
}
#letter-a {
  margin-top: 0.5em;
}
.alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .alphabet {
    justify-content: center;
  }
}
.alphabet .letter-link {
  display: block;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: 700;
  color: #000;
}
.alphabet .letter-link:hover {
  color: #c226a2;
}
.alphabet .link {
  display: block;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 600;
  color: #260026;
  text-decoration: none;
  background-color: #ff95e9;
  padding: 8px 16px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.alphabet .link.active {
  background-color: #ff95e9;
}
.alphabet .link:hover {
  opacity: 0.9;
}
.back-bottom {
  margin-top: 15px;
  margin-bottom: 30px;
}
.back-bottom,
.back-bottom a {
  text-decoration: none;
  color: gray;
}
.walk {
  font-size: 1.2em;
}
.walk li {
  margin-bottom: 6px;
}
.walk li .index {
  margin-right: 12px;
}
.walk li .text {
  margin-right: 8px;
  margin-left: 8px;
  color: #666;
}
.walk li .element-name {
  font-weight: 700;
  margin-left: 8px;
  color: #260026;
}
.combinations {
  border-collapse: collapse;
  margin-top: 25px;
}
.combinations thead {
  font-weight: 700;
}
.combinations td {
  padding-left: 10px;
}
.combinations tr {
  border-bottom: 1px solid #bbb;
}
.combinations tr td:first-child {
  font-weight: 700;
}
.combinations tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.combinations tr:first-of-type {
  padding-top: 20px;
}
.combinations tr:last-of-type {
  border-bottom: 5px solid #999;
  padding-bottom: 20px;
}
.gf-ad {
  position: fixed;
  transform: translateX(-330px);
  margin-top: 15px;
  display: none;
}
@media only screen and (min-width: 1050px) {
  .gf-ad {
    display: block;
  }
}
.gf-ad > img {
  width: 300px;
  height: 600px;
}
.gf-ad a {
  cursor: pointer;
}
.gf-ad .landing {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
}
.gf-ad .android {
  bottom: 23px;
  left: 48px;
}
.gf-ad .android,
.gf-ad .ios {
  position: absolute;
  display: block;
  width: 200px;
  height: 65px;
}
.gf-ad .ios {
  bottom: 74px;
  left: 74px;
}
.gf-ad-400 {
  display: none;
  margin: 15px auto;
  position: relative;
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 1049px) {
  .gf-ad-400 {
    display: block;
  }
}
.gf-ad-400 > img {
  width: 100%;
  height: auto;
}
.gf-ad-400 a {
  cursor: pointer;
}
.gf-ad-400 .landing {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
}
.gf-ad-400 .android {
  position: absolute;
  bottom: 2.5%;
  left: 46%;
  display: block;
  width: 51%;
}
.gf-ad-400 .android img {
  width: 100%;
  height: auto;
}
.gf-ad-400 .ios {
  position: absolute;
  bottom: 6%;
  left: 8%;
  display: block;
  width: 39%;
}
.gf-ad-400 .ios img {
  width: 100%;
  height: auto;
}
.makes {
  margin-top: 64px;
}
.makes h3 {
  font-size: 1.5em;
  text-align: center;
}
.makes .make-container {
  flex-direction: row;
  flex-wrap: wrap;
}
.makes .make-container,
.makes .make-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.makes .make-item {
  flex-direction: column;
  margin: 15px 25px;
}
.makes .make-item img {
  width: 75px;
  height: 75px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}
