@font-face {
  font-family: "Neue";
  src: url(fonts/neue.ttf);
}

@font-face {
  font-family: "Mono";
  src: url(fonts/mono.ttf);
}

html,
body {
  margin: 0;
  font-family: 'Neue', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  z-index: -2;
}

@-webkit-keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smoothload {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  background-color: yellow;
  color: #A6A8AA;
  font-size: 20px;
}

::-webkit-scrollbar {
  display: none;
}

#logo {
  margin: 0;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#logo img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

p,
h1,
h2 {
  margin: 0;
  font-weight: normal;
}

.sub {
  font-size: 10px;
}

sup {
  font-size: 20px;
}

hr {
  margin: 0;
  border: solid #A6A8AA 1px;
  width: calc(100% - (16px * 2));
  background-color: #A6A8AA;
  -webkit-box-shadow: 0px 0px 8px yellow, 0px 0px 8px yellow, 0px 0px 8px yellow;
          box-shadow: 0px 0px 8px yellow, 0px 0px 8px yellow, 0px 0px 8px yellow;
}

#container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#container p {
  width: calc((100% / 5) - ((4 * 15px) / 5));
  text-shadow: 0px 0px 8px yellow, 0px 0px 8px yellow, 0px 0px 8px yellow;
}

.item_links,
.item_links:visited {
  text-decoration: none;
  color: #A6A8AA;
}

.item_links:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

#items_back {
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -2;
}

#items {
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box {
  width: 33.33%;
  min-height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 30px;
}

.box h2 {
  font-size: 30px;
}

.box h2 {
  text-transform: uppercase;
}

.box h2 a {
  text-transform: none;
}

.box img {
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-animation: smoothload 0.3s linear;
          animation: smoothload 0.3s linear;
}

#box1 img {
  width: 70%;
}

#box3 img {
  width: 100%;
  margin-bottom: 15px;
}

.divider {
  width: 2px;
  background-color: #A6A8AA;
  height: 100%;
}

.hidden {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.close,
.cross:visited {
  font-family: 'Mono', sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.close:hover {
  cursor: pointer;
}

#about {
  margin: 0;
  -webkit-column-count: 3;
          column-count: 3;
  width: calc(100% - (15px * 2));
  text-shadow: 0px 0px 8px yellow, 0px 0px 8px yellow, 0px 0px 8px yellow;
}
/*# sourceMappingURL=styles.css.map */