@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

html {
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 16px;
  color: #474442;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-weight: 400;
  margin-bottom: 0.1em;
  margin-top: 40px;
}

h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0.1em;
}

p {
  margin: 0;
  padding: 15px 0 10px 0;
}

header a {
  color: #ffffff !important;
  text-decoration: underline;
}
header a:active {
  color: #ffffff !important;
  text-decoration: underline;
}
header a:visited {
  color: #ffffff !important;
  text-decoration: underline;
}
header a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

a {
  color: #0096B5 !important;
  text-decoration: underline;
}
a:active {
  color: #0096B5 !important;
  text-decoration: underline;
}
a:visited {
  color: #0096B5 !important;
  text-decoration: underline;
}
a:hover {
  color: #82D5E8 !important;
  text-decoration: none;
}

a img {
  border: none;
}

img.mini-thumb {
  height: 75px;
}

section.container,
div.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}


.flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-cell {
  flex: 1 1 1px;
}

.flex-cell--fixed {
  flex: 0 0 auto;
}

.ai-start {
  align-items: flex-start;
}

.ai-end {
  align-items: flex-end;
}


input[type=email],
input[type=text] {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #0096B5 !important;
  color: #fff !important;
  border-color: #0096B5 !important;
}

table {
  border-collapse: collapse;
  border-spacing: none;
}
table th,
table td {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-small {
  font-size: 13px;
}

.text-xsmall {
  font-size: 11px;
}

.m-small { margin: 0.5em; }
.mt-small { margin-top: 0.5em; }
.mb-small { margin-bottom: 0.5em; }
.ml-small { margin-left: 0.5em; }
.mr-small { margin-right: 0.5em; }

.m-medium { margin: 1em; }
.mt-medium { margin-top: 1em; }
.mb-medium { margin-bottom: 1em; }
.ml-medium { margin-left: 1em; }
.mr-medium { margin-right: 1em; }

.m-large { margin: 2em; }
.mt-large { margin-top: 2em; }
.mb-large { margin-bottom: 2em; }
.ml-large { margin-left: 2em; }
.mr-large { margin-right: 2em; }

.m-xlarge { margin: 3em; }
.mt-xlarge { margin-top: 3em; }
.mb-xlarge { margin-bottom: 3em; }
.ml-xlarge { margin-left: 3em; }
.mr-xlarge { margin-right: 3em; }

.p-small { padding: 0.5em; }
.pt-small { padding-top: 0.5em; }
.pb-small { padding-bottom: 0.5em; }
.pl-small { padding-left: 0.5em; }
.pr-small { padding-right: 0.5em; }

.p-medium { padding: 1em; }
.pt-medium { padding-top: 1em; }
.pb-medium { padding-bottom: 1em; }
.pl-medium { padding-left: 1em; }
.pr-medium { padding-right: 1em; }

.p-large { padding: 2em; }
.pt-large { padding-top: 2em; }
.pb-large { padding-bottom: 2em; }
.pl-large { padding-left: 2em; }
.pr-large { padding-right: 2em; }

.relative {
  position: relative;
}

.full-height { height: 100%; }
.max-width { max-width: 600px; }

.block { display: block; }
.inline-block { display: inline-block; }

.icon-instagram {
  background-image: url(/images/games/icons/icon-instagram.png);
}
.icon-twitter {
  background-image: url(/images/games/icons/icon-twitter.png);
}
.icon-tiktok {
  background-image: url(/images/games/icons/icon-tiktok.png);
}

.icon-designed {
  background-image: url(/images/games/icons/icon-designed.svg);
  height: 1em;
}
.icon-players {
  background-image: url(/images/games/icons/icon-players.svg);
  height: 1em;
}
.icon-age {
  background-image: url(/images/games/icons/icon-age.svg);
  height: 1em;
}
.icon-duration {
  background-image: url(/images/games/icons/icon-duration.svg);
  height: 1em;
}
.icon-weight {
  background-image: url(/images/games/icons/icon-weight.svg);
  height: 1em;
}
.icon-price {
  background-image: url(/images/games/icons/icon-price.svg);
  height: 1em;
}

.icon-designed--inverted {
  background-image: url(/images/games/icons/icon-designed-inverted.svg);
  height: 1em;
}
.icon-players--inverted {
  background-image: url(/images/games/icons/icon-players-inverted.svg);
  height: 1em;
}
.icon-age--inverted {
  background-image: url(/images/games/icons/icon-age-inverted.svg);
  height: 1em;
}
.icon-duration--inverted {
  background-image: url(/images/games/icons/icon-duration-inverted.svg);
  height: 1em;
}
.icon-weight--inverted {
  background-image: url(/images/games/icons/icon-weight-inverted.svg);
  height: 1em;
}
.icon-price--inverted {
  background-image: url(/images/games/icons/icon-price-inverted.svg);
  height: 1em;
}

footer .icon {
  height: 1.5em;
  vertical-align: middle;
  display: inline-block;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.ig-embed iframe {
  margin: 40px auto !important;
}

header.main {
  background-color: #3F4244;
  color: #fff;
  padding: 0;
  font-size: 18px;
}

header.main a {
  color: #fff;
  text-decoration: none;
}
header.main a:active {
  color: #fff;
  text-decoration: none;
}
header.main a:visited {
  color: #fff;
  text-decoration: none;
}
header.main a:hover {
  color: #fff;
  text-decoration: underline;
}

header.main .link {
  margin-right: 30px;
}
