@font-face {
	font-family: 'BabyMonsta';
	src: url('nc_assets/img/BabyMonsta.otf') format('opentype');
}

body {
	margin: 0;
	background-color: black;
}

#content {
	position: relative;
	/* transition: 1s ease-in-out; */
	margin-top: 0;
	overflow: hidden;
	/* height: 100vh; */
	width: 100%;
	min-height: 100vh;
}

@media only screen and (min-width: 550px) {
	#content .bgImage {
	}
}

@media only screen and (max-width: 550px) {
	#content .bgImage {
		/* margin-left: 50%; */
		/* transform: translatex(-72%); */
		/* filter: blur(5px) grayscale(0.4); */
	}

	#content .letter {
		position: absolute;
		width: 25vw !important;
		z-index: 1;
		height: auto !important;
		/* filter: grayscale(0.7); */
	}

	#content .letter.i {
		left: 10vw !important;
	}

	#content .letter.g {
		left: 28vw !important;
	}

	#content .letter.n {
		left: 46vw !important;
	}

	#content .letter.i2 {
		left: 64vw !important;
	}

	#content .letter.s {
		left: 67vw !important;
	}

	.circle-container {
		width: 100vw !important;
		height: 25vw !important;
		left: 0 !important;
		bottom: 2%;
	}

	.fireball img {
		width: 25vw !important;
		height: 25vw !important;
	}

	#content .tg {
		position: absolute;
		top: 30%;
		left: 5%;
		width: 25%;
	}

	#content .x {
		position: absolute;
		top: 30%;
		left: 42.5%;
		width: 25%;
	}

	#content .dex {
		position: absolute;
		top: 30%;
		left: 70%;
		width: 25%;
	}
}

#content .bgImage {
	/* height: 100%; */
	display: block;
	width: 100%;
	min-height: 100vh;
	/* filter: grayscale(0.4); */
}

#content .name {
	position: absolute;
	top: 2%;
	width: 60%;
	margin-left: 20%;
}

#content .tg {
	position: absolute;
	top: 18.8%;
	left: 5.66%;
	width: 23.2%;
	z-index: 11;
}

#content .x {
	position: absolute;
	top: 25.5%;
	left: 2%;
	width: 29%;
	z-index: 10;
}

#content .dex {
	position: absolute;
	top: 32.32%;
	left: -0.5%;
	width: 34%;
}

#content .dextools {
	position: absolute;
	top: 36.9%;
	left: 12.4%;
	width: 22%;
}

.x img,
.dex img,
.tg img,
.dextools img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.link {
	transition: 0.5s;
	filter: drop-shadow(0);
	transform: scale(1);
}

.link:hover img {
	filter: drop-shadow(0 0 0.75rem lightblue);
	transform: scale(1.1);
	transition: 0.5s;
}

.itext {
	position: absolute;
	background-color: red;
	top: 0;
	left: 0;
}

.buttonDiv {
	position: absolute;
	bottom: 9.5%;
	width: 100%;
	left: 4.5%;
	height: 8%;
	cursor: pointer;
	transition: bottom 300ms ease-out;
	transform: rotate(-5deg);
}

.buttonDiv img {
	width: 100%;
}

.buttonDiv .img1 {
	display: none;
}

.buttonDiv .button {
	width: 13%;
	top: 15%;
	position: absolute;
	right: 3%;
	transition: 300ms ease-out;
}

.buttonDiv .ca {
	position: absolute;
	top: 28%;
	width: 79%;
	left: 6%;
	background-color: transparent;
	border: none;
	color: white;
	font-family: 'BabyMonsta', serif;
	font-size: 2.6vw;
}
