@font-face {
    font-family: amongus;
    src: url(../fonts/vcr-osd-mono.ttf) format("truetype");
}

body,html .sustime-body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	/*background-color: black;
	background: rgb(58, 58, 58);*/
	background-image: radial-gradient(ellipse, rgba(220, 20, 60,1) -150%, rgba(0, 0, 0,1) 90%);
	background-repeat: no-repeat;
}

#overlay {
	height: 100vh;
	width: 100vw;
	z-index: 2;
	position: fixed;
}

#sustime-elements {
	height: 100vh;
	width: 100vw;
}

#sustime {
	user-select: none;
	font-family: amongus;
	font-size: 15vw;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	/*width: 50%;*/
	height: 10%;
	margin: auto;
	color: #DF3726;
	z-index: 1;
}

@media only screen and (min-width:500px) {
	#sustime {
		font-size: 10vw;
	}
}

@media only screen and (min-width:1000px) {
	#sustime {
		font-size: 100px;
	}
}

/*
@media only screen and (min-width:1600px) {
	#sustime {
		font-size: 100px;
	}
}

@media only screen and (min-width:576px) {
	#sustime {
		font-size: 60px;
	}
}

@media only screen and (min-width:768px) {
	#sustime {
		font-size: 70px;
	}
}

@media only screen and (min-width:992px) {
	#sustime {
		font-size: 80px;
	}
}

@media only screen and (min-width:1200px) {
	#sustime {
		font-size: 90px;
	}
}

@media only screen and (min-width:1600px) {
	#sustime {
		font-size: 100px;
	}
}*/

.sus-drip {
	user-select: none;
	position: absolute;
	margin: 0 auto;
	/*width: 12vw;*/
	top: 30%;
	left: 0;
	right: 0;
	z-index: 0;
	height: 45vh;
	max-width: 90vh;
}

.donation {
	position: fixed;
	bottom: 0;
	z-index: 3;
}

#donate {
	display: none;
	margin: 0 auto;
	width: fit-content;
	border-radius: 12px;
}

.donations {
	width: 100vw;
	display: flex;
	color: #fff;
	font: 16px/1.2 amongus, sans-serif;
	justify-content: space-around;
	counter-reset: number;
}

.donations div {
	width: 13vw;
	display: flex;
}

.donations div mark {
	flex-grow: 1;
	color: #fff;
	background-color: transparent;
	margin-right: 10px;
}

.donations div:before {
	counter-increment: number;
	content: counter(number) ".";
	margin-right: 4px;
}

.donations small {
	font: inherit;
	white-space: nowrap;
}

@media only screen and (min-width:2560px) {
	.donations {
		font-size: 1.8em;
	}
}

@media only screen and (max-width:950px) {
	.donations {
		flex-flow: column;
		font-size: 1.3em;
	}
	.donations b {
		display: none;
	}
	.donations div {
		width: auto;
	}
}
