html
{
    background-color: #121014;
    background-repeat: no-repeat, repeat-x;
    border: 0;
    color: #FFFFFF;
    font-family: rolves;
    height: 100%;
	min-height: 480px;
    margin: 0px;
    padding: 0px;
}

body
{
	height: 100%;
	margin: 0px;
	min-height: 480px;
}

a
{
	color: #E7E7E7;
	--font-family: hacked;
	font-size: 24px;
	text-decoration: none;
}

/** Desktop **/
@media screen and (min-aspect-ratio: 1/1)
{
    html
    {
		background-image: url(../gfx/bots.png), url(../gfx/bg.jpg);
        background-size: 600px 207px, 100% 100%;
        background-position: 50% bottom, center;
        font-size: 24px;
    }

    h1
    {
        font-size: 64px;
    }

    #logo
    {
		background-image: url(../gfx/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
        top: 16px;
        position: absolute;
        left: calc(50% - 250px);
		height: min(197px, 25%);
		width: 500px;
    }

	#video
    {
        top: calc(min(197px, 25%) + 32px);
		bottom: min(220px, 25%);
        position: absolute;
		aspect-ratio: auto 16 / 9;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0%);
    }
	
    #signup
    {
        bottom: 32px;
        left: calc(50% - 200px);
        width: 440px;
    }
	
	#alpha
    {
        bottom: 32px;
		height: 62px;
        left: calc(50% - 200px);
        width: 440px;
    }
	
	#steam-box
	{
		height: 190px;
		left: calc(50% - 320px);
		top: calc(50% - 95px);
		width: 640px;
	}
	
	#stores
	{
		display: table;
		bottom: calc(min(220px, 25%) - 70px);
		left: calc(50% - min(292px, 36%));
		width: min(664px, 80%);
	}
	
	#stores div
	{
		display: inline-block;
	}
	
	#stores a
	{
		display: inline-block;
	}
	
	#stores_mobile
	{
		display: none;
	}
	
	#buy
	{
		font-size: 18px;
		height: 24px;
		line-height: 26px;
		margin: 16px 24px;
	}
	
	#store_button
	{
		background: #000C;
		width: min(200px, 20%);
		margin: 6px;
	}

	#twitter
	{
		height: 48px;
		width: 48px;
		left: 8px;
		top: calc(max(480px, 100%) - 56px);
	}

	#discord
	{
		height: 48px;
		width: 48px;
		left: 64px;
		top: calc(max(480px, 100%) - 56px);
	}
	
	#footer
	{
		display: table;
		bottom: 16px;
		top: calc(max(480px, 100%) - 36px);
		left: calc(50% - min(500px, 30%));
		width: min(1000px, 60%);
	}
	
	#footer a
	{
		display: table-cell;
		font-size: 18px;
	}
	
	#presskit
	{
		text-align: left;
	}

	#newsletter
	{
		text-align: center;
	}
	
	#policy
	{
		text-align: right;
	}
	
	#imprint
	{
		text-align: right;
	}
}

/** Mobile **/
@media screen and (max-aspect-ratio: 1/1)
{
    html
    {
		background-image: url(../gfx/bg_m.jpg);
		background-size: 100% 100%;
		background-position: 50% 50%;
        font-size: 16px;
    }

    h1
    {
        font-size: 36px;
        padding-top: 8px;
    }

    #logo
    {
		background-image: url(../gfx/logo_m.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
        top: 16px;
		position: absolute;
		left: 8px;
		height: min(118px, 15%);
		right: 8px;
    }

	#video
    {
		bottom: 278px;
        top: calc(min(118px, 15%) + 32px);
        position: absolute;
		aspect-ratio: auto 16 / 9;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0%);
		max-width: 90%;
		max-height: 480px;
    }
	
    #signup
    {
        bottom: 20px;
        left: 10%;
        width: 80%;
    }
	
	#alpha
    {
        bottom: 20px;
		height: 62px;
        left: 10%;
        width: 80%;
    }
	
	#steam-box
	{
		height: 190px;
		left: -40%;
		top: calc(50% - 95px);
		transform: scale(0.5);
		width: 180%;
	}
	
	#stores
	{
		display: none;
	}
	
	#stores_mobile
	{
		bottom: 132px;
		left: 32px;
		right: 32px;
	}
	
	#stores_mobile a
	{
		display: block;
	}
	
	#buy
	{
		font-size: 16px;
		height: 16px;
		line-height: 18px;
		display: block;
		margin: 12px auto;
	}
	
	#store_button
	{
		background: #0008;
		margin: 12px auto;
		width: 40%;
	}
	
	#twitter
	{
		height: 32px;
		width: 32px;
		left: 8px;
		bottom: 48px;
	}

	#discord
	{
		height: 32px;
		width: 32px;
		left: 8px;
		bottom: 8px;
	}
	
	#footer
	{
		bottom: 4px;
		left: calc(50% - 100px);
		width: 200px;
	}
	
	#footer a
	{
		font-size: 20px;
	}
	
	#presskit
	{
		display: block;
		text-align: center;
		line-height: 28px;
	}

	#newsletter
	{
		display: block;
		text-align: center;
		line-height: 28px;
	}
	
	#policy
	{
		display: block;
		text-align: center;
		line-height: 28px;
	}
	
	#imprint
	{
		display: block;
		text-align: center;
		line-height: 28px;
	}
}

