@media screen and (min-width: 2560px) and (min-height: 1440px) {
	html {
		transform: scale(calc(2560/1920));
		transform-origin: 0 0;
		max-width: 1909px;
   }
}

@media screen and (min-width: 3840px) and (min-height: 2160px) {
	html {
		transform: scale(2);
		transform-origin: 0 0;
		max-width: 1912px;
   }
}


body
{	background-color: rgb(0, 0, 12);
	font-family: "Inter Alia";
	padding-bottom: 32px;
	margin-bottom: 128px;
	font-size: 16px;
	min-width: 1400px;
	max-width: 1920px;
	margin: auto;
	padding-right: 6px;

}

p, div, table
{	margin: 0;
	color: #69487d
	/*border: 1px solid black;*/
}

ol, ul
{	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6
{	color: #8051d8;;
	margin: 0;
	text-align: center;
}

h2
{	font-size: 24px;
	font-weight: 300;
	margin: 0px;
	color: #8051d8;;
}

h3
{	color: #8051d8;;
}

h4
{	color: #8051d8;;
	border-bottom:1px dotted rgb(0, 99, 66);
	margin: 0px 0px 0px 0px;
	font-weight: 400;
	text-align: center;
}

div
{ display: block;
}

.important-text
{ /*color: #484dba;*/
	color: #8051d8;
}

.very-important-text
{ color:#8000FF;
  font-weight: 700;
}

.content-flex
{	display: flex;
	flex-direction: row;
	align-items: top;
	margin-bottom: 300px;
	height: 950px;
}

a:not(.nav-entry, .download-button, .download-button-minor)
{	color: #4a5cff;
	font-family: "Inter Alia Italic";
	text-decoration: none;
	background: radial-gradient(farthest-side,#00000C 98%,transparent) no-repeat, #8000FF;
	background-size: 150% 150%;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
	background-position: center;
	transition: background-size 1s, color 1.4s;
	border-radius: 2px;
}

a:not(.nav-entry, .download-button, .download-button-minor, .img-preview-direct):hover
{	color: rgb(0, 0, 12);
	background-size: 0% 0%;
	text-decoration: none;
}

.download-button
{	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4a5cff;
	font-family: "Inter Alia";
	text-decoration: none;
	font-size: 13px;
	background: radial-gradient(farthest-side,#00000C 98%,transparent) no-repeat, #8000FF;
	/*background: radial-gradient(farthest-side,#8000FF 98%,transparent) no-repeat,	#00000C;*/
	background-size: 340% 340%;
	/*background-size: 0% 0%;*/
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
	background-position: center;
	transition: background-size 0.7s, color 1.4s, width 1s, height 1s, border-color 1s, border 0.3s;
	width: 80px;
	height: 20px;;
	border-radius: 2px;
	border: 1px dashed rgba(255, 255, 255, 0.062);
	cursor: pointer;
}

.download-button:hover
{	color: rgb(0, 0, 12);
	background-size: 0% 0%;
	/*background-size: 150% 150%;*/
	text-decoration: none;
	width: 500px;
	height: 80px;
	border: 20px dashed;
	border-color: #00000C;
}

.download-button:active
{	color: red;
	/*background-size: 0% 0%;*/
	background-size: 0% 0%;
	text-decoration: none;
	width: 700px;
	height: 50px;
	align-content:center;
	justify-content: center;
	align-items: center;
	justify-content: center;
	transition: width 0.1s, height 0.1s;
}

.download-button-minor
{	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #4a5cff;
	font-family: "Inter Alia";
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(#00000C,#00000C) no-repeat,	#8000FF;
	background-size: 120% 120%;
	padding: 0px 2px 0px 2px;
	margin: 0px -2px 0px -2px;
	background-position: center;
	transition: background-size 0.5s, color 1s, width 1s, height 1s, border-color 1s;
	width: 140px;
	height: 40px;
	border-radius: 2px;
	border: 2px dotted rgba(255, 255, 255, 0.103);
	cursor: pointer;
}

.download-button-minor:hover
{	color: rgb(0, 0, 12);
	background-size: 0% 100%;
	text-decoration: none;
	width: 140px;
	height: 40px;
	align-content:center;
	justify-content: center;
	align-items: center;
	justify-content: center;
	border-color: #00000C;
}

.download-button-minor:active
{	color: red;
	background-size: 0% 100%;
	text-decoration: none;
	width: 140px;
	height: 40px;
	align-content:center;
	justify-content: center;
	align-items: center;
	justify-content: center;
	transition: width 0.1s, height 0.1s, background-size 0.1s;
}

#disclaimer
{	text-align: right;
	margin-right: 40px;
}