@font-face {
	font-family: "VCR OSD Mono";
	src: url(font/VCR_OSD_Mono.ttf);
}

body {
	margin: 0;
	padding: 0;
	margin-bottom: 150px;
	font-family: "VCR OSD Mono";
	color: white;
	text-align: center;
	background-image: url("img/main-menu.gif");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	background-blend-mode: darken;
	overflow-x: hidden;
}

/* MAIN PAGE */

#logo {
	display: block;
	margin: auto;
	max-width: 35%;
	min-width: 300px;
	margin-top: 10em;
	margin-bottom: 10px;
}


#motto {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}

#trailer {
	display: block;
	margin: auto;
	aspect-ratio: 16 / 9;
	width: 45%;
	min-width: 300px;
	border: 3px;
	border-style: solid;
	border-color: white;
}

.fraud h1 {
	font-weight: normal;
	font-size: 2vw;
	letter-spacing: 1vw;
}

/* ABOUT */

.boxabout {
	font-size: large;
	display: block;
	margin: auto;
	width: 45%;
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #444444;
	padding: 5px;
	margin-top: 3em;
	margin-bottom: 5em;
	text-align: center;

}

#mankind {
	color: red;
	font-size: 2.2vw;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blood {
	color: red;
	font-size: 2.2vw;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hell {
	color: red;
	font-size: 2.2vw;
	margin-top: 10px;
	margin-bottom: 10px;
}

.screenshot {
	display: block;
	margin: auto;
	border: 2px solid white;
	max-width: 95%;
	min-width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* PURCHASE */

.buttoncontainer {
	display: inline-block;
	position: relative;
	margin-top: 5em;
	margin-left: 1em;
	margin-right: 1em;
	width: 15.50vw;
	height: 30.50vw;
	background: white;
	box-sizing: border-box;
	clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);

}

.buttoncontainer:hover {
	transform: scale(1.1) !important;
}

.buttoncontainer img {
	position: absolute;
	top: 0.25vw;
	left: 0.25vw;
	width: 15vw;
	height: 30vw;
	clip-path: inherit;
}


/* CREDITS */


.boxcredits {
	font-size: large;
	display: block;
	margin: auto;
	width: 45%;
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #444444;
	padding: 5px;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;

}

.copyright {
	color: gray;
}

#speen {
	max-width: 10%;
	cursor: pointer;
}

/* BIG JOHN */

#bigjohn {
	margin-top: 10000px;
}

/* GLOBAL */


.navbar {
	position: fixed;
	background-color: #111111;
	/* ULTRAKILL LOGO */
	background-image: url("img/logowhite.png");
	background-size: 150px;
	background-position: right 15px top 12px;
	background-repeat: no-repeat;
	/**/
	font-size: 18px;
	border-bottom: 2px solid;
	border-color: #444444;
	width: 100%;
	list-style-type: none;
	top: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 100;
}

.navbar li {
	float: left;
}

.navbar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navbar li a:hover {
	transform: scale(1.1);
	background-color: rgb(255, 255, 255, 0.3);

}

.empty {
	margin-bottom: 5em;
}


hr {
	margin: 0;
	border-color: #222222;
}

#title h1 {
	font-size: 2vw;
	text-shadow: 0px 2px gray;
	margin: 0;
}

#title h2 {
	margin: 0;
	font-size: 3.8vw;
	text-shadow: 0px 2px gray;
}

.disclaimer {
	color: #666666;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	backdrop-filter: brightness(40%);
}


/* RESPONSIVE SETTINGS */

/* Tablet view, iPad Pro (M4) 11-Inch for reference */
@media screen and (max-width: 834px) {
	/*MAIN PAGE */

	#trailer {
		min-width: 75vw;
	}

	#logo {
		margin-top: 9em;
		width: 360px;
		min-width: 60%;
	}

	#motto {
		max-width: 75%;
	}

	.fraud h1 {
		font-size: 4.2vw;
	}

	/* ABOUT*/

	.boxabout {
		min-width: 70vw;
		font-size: medium;
		margin-bottom: 3em;
	}

	#mankind {
		color: red;
		font-size: 5vw;
	}

	#blood {
		color: red;
		font-size: 5vw;
	}

	#hell {
		color: red;
		font-size: 5vw;
	}

	.screenshot {
		min-width: 60%;
	}

	/* PURCHASE */

	.buttoncontainer {
		margin-top: 2em;
		width: 26vw;
		height: 51vw;
	}

	.buttoncontainer img {
		top: 0.5vw;
		left: 0.5vw;
		width: 25vw;
		height: 50vw;
	}

	/* CREDITS */

	.boxcredits {
		min-width: 70vw;
		font-size: medium;
	}

	#speen {
		max-width: 20%;
	}

	/* GLOBAL */
	#title h1 {
		font-size: 3.2vw;
	}

	#title h2 {
		font-size: 8.2vw;
	}

}

/* Phone view, tested on Nothing Phone (3) */
@media screen and (max-width: 600px) {

	#trailer {
		min-width: 90vw;
	}

	#logo {
		min-width: 80%;
	}

	.fraud h1{
		font-size: 5.2vw;
	}

	/* ABOUT */

	.boxabout {
		min-width: 85vw;
		font-size: medium;
		margin-bottom: 3em;
	}

	#mankind {
		color: red;
		font-size: 7vw;
	}

	#blood {
		color: red;
		font-size: 7vw;
	}

	#hell {
		color: red;
		font-size: 7vw;
	}

	/* PURCHASE */

	.buttoncontainer {
		margin-top: 2em;
		width: 46vw;
		height: 91vw;
	}

	.buttoncontainer img {
		top: 0.5vw;
		left: 0.5vw;
		width: 45vw;
		height: 90vw;
	}

	/* CREDITS */

	.boxcredits {
		min-width: 85vw;
	}

	#speen {
		max-width: 30%;
	}


	/* GLOBAL */

	#title h1 {
		font-size: 5.2vw;
	}

	#title h2 {
		font-size: 10.2vw;
	}

	.navbar {
		display: flex;
		justify-content: center;
		font-size: 17px;
		background-image: none;
	}

	.disclaimer {
		font-size: 11px;
	}

}

/* Increased margin to make the typewriter effect not trigger too early on 1920x1200 screens */
@media screen and (min-height: 1100px) {
	.boxabout {
		margin-bottom: 7.5em;
	}

}