article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: Calibri;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
	color: #5b199c
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: Calibri;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: Calibri;
	font-size: 100%;
	margin: 0;
	font-size: 18px;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 14px;
}

@media (min-width: 768px) {
	:root {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	:root {
		font-size: 16px;
	}
}

html {
	background: #000;
}

body {
	font-family: Calibri;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #000;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (min-width: 768px) {
	body {
		overflow: hidden;
	}
}

h4 {
	font-size: 15px;
}

/* Color schemes */

.demo-2 {
	--color-text: #ff53ff;
	--color-link: #ae3cfa;
	--color-link-hover: #5b199c;
	--color-title: #fff;
	--color-link2: #ffffff;
}

a {
	text-decoration: none;
	color: #72488e;
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.frame {
	padding: 1.5rem 4vw;
	text-align: center;
	position: relative;
	z-index: 100;
}

@media (min-width: 768px) {
	.frame {
		padding: 2rem 5vw;
	}
}

@media (min-width: 1024px) {
	.frame {
		padding: 3rem 5vw;
	}
}

.frame__title {
	font-size: 0.85rem;
	margin: 0 0 0.5rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.frame__title {
		font-size: 1rem;
		margin: 0 0 1rem;
	}
}

.frame__links {
	display: inline;
}

.frame__github,
.frame__links a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 150;
	backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
	.frame__demos {
		position: static;
		margin: 1rem 0;
		padding: 0;
		gap: 0;
		background-color: transparent;
		backdrop-filter: none;
	}
}

.frame__demos a:not(:last-child) {
	margin-right: 0;
}

@media (min-width: 768px) {
	.frame__demos a:not(:last-child) {
		margin-right: 1rem;
	}
}

@media (min-width: 1024px) {
	.frame__demos a:not(:last-child) {
		margin-right: 1.5rem;
	}
}

.frame__demo {
	color: var(--color-link);
	font-size: 0.9rem;
	display: inline-block;
	margin: 0;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-link2);
	font-size: 0.9rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	.frame__demo {
		font-size: 1.5rem;
		padding: 0;
	}
	
	.frame__demo--current,
	.frame__demo--current:hover {
		font-size: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.frame__demo {
		font-size: 1.5rem;
	}
	
	.frame__demo--current,
	.frame__demo--current:hover {
		font-size: 1.5rem;
	}
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	min-height: auto;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 5rem;
}

@media (min-width: 768px) {
	.content {
		height: calc(100vh - 13rem);
		padding-bottom: 0;
	}
}

.keresoresz {
	position: relative;
	margin: 1rem auto;
	background-color: rgba(88, 4, 107, 0.5);
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: white;
	z-index: 101;
	width: 90%;
	max-width: 500px;
	overflow: visible;
}

@media (min-width: 768px) {
	.keresoresz {
		position: absolute;
		top: 18%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
}

@media (min-width: 480px) {
	.keresoresz {
		padding: 20px;
		width: 85%;
	}
}

@media (min-width: 768px) {
	.keresoresz {
		width: 80%;
		max-width: 600px;
	}
}

@media (min-width: 1024px) {
	.keresoresz {
		max-width: 700px;
	}
}

.keresoresz form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

@media (min-width: 768px) {
	.keresoresz form {
		gap: 10px;
		align-items: center;
	}
}

.keresoresz label {
	font-size: 1.1rem;
	margin-top: 0.5rem;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.keresoresz select {
	padding: 8px;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
	font-size: 0.9rem;
	max-width: 100%;
	display: block;
	-webkit-appearance: menulist;
	appearance: menulist;
}

.keresoresz input[type="text"],
.keresoresz input[type="submit"] {
	padding: 10px;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
	font-size: 1rem;
	max-width: 100%;
}

@media (min-width: 480px) {
	.keresoresz label {
		font-size: 1.3rem;
	}
	
	.keresoresz select,
	.keresoresz input[type="text"],
	.keresoresz input[type="submit"] {
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) {
	.keresoresz label {
		font-size: 1.5rem;
	}
	
	.keresoresz select,
	.keresoresz input[type="text"],
	.keresoresz input[type="submit"] {
		width: 400px;
		max-width: 400px;
		font-size: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.keresoresz label {
		font-size: 1.6rem;
	}
}

.keresoresz input[type="submit"] {
	background-color: #762886;
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.keresoresz input[type="submit"]:hover {
	background-color: #5b199c;
}

.keresoresz input[type="submit"]:active {
	transform: scale(0.98);
}

.content__title {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: -8vw 0 0 0;
	z-index: 100;
	font-size: 12vw;
	color: var(--color-title);
	line-height: 1;
	padding: 0 5%;
	display: block;
}

@media (min-width: 480px) {
	.content__title {
		top: 65%;
		font-size: 11vw;
		margin: -6vw 0 0 0;
	}
}

@media (min-width: 768px) {
	.content__title {
		top: 50%;
		font-size: 10vw;
		margin: -5.5vw 0 0 0;
	}
}

@media (min-width: 1024px) {
	.content__title {
		font-size: 9vw;
	}
}

.content__title2 {
	position: absolute;
	top: calc(70% + 12vw);
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	z-index: 100;
	font-size: 3.5vw;
	color: var(--color-title);
	line-height: 1.3;
	padding: 0 5%;
	display: block;
}

@media (min-width: 480px) {
	.content__title2 {
		font-size: 3vw;
		top: calc(65% + 11vw);
	}
}

@media (min-width: 768px) {
	.content__title2 {
		font-size: 2.5vw;
		top: 70%;
	}
}

@media (min-width: 1024px) {
	.content__title2 {
		font-size: 2vw;
	}
}

html,
body {
	background: hsla(260, 40%, 5%, 1);
}

#resultsModal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: -10%;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
	z-index: 200;
}

#resultsContent {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 15px;
	border: 1px solid #888;
	width: 95%;
	z-index: 200;
	border-radius: 10px;
	max-height: 80vh;
	overflow-y: auto;
}

@media (min-width: 768px) {
	#resultsContent {
		width: 85%;
		margin: 5% auto;
		padding: 20px;
	}
}

@media (min-width: 1024px) {
	#resultsContent {
		width: 80%;
	}
}

#fileDetailsModal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 300;
	overflow: auto;
}

#fileDetailsContent {
	background-color: #fefefe;
	margin: 20% auto;
	padding: 15px;
	border: 1px solid #888;
	width: 90%;
	z-index: 300;
	color: #5e5b5b;
	border-radius: 10px;
	max-height: 70vh;
	overflow-y: auto;
}

