/*body */
@font-face {
  font-family: 'Wide Pixel';
  src: url('../fonts/wide_pixel-7.ttf');
}

* {
  font-family: 'Wide Pixel';
  color: #ffffff;
  font-size: 14pt;
  letter-spacing: 3px;
}

h1 {
  font-size: 20pt;
  text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5), -3px 2px 3px rgba(52, 251, 12, 1);
}

h2 {
  font-size: 16pt;
  text-shadow: 3px 2px 2px rgba(251, 12, 12,1), 0px -1px 3px rgba(12, 79, 251,.5),2px -1px 2px rgba(52, 251, 12, 1);
}

.center {
  text-align: center;
}

/* blocks */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #fff;
}

  footer p {
	margin: 0;
	flex-grow: 1;
	text-align: center;
	text-shadow: 1px -2px 3px rgba(251, 12, 12,1), 3px 3px 1px rgba(12, 79, 251,.5), -2px 1px 3px rgba(52, 251, 12, 1);
  }

/* background */
.gradient-background {
  margin: 0px;
  background: linear-gradient(to top left, #bbbbbb, transparent), linear-gradient(to top right, #aaaaaa, transparent), linear-gradient(to bottom right, #cccccc, transparent), linear-gradient(to bottom left, #dddddd, transparent);
  background: -webkit-linear-gradient(top left, #060808, transparent), -webkit-linear-gradient(top right, #040406, transparent), -webkit-linear-gradient(bottom right, #040404, transparent), -webkit-linear-gradient(bottom left, #000000, transparent);
}

.scanlines {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

  .scanlines:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(180deg, rgba(0, 0, 255, 0.1) 0, rgba(0, 0, 255, 0.1) 1px, transparent 1px, transparent 2px);
	z-index: -1;
	transform: translate(-2px, -2px);
  }

  .scanlines:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(180deg, rgba(120, 70, 150, 0.2) 0, rgba(80, 120, 150, 0.3) 1px, transparent 1px, transparent 2px);
	z-index: -1;
	transform: translate(2px, 2px);
  }

/* content */
.image-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.responsive-image {
  width: 512px;
  height: 512px;
  background-image: url('img/cheese_512x512_tr_cr.png');
  background-size: cover;
  background-position: center;
  z-index: 100;
}

.logo {
  cursor:pointer;
}

.logo2 {
  position: fixed;
  top: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

	@media (max-width: 599px) {
		.image-container .logo {
			width: 40%;
			height: auto;
		}
	}

	@media (min-width: 600px) and (max-width: 1199px) {
		.image-container .logo {
			width: 50%;
			height: auto;
		}
	}

	@media (min-width: 1200px) {
		.image-container .logo {
			width: 60%;
			height: auto;
		}
	}

.translucent-div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(95, 108, 174, 0.9);
  padding: 0px 20px 0px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  z-index: 101;
 
  cursor: pointer;
}

.translucent-div p {
  font-size: 16px; 
  letter-spacing: initial;
}

/* social */
.x img {
  width:36px;
  resize: both;
}

.discord img {
  width:48px;
  resize: both;
}
