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

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

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

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

#content {
  z-index: 50;
}
#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("/theme/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;
}
#content video-player small em {
  width: 100%;
  display: inline-block;
  text-align: right;
}
#content quote::before {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: "“";
}
#content quote::after {
  font-family: Georgia, "Times New Roman", Times, serif;
  content: "”";
}

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%;
}

.recent-articles {
  margin-bottom: 2em;
}
.recent-articles a.read-all {
  float: right;
}

articles a.preview-link,
articles a.preview-link:visited {
  text-decoration: none;
}

@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-image: url("/theme/assets/paper.jpg");
}

#navigation {
  z-index: 10;
  font-family: NaturalMono;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#navigation li {
  list-style: none;
}
#navigation .small {
  font-size: 10px;
  text-align: center;
}
#navigation .small a,
#navigation .small a:visited {
  color: #778899;
}
#navigation .small {
  margin-top: 4px;
}
#navigation a,
#navigation a:visited {
  color: #223344;
  text-decoration: none;
}
#navigation .small {
  font-size: 10px;
  text-align: center;
}
#navigation .small a,
#navigation .small a:visited {
  color: #778899;
  background-size: 0px 0px;
  background-repeat: no-repeat;
}
#navigation a,
#navigation a:visited {
  color: #223344;
  text-decoration: none;
}
#navigation a:hover {
  font-weight: bold;
}

#header h1 {
  display: inline;
}

#_404,
#header {
  z-index: 50;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  font-family: SimpleMinimal;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#_404 h1,
#header h1 {
  color: #112233;
  margin-bottom: 0px;
}
#_404 i,
#header i {
  font-size: 32px;
  color: #778899;
}
#_404 a,
#_404 a:visited,
#header a,
#header a:visited {
  color: #112233;
  text-decoration: none;
}

#c_404 {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
#c_404 #_404 {
  text-align: center;
}

#content {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
  font-family: NaturalMono;
  padding-top: 32px;
  color: #223344;
}
#content h1 {
  margin-top: 12px;
}
#content time {
  font-style: italic;
  font-size: small;
  color: #778899;
}
#content a,
#content a:visited {
  color: #223344;
}
#content a:hover {
  color: #E6A25D;
}
#content a.c1:hover {
  color: #57B166;
}
#content a.c2:hover {
  color: #6F387E;
}
#content a.c3:hover {
  color: #C93E44;
}
#content small {
  color: #778899;
}
#content .e-content em::before,
#content .e-content em::after {
  font-size: 12px;
  content: "*";
}
#content ai:nth-of-type(1) {
  color: #C93E44;
}
#content ai:nth-of-type(2) {
  color: #0d7325;
}
#content ai:nth-of-type(3) {
  color: #b88d0d;
}
#content ai:nth-of-type(4) {
  color: #362096;
}
#content ai {
  text-wrap: nowrap;
  font-weight: bolder;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.random-img {
  text-align: center;
  clear: both;
}
.random-img img {
  max-width: 95%;
}

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

a.preview-link:hover .preview-time,
a.preview-link:hover .preview-category {
  color: unset;
}

.preview {
  background: unset !important;
  text-decoration: none;
}
.preview .preview-summary {
  display: none;
}
.preview .preview-time,
.preview .preview-category {
  color: #778899;
}
.preview .preview-time,
.preview .preview-title,
.preview .preview-category {
  display: inline-block;
  margin: 0px;
}
.preview .preview-time::before,
.preview .preview-category::before {
  content: "[";
}
.preview .preview-time::after,
.preview .preview-category::after {
  white-space: pre;
  tab-size: 4;
  content: "]	";
}

/*************** For big screens ***************/
@media (min-width: 1180px) {
  #navigation {
    border: solid 1px #778899;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    padding: 24px;
    margin-left: 24px;
  }
  #navigation ul {
    padding: 0;
    margin: 0;
  }
  #navigation .small {
    margin-top: 4px;
  }
  #_404 h1,
  #header h1 {
    font-size: 72px;
  }
  #header {
    margin-top: 150px;
  }
  #header h1 {
    font-size: 72px;
  }
  img.draggable {
    z-index: 5;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    transition-duration: 0.05s;
  }
  img.draggable:hover,
  img.ui-draggable-dragging {
    transform: scale(1.2);
  }
  .e-content img,
  .e-content video-player {
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/*************** For small screens ***************/
@media (max-width: 1179px) {
  #navigation ul {
    display: flex;
  }
  #navigation .navigation-title {
    display: none;
  }
  #navigation li {
    margin-left: 8px;
    margin-right: 8px;
  }
  #navigation li.big {
    float: left;
  }
  #navigation li.small {
    float: right;
  }
  #navigation hr {
    clear: both;
  }
  #navigation ul.big {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 768px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  #navigation ul.small {
    float: right;
    margin-top: 0px;
    margin-bottom: 24px;
  }
  #header {
    margin-top: 0px;
  }
  #header h1 {
    font-size: 64px;
  }
  #content {
    clear: both;
  }
  .preview {
    margin-bottom: 1em;
  }
  .e-content img,
  .e-content video-player {
    max-width: 100%;
  }
}

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