/*
 * Copyright (C) 2026 Max Lee aka Phoenix616 (max@themoep.de)
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published
 * by the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */


body {
	background-color: black;
	margin: 0;
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

a, a:visited {
	color: #73B0FF;
	text-decoration: none;
}

#background {
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 0;
	left: 0;
	position: fixed;
	background-image: url(img/code.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.4;
	filter: blur(5px);
	-webkit-filter: blur(5px);
}

/*marquee { color: #BBB; cursor: default;}*/
@keyframes marquee {
	0% {
		text-indent: 100vw
	}
	100% {
		text-indent: -200vw
	}
}

@-webkit-keyframes marquee {
	0% {
		text-indent: 100vw
	}
	100% {
		text-indent: -200vw
	}
}
.webdev-quote {
width: 100vw;
top: 48px;
	left: 0;
	position: fixed;
}
.webdev-quote > marquee {
cursor: default;
 width: 100vw;
	overflow: hidden;
	white-space: nowrap;
}

marquee marquee {
top: 1.2em;
position: relative;
}

.marquee, .author-line, #marquee {
	cursor: default;
 width: 100vw;
	top: 48px;
	left: 0;
	position: fixed;
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 40s linear infinite;
	-webkit-animation: marquee 40s linear infinite;
}

.marquee .quote, #marquee .quote, marquee .quote {
	font-style: italic;
	color: #BBB;
}

.author-line, #marquee .author {
	cursor: hand;
	top: 64px;
	animation: marquee 20s linear infinite;
	-webkit-animation: marquee 20s linear infinite;
	padding-left: 150vw;
}

.nav {
	z-index: 1;
	position: absolute;
	padding: 16px 0;
	right: 21px;
	font-size: 14px;
	color: white;
	font-family: monospace;
}

.nav a {
	color: white;
}

.nav a:before {
	content: "[";
}

.nav a:after {
	content: "]";
}

.nav a:hover:before {
	content: "(";
}

.nav a:hover:after {
	content: ")";
}

.container {
	font-family: Verdana, Arial, sans-serif;
}

.containertitle {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-size: 48px;
	margin-top: -90px;
	margin-bottom: 60px;
	color: white;
}

.containertitle a {
	color: #efb61c;
	text-shadow: 0px 0px 4px #CCDBB4;
}

.linkcontainer {
	display: table-cell;
	vertical-align: middle;
}

.links {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

.social {
	color: #efb61c;
	text-shadow: 0px 0px 2px #CCDBB4;
	text-align: center;
}

.social img {
	height: 32px;
}

.link {
	display: table-cell;
	padding: 20px;
	width: 230px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #534d2e;
}

.link a {
	text-shadow: 0px 1px 0px #534d2e;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.bubble {
	height: 180px;
	width: 180px;
	background-color: white;
	background-position: center;
	border: 3px gray solid;
	border-radius: 90px;
	margin-bottom: 22px;
	box-shadow: 0px 0px 5px 0px #534d2e;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.title {
	font-size: 20px;
}

.undertitle {
	font-size: 14px;
}

#tv a {
	color: #F7EEE8;
}

#tv .bubble {
	border-color: #F7EEE8;
	background-image: url(https://moep.tv/icon.png);
	background-size: 110%;
	background-position: center;
}

#tv:hover a {
	color: #FFC4B0;
	text-shadow: 0px 0px 4px #D4876D;
}

#tv:hover .bubble {
	border-color: #FFC4B0;
	box-shadow: 0px 0px 6px 0px #D4876D;
	background-size: 115%;
}

#mb a {
	color: #C3A264;
}

#mb .bubble {
	border-color: #C3A264;
	background-image: url(https://minebench.de/images/icon_fb.jpg);
	background-size: 100%;
}

#mb:hover a {
	color: #FFD382;
	text-shadow: 0px 0px 4px #C9B893;
}

#mb:hover .bubble {
	border-color: #FFD382;
	box-shadow: 0px 0px 6px 0px #C9B893;
	background-size: 103%;
}

#spigot a {
	color: #ed8106;
}

#spigot .bubble {
	border-color: #ed8106;
	background-image: url(img/3651.jpg);
	background-size: 100%;
}

#spigot:hover a {
	color: #efb61c;
	text-shadow: 0px 0px 4px #CCDBB4;
}

#spigot:hover .bubble {
	border-color: #efb61c;
	box-shadow: 0px 0px 6px 0px #CCDBB4;
	background-size: 103%;
}

@media (max-width: 859px) {
	.links {
		width: 100vw;
	}

	.containertitle {
		width: 100vw;
		font-size: 10vw;
		margin-top: 100px;
	}

	.link {
		display: inline-block;
	}
}