@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);

body {
  background: #222;
  padding: 32px 32px 0 32px;
  font-family: 'Press Start 2P';
}

h4,
p {
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

h4 {
  font-weight: 700;
}

a {
  color: cornflowerblue;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.data-shape {
  border: 2px solid white;
  box-shadow: -3px 3px 12px #000;
}


nav.settings {
  position: absolute;
  padding: 4px;
  border-top: #000 3px solid;
}

.fa {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}

.top {
  top: 0;
}

.right {
  right: 0;
}

.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.animate-in {
	position: relative;
	z-index: 2;
	opacity: 1;
	font-family: 'Press Start 2P';
	color: #ffe2d1;
    font-size: 15px;
    display: inline;
	margin-left: 30px;
	margin-top: 30px;
	white-space: nowrap;
	text-shadow: 1px 1px 2px #000;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (max-width: 1300px) {
    .animate-in {
        position: relative;
        z-index: 10;
		font-size: 18px;
        margin-bottom: 20px;
		margin-top: 0px;
        margin-left: 10px;
        display: block;
        text-align: center;
        padding: 6px 12px;
    }
}

@media (max-width: 800px) {
    .animate-in {
        display: block;
		font-size: 18px;
        text-align: center;
        margin: 12px auto;
        padding: 8px 16px;
    }
}

.link-block-2 {
    color: #ddd;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.description {
	text-shadow: 1px 1px 2px #000;
    color: #ffe2d1;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: -210px;
    font-family: 'Press Start 2P';
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 3.6vw;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.size-control,
.option {
  width: 30px;
  height: 30px;
  margin: 4px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.25s;
  position: relative;
  display: inline-block;
}

.size-control::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  top: 30%;
  background: #000;
}

.add::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 40%;
  left: 30%;
  background: #000;
}

.settings.top.right,
.settings.top.left {
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid;
    padding: 10px;
}

.option.square {
  background: #000;
}
.option.circle {
  background: #000;
  border-radius: 50%;
}
.option.triangle > div {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #000;
  border-left: 15px solid transparent;
  background: transparent;
}
.option.hexagon svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.option:hover,
.size-control:hover {
  transition: 0.15s;
  opacity: 0.9;
}

.option.selected {
  opacity: 0.9;
}
.option.selected::after {
  content: "";
  position: absolute;
  width: 30px;
  bottom: -20%;
  border-bottom: #000 3px solid;
}

.wrapper {
  position: relative;
  background: #F5F5F5;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 40px 60px -40px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.6);
  padding-bottom: 0px;
}

#xray-container {
  overflow: hidden;
  text-size: 0;
  position: relative;
  height: auto;
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
}

#background {
  position: relative;
}

@media (max-width: 800px) {
  body {
    padding: 0;
  }
}