@font-face {
	font-family: main;
	src: url("/resources/fonts/main-regular.woff2");
	font-weight: normal;
}

@font-face {
	font-family: main;
	src: url("/resources/fonts/main-bold.woff2");
	font-weight: bold;
}

html {
	font-family: "main";
}

.gifs-rows .preset-file {
	display: inline;
}

.gifs-rows:hover .preset-file {
	display: none;
}

.gifs-rows .gif-file {
	display: none;
}

.gifs-rows:hover .gif-file {
	display: inline;
}

header, #container_top {
	height: 10rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.gifs-rows, #logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gifs-rows {
	height: 80% !important;
	margin-top: 10%;
}

img {
	height: 80%;
}

#container_top,
#logo,
#logo a,
.gifs-rows {
	height: 100%;
}

nav a {
	color: black;
	text-decoration: none;
	font-size: 1.2rem;
	margin: 0 2%;
}

nav a:last-child {
	margin-right: 0;
}

nav {
	display: flex;
	justify-content: end;
	margin-top: 5%;
}

#nav {
	align-self: flex-start;
}

#container_top>div {
	width: calc(100% / 3);
}

.inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main img {
	width: 100%;
}

.text-container {
	position: absolute;
	padding: 4% 2.5%;
}

h1 {
	font-weight: 900;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 2.625rem;
	margin: 0;
	color: #fff;
}

h2 {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 2.625rem;
	margin: 0;
	color: #fff;
}

form {
	display: grid;
	grid-template-columns: 1fr 2fr;
	width: 40%;
	padding: 2%;
	justify-content: space-between;
	font-size: 1rem;
	/* font-weight: 900; */
	font-style: normal;
	align-items: center;
	color: #fff;
}

input {
	font-weight: 900;
	font-style: normal;
	padding: 3% 5%;
	margin: 2% 0;
}

button {
	background: #000;
	background-image: none;
	background-image: -webkit-linear-gradient(top, #2e2e2e, #000000);
	background-image: -moz-linear-gradient(top, #2e2e2e, #000000);
	background-image: -ms-linear-gradient(top, #2e2e2e, #000000);
	background-image: -o-linear-gradient(top, #2e2e2e, #000000);
	background-image: linear-gradient(to bottom, #2e2e2e, #000000);
	-webkit-border-radius: 1;
	-moz-border-radius: 1;
	border: none !important;
	border-radius: 1px;
	font-weight: 900;
	font-style: normal;
	color: #ffffff;
	font-size: 1rem;
	padding: 0.625rem 1.25rem 0.625rem 1.25rem;
	text-decoration: none;
	width: fit-content;
	margin-top: 3%;
}

button:hover {
	background: #5e5e5e;
	text-decoration: none;
}

#debugmessage {
	color: rgb(230, 59, 59);
	font-size: 18;
	font-weight: bold;
}

.hidden {
	display: none;
}

.wrapper {
	background-color: #870791;
	padding: 5%;
	padding-top: 2%;
}

#main, header {
	padding: 0 25%;
	position: relative;
	width: 50%;
}

footer {
	padding: 1.5% 25%;
	position: relative;
}

.bold {
	font-weight: bold;
}