h1
{
	text-align: center;
}

@font-face
{
    font-family: hacked;
    src: url(../font/HACKED.ttf);
}

@font-face
{
	font-family: rolves;
	src: url(../font/Rolves.ttf);
}

#video
{
	box-shadow: 0px 0px 16px #000F;
}

#signup
{
	/** HIDE SIGNUP BUTTON **/
	display: none;
	/** ########### **/
    position: absolute;
}

#signup label
{
    display: block;
    text-align: center;
}

#signup-input
{
    display: block;
    margin-top: 12px;
    text-align: center;
    border-radius: 0px;
    border-width: 0px;
    color: #292928;
    text-align: center;
	font-family: rolves;
    font-size: 20px;
    font-weight: bold;
	height: 32px;
    padding: 0px;
    width: 100%;
}

#signup-input::placeholder
{
    color: #FE1073;
}

#signup-button
{
    background-color: #292928;
    color: #ffffff;
	cursor: pointer;
    border-color: #4a4761;
    border-style: none;
    font-family: hacked;
    font-size: 40px;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0px;
}

#alpha
{
	/** HIDE ALPHA BUTTON **/
	--display: none;
	/** ########## **/
	background-color: #292928;
    position: absolute;
    text-align: center;
}

#alpha a
{
	display: block;
	padding-top: 20px;
	padding-bottom: 14px;
}

#steam-box
{
	border: 0px;
	position: absolute;
}

#stores
{
    border-radius: 32px;
	position: absolute;
	text-shadow: -1px -1px #222, -1px 1px #222, 1px -1px #222, 1px 1px #222, 2px 2px #ff40ef, 3px 3px #2c21e6;
}

#stores a
{
	text-align: center;
}

#stores_mobile
{
    border-radius: 32px;
	position: absolute;
	text-shadow: -1px -1px #222, -1px 1px #222, 1px -1px #222, 1px 1px #222, 2px 2px #ff40ef, 3px 3px #2c21e6;
}

#store_button
{
	border: solid 3px #FFF;
	border-radius: 32px;
	box-shadow: 1px 1px #FF40EF, 1px 1px #FF40EF inset, 2px 2px #2c21e6, 2px 2px #2c21e6 inset, 0px 2px 9px #000F;
	height: 44px;
	text-align: center;
	line-height: 46px;
}

#buy
{
	background: #0008;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 6px #0008;
	color: #dae2e1;
	text-align: center;
	text-shadow: -1px -1px #222, -1px 1px #222, 1px -1px #222, 1px 1px #222, 2px 2px #0008;
	width: 100px;
}

#smoke_left
{
	background-image: url(../gfx/smoke_left.png);
	top: calc(max(480px, 100%) - 188px);
	height: 188px;
	left: 0px;
	position: absolute;
	width: min(353px, 100%);
}

#smoke_right
{
	background-image: url(../gfx/smoke_right.png);
	top: calc(max(480px, 100%) - 199px);
	height: 199px;
	right: 0px;
	position: absolute;
	width: min(355px, 100%);
}

#footer
{
	position: absolute;
}

#footer a
{
	color: #ff9ef7;
	text-shadow: -1px -1px 0 #009cbd, 1px -1px 0 #9a0079, -1px 1px 0 #9a0079, 1px 1px 0 #9a0079, 0px 0px 6px #000;
}

#twitter
{
	background-image: url(../gfx/twitter.png);
    background-size: contain;
	position: absolute;
}

#discord
{
	background-image: url(../gfx/discord.png);
	background-size: contain;
	position: absolute;
}

#bmvi
{
	background-image: url(../gfx/bmvi.png);
	top: calc(max(480px, 100%) - 108px);
	height: 104px;
	right: 4px;
	position: absolute;
	width: min(128px, 20%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}