@font-face {
  font-family: SimpleMinimal;
  src: url("/assets/SimpleMinimalist-3lV3z.otf") format("opentype");
}
@font-face {
  font-family: NaturalMono;
  src: url("/assets/NaturalMonoRegular-9YBeK.ttf") format("truetype");
}
clear {
  clear: both;
  display: inline-block;
}

.h-card,
.microformats {
  display: none;
}

.badge-88-31 {
  width: 88px;
  height: 31px;
  transition-duration: 0.2s;
}

.badge-88-31:hover {
  transform: scale(1.25);
}

#content {
  z-index: 50;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
  font-family: NaturalMono;
}
#content h1,
#content h2,
#content h3 {
  font-family: SimpleMinimal;
  margin-bottom: 12px;
}
#content h1 {
  font-size: 48px;
  z-index: 50;
}
#content h2 {
  font-size: 32px;
}
#content h3 {
  font-size: 24px;
}
#content a.external-link.text-link {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#content .external-link.text-link:after {
  content: "";
  display: inline-block;
  background-image: url("/assets/link.svg");
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
#content .center-aligner {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}
#content .contact-badge {
  text-align: center;
  height: 32px;
  transition-duration: 0.2s;
  margin-left: 16px;
  margin-right: 16px;
}
#content .contact-badge:hover {
  transform: scale(1.25);
}
#content center {
  text-align: center;
}
#content small {
  font-size: 10px;
  text-align: center;
}

burst {
  display: inline-block;
  width: 460px;
  height: 216px;
  background-image: url("/assets/gaming/burst.jpg");
  border: 2px solid #1b2838;
}
burst div {
  padding: 4px;
  background-color: #2a475e;
  transition-duration: 0.5s;
}
burst div img {
  width: 20px;
  height: 20px;
  float: left;
}
burst div p {
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  float: left;
}

burst:hover div {
  opacity: 100%;
}

@media (min-width: 1180px) {
  .only-small {
    display: none;
  }
  burst div {
    opacity: 0%;
  }
  burst div p {
    width: 432px;
  }
}
@media (max-width: 1179px) {
  .only-big {
    display: none;
  }
  burst {
    max-width: 100%;
  }
  burst div {
    opacity: 100%;
  }
  burst div p {
    width: auto;
    padding-left: 1em;
  }
}
/*************** For all screens ***************/
body {
  background-color: #393f4b;
  margin: 0px;
  padding: 0px;
}

#header {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  font-family: SimpleMinimal;
}
#header i {
  font-size: 32px;
  color: #dee0e4;
}
#header a,
#header a:visited {
  color: #dee0e4;
  text-decoration: none;
}
#header {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#content {
  clear: both;
  color: #dee0e4;
}
#content a,
#content a:visited {
  color: #dee0e4;
}
#content a:hover {
  color: #d95763;
}
#content a.c1:hover {
  color: #dca65b;
}
#content a.c2:hover {
  color: #63d957;
}
#content a.c3:hover {
  color: #57bad9;
}
#content small {
  color: #dee0e4;
}
#content .external-link.text-link:after {
  background-image: url("/assets/link-white.svg");
}
#content h1 {
  margin-top: 12px;
}
#content time {
  font-style: italic;
  font-size: small;
  color: #dca65b;
}

#content-border {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
#content-border #content-header div {
  float: left;
}
#content-border #content-header #content-corner {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url("/assets/tron-header-corner.png");
  background-position: left bottom;
}
#content-border #content-header #content-top {
  max-width: 80%;
  width: 718px;
  background-repeat: repeat-x;
  background-image: url("/assets/tron-header-top.png");
  background-position: left bottom;
}
#content-border #content-header #content-bike {
  width: 49px;
  background-repeat: no-repeat;
  background-image: url("/assets/tron-cycle.png");
  background-position: left bottom;
}
#content-border #content-end {
  width: 100%;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url("/assets/tron-border-left-end.png");
  background-position: left top;
}

#tetris {
  background-image: url("/assets/tetris-blocks.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

a.no-link-decoration,
a.no-link-decoration:visited {
  color: #dee0e4;
  text-decoration: none;
}

/*************** For big screens ***************/
@media (min-width: 1180px) {
  #header {
    margin-top: 150px;
  }
  #content-top,
  #content-bike {
    height: 48px;
  }
  #content {
    padding-top: 1em;
    padding-right: 48px;
    padding-left: 58px;
    padding-bottom: 48px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-repeat: repeat-y;
    background-image: url("/assets/tron-border-left.png");
    background-position: left;
  }
  #tetris {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 224px;
    height: 224px;
    background-size: 224px auto;
  }
}
/*************** For small screens ***************/
@media (max-width: 1179px) {
  html,
  body {
    min-height: 100%;
  }
  body {
    background-image: url("/assets/tetris-blocks.png");
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  #header {
    margin: 15px;
  }
  #content-top,
  #content-bike {
    height: 19px;
  }
  #content {
    padding: 8px;
    margin-bottom: 8px;
  }
  #tetris {
    display: none;
  }
  #footer {
    height: 112px;
  }
}

/*# sourceMappingURL=gaming.css.map */
