html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: smooth;
}

body {
  background: #445b6e;
  background: linear-gradient(0deg, #6c858d 0%, #837d60 100%);
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Zig, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 32px;
  padding: 0;
  margin: 40px 0 20px 0;
}
h1.badge {
  position: absolute;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  margin-top: -10px;
  transform: rotate(-5deg);
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.3);
}

h2 {
  font-family: Zig, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 16px;
  max-width: 800px;
  padding: 20px;
  margin: auto;
}

.line {
  background-image: url("../_img/div1.png");
  height: 8px;
}
.line.blue {
  background-image: url("../_img/div2.png");
}
.line.dark {
  background-color: #5d694f;
}
.line.abs {
  position: absolute;
  left: 0;
  right: 0;
}

.section.dark {
  height: 40px;
  background-color: #41555F;
  background-position: center bottom;
  background-image: url("../_img/stripe_ver.png");
}

img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.logo {
  margin: 60px 0 0 0;
  text-align: center;
}
.logo img {
  position: relative;
  z-index: 10;
}
.logo .base {
  height: 40px;
  background-color: rgba(14, 28, 35, 0.2);
  margin-top: -24px;
  position: relative;
  z-index: 5;
}

.items {
  text-align: center;
}
.items img {
  margin: 20px;
}

.punks {
  background-image: url("../_img/cp_back_b.png");
  height: 208px;
  background-position: center 8px;
}
.punks h1 {
  margin: 0;
  line-height: 208px;
  font-size: 64px;
  color: white;
  text-shadow: 8px 8px 0 black;
  opacity: 0.6;
}

.factory {
  text-align: center;
  background-color: #0E1C23;
  padding: 30px 0 50px 0;
}
.factory.wide {
  padding: 70px 0 10px 0;
}
.factory .button {
  background-image: url("../_img/button1.png");
  width: 204px;
  height: 60px;
  margin: 20px auto;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  position: relative;
}
.factory .button .inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../_img/pushme.png");
  background-size: 128px 36px;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
}
.factory .button:hover {
  background-image: url("../_img/button2.png");
  cursor: pointer;
}
.factory .button.mint .inner {
  background-image: url("../_img/mint.png");
}
.factory canvas {
  width: 440px;
  height: 232px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
.factory .punk {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: 50%;
  background-color: #41555F;
  background-image: url("../_img/punk.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 63px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border: 3px solid #ffd77f;
  margin-left: -270px;
  margin-top: -20px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}
.factory .punk.active {
  opacity: 1;
}
.factory #intro {
  overflow: hidden;
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3px solid #466F51;
  left: 50%;
  margin-left: -300px;
  background-color: #0A1419;
  box-shadow: 4px 4px 7px black;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.factory #intro.active {
  opacity: 1;
}
.factory #intro canvas {
  width: 240px;
  height: 240px;
}
.factory #item {
  position: absolute;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  left: 50%;
  background-color: #41555F;
  background-image: url("../_img/tshirt_big.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px 72px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border: 3px solid #58aec5;
  margin-left: 130px;
  margin-top: 140px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: center center;
  z-index: 2;
}
.factory #item.active {
  opacity: 1;
}
.factory #item.populated {
  background-image: url("../_img/tshirt_big_punk.png");
}
.factory #item:hover {
  transform: scale(1.2);
}
.factory #item.hoodie {
  background-image: url("../_img/hoodie_big.png");
}
.factory #item.hoodie.populated {
  background-image: url("../_img/hoodie_punk.png");
}
.factory #item.lunchbox {
  background-image: url("../_img/lunchbox_big.png");
}
.factory #item.lunchbox.populated {
  background-image: url("../_img/lunchbox_big_punk.png");
}

.intro {
  font-family: Zig, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  max-width: 800px;
  padding: 20px;
  margin: auto;
}
.intro em {
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
}
.intro em.yellow {
  color: #dec07a;
}

.episode2 {
  text-align: center;
  background-color: #3A3A3C;
  padding: 60px 0 100px 0;
}

.bdark {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -24px;
  position: relative;
  z-index: 5;
}
.bdark.glow:before {
  content: "";
  position: absolute;
  height: 80px;
  width: 300px;
  margin-left: -150px;
  margin-top: -80px;
  background: radial-gradient(at bottom, #B06946AA 0%, #3A3A3C00 70%);
}
.bdark.glow.green:before {
  background: radial-gradient(at bottom, rgba(105, 176, 70, 0.3) 0%, #3A3A3C00 70%);
}

.ontop {
  position: relative;
  z-index: 10;
}

.teampunks {
  padding: 60px 40px 40px;
  text-align: center;
}
.teampunks .member {
  display: inline-block;
  padding: 0 20px;
}
.teampunks .member h3 {
  font-family: Zig, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.teampunks .member figure {
  padding: 0;
  width: 120px;
  height: 120px;
  background-image: url("../_img/uberpunk.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px 120px;
  border-radius: 50%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  border: 3px solid rgba(255, 255, 255, 0.48);
  display: block;
  margin: 10px auto;
}
.teampunks .member figure.punk {
  background-image: url("../_img/gilles.png");
}
.teampunks .member figure.pixel {
  background-image: url("../_img/stef.png");
}
.teampunks .member .about {
  width: 200px;
  font-family: sans-serif;
  color: #2d2d3e;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  padding: 10px 0;
  margin: 0;
}

.aboutus {
  font-family: sans-serif;
  padding: 40px 10px;
  text-align: center;
  color: #ffffff8c;
  background-color: #36464e;
}
.aboutus em {
  font-style: normal;
  font-family: Zig, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  font-weight: normal;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}
.aboutus small {
  font-size: 12px;
}
.aboutus small b {
  color: white;
  font-weight: normal;
}
.aboutus small a {
  color: white;
}
.aboutus small a:hover {
  color: #DEC07A;
}

nav {
  position: fixed;
  right: 10px;
}
nav a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-family: Zig, sans-serif;
  color: #30383b;
  letter-spacing: 0;
  padding: 2px 4px;
  font-weight: normal;
  text-decoration: navajowhite;
  font-size: 12px;
  border-bottom: 4px solid #0E1C23;
}
nav a em {
  display: inline-block;
  font-style: normal;
  color: #743a08;
  padding-left: 4px;
}
nav a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transform: translateY(2px);
  padding-top: 4px;
  border-bottom: 4px solid #5e461c;
  box-shadow: 0px 1px 0 1px #0000006e;
}

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