@media (min-width: 768px) {
	#fileDetailsContent {
		width: 70%;
		margin: 15% auto;
		padding: 20px;
	}
}

@media (min-width: 1024px) {
	#fileDetailsContent {
		width: 50%;
	}
}

#letoltes {
	padding: 30px;
	margin-top: 3%;
}

#detailsModal {
	display: none;
	position: fixed;
	z-index: 400;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#detailsContent {
	background-color: #fefefe;
	margin: 20% auto;
	padding: 15px;
	border: 1px solid #888;
	width: 90%;
	border-radius: 10px;
	font-weight: bold;
	color: #6c6a6a;
	max-height: 70vh;
	overflow-y: auto;
}

@media (min-width: 768px) {
	#detailsContent {
		width: 70%;
		margin: 15% auto;
		padding: 20px;
	}
}

@media (min-width: 1024px) {
	#detailsContent {
		width: 50%;
	}
}

#detailsModal2 {
	display: none;
	position: fixed;
	z-index: 400;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5%;
}

@media (min-width: 768px) {
	#detailsModal2 {
		padding: 10%;
	}
}

@media (min-width: 1024px) {
	#detailsModal2 {
		padding: 15%;
	}
}

#detailsContent2 {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #c1c1c1;
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	color: #6c6a6a;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

@media (min-width: 768px) {
	#detailsContent2 {
		border: 8px solid #c1c1c1;
		border-radius: 8px;
	}
}

@media (min-width: 1024px) {
	#detailsContent2 {
		border: 10px solid #c1c1c1;
		border-radius: 10px;
		margin: -10% auto 0;
	}
}

#detailsContent2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.highlighted {
	background-color: yellow;
	cursor: pointer;
}

#loadingIndicator {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background-color: rgb(39, 1, 43);
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: #fefefe;
	text-align: center;
	max-width: 90%;
}

#loadingIndicator img {
	max-width: 150px !important;
	width: 100%;
	height: auto;
}

#loadingIndicator p {
	font-size: 0.9rem;
	margin: 10px 0 0 0;
}

@media (min-width: 768px) {
	#loadingIndicator {
		padding: 20px;
		max-width: 400px;
	}
	
	#loadingIndicator img {
		max-width: 250px !important;
	}
	
	#loadingIndicator p {
		font-size: 1rem;
	}
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}

	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 2.25rem;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title title ... '
			'... ... ...'
			'github demos links';
	}

	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}

	.frame__title {
		margin: 0;
	}

	.frame__github {
		grid-area: github;
		justify-self: start;
		margin: 0;
	}

	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: center;
	}

	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}

	.frame a {
		pointer-events: auto;
	}

	.content {
		height: 100vh;
		justify-content: center;
	}


}