@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-image: url("/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 {
  color: #223344;
}
#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;
}

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

/*************** 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);
  }
}
/*************** For small screens ***************/
@media (max-width: 1179px) {
  #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;
  }
}

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