body,
html {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  background: #0a0a0a;
  background-image: url(../img/games-bg-pattern.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}
a {
  text-decoration: none;
  color: inherit;
}
.al-button {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  min-width: 64px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease-out;
  border-radius: 2px;
}
.al-button:hover,
.al-button:focus:hover {
  background: rgba(158, 158, 158, 0.2);
}
.al-button:active {
  background: rgba(158, 158, 158, 0.4);
}
.header {
  height: 64px;
  background: #212121;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.header .logo {
  padding: 12px 16px 12px 70px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #9E9E9E;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  position: relative;
}
.header .logo .logo-block {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  font-size: 0;
  letter-spacing: 0;
  background-image: url(../img/logo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header .logo img {
  display: none;
  width: 30px;
  height: 30px;
}
.header .logo span {
  font-size: 18px;
  display: block;
}
.header .logo span b {
  color: #ffffff;
  font-weight: bold;
}
.header .logo span.widget-name {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #ff5722;
}
.header-offset {
  height: 64px;
}
.subheader {
  height: 264px;
  background: #131313;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 767px) {
  .header .header-content {
    justify-content: center;
  }
}
.main-footer {
  height: 36px;
  text-align: right;
  padding: 12px 0;
  line-height: 12px;
  background: #1b1b1b;
}
.main-footer .copyright {
  color: #797979;
  font-size: 13px;
  letter-spacing: 0.2px;
  margin-right: 16px;
}
.main-footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .footer-content nav ul {
  margin: 0;
  padding: 0;
}
.main-footer .footer-content nav ul li {
  margin: 0 16px;
  display: inline-block;
  vertical-align: middle;
}
.main-footer .footer-content nav ul li a {
  color: #797979;
}
.main-footer .footer-content nav ul li a:hover {
  text-decoration: underline;
}
.content {
  padding: 48px 16px 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-heading {
  padding: 16px 16px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-heading img {
  max-width: 80px;
  margin: 0 16px;
}
.site-heading h1 {
  text-align: center;
  font-weight: 300;
  font-size: 38px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(66, 66, 66, 0.09);
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 16px;
}
.content-container {
  min-height: calc(100vh - (64px + 36px));
}
.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #3c3c3c;
  border-radius: 2px;
  width: 100%;
  max-width: 512px;
  margin: 0 auto 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-header {
  padding: 16px;
}
.card .card-header.with-image {
  min-height: 180px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
}
.card .card-header.with-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.card .card-header.with-image .card-title .beta {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;
  background: #8bc34a;
  font-size: 12px;
  line-height: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card .card-header .card-title {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
.card .card-content .content-text {
  color: #fff;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}
.card .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px;
}
.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.col {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 16px;
  }
  .site-heading {
    padding: 0 16px;
  }
  .site-heading img {
    display: none;
  }
  .site-heading h1 {
    font-size: 26px;
    padding-top: 16px;
  }
}
/*# sourceMappingURL=index.css.map */