@import url("/colors.css");

body {
	font-family: "MS Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-image: var(--gradient2);
	/* gradient has to be background-image */
	color: #f8ffdd;
	background-attachment: fixed;
	z-index: auto;
	margin: 0px;
}

body html .section {
	min-height: 100%;
	height: 100%;
	scrollbar-width: none;
	margin: 0px;
}

.music {
	padding: 5px;
	align-items: middle;
	float: left;
	position: absolute;
}

.clickme {
	color: var(--col1);
	position:absolute;
	animation-name: clickme;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	top: 20px;
	left: 20px;
}

.follow-container {
	position: absolute;
	margin: auto;
	right: 1px;
}

@keyframes clickme {
	0% {
		top:20px;
		left:20px;
		animation-timing-function: ease-out;
	}
	50% {
		top:25px;
		left:25px;
		animation-timing-function: ease-in;
	}
	100% {
		top:20px;
		left:20px;
		animation-timing-function: ease-out;
	}
}


.musname {
	display: none;
}

.page {
	display: block;
	align-content: center;
	text-align: center;
}

.section {
	width: 70%;
	padding: 3px;
	margin: 0px auto 10px auto;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.75);
}


.main {
	grid-area: main;
	background-image: var(--gradient3);
}

.fadein {
	opacity: 0;
	position: relative;
}

.loaded {
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fanart {
	grid-area: fanart;
	background-color: var(--col5);
}

#topBar {
	height: auto;
	color: var(--col5);
	background-color: var(--col1);
	border-radius: 5px;
	vertical-align: center;
	margin: 5px;
}

.copyright {
	background-image: var(--gradient4);
	text-align: left;
	padding: 0px;
	width: 40%;
	border: solid;
	border-width: 3px;
	border-color: var(--col1);
	height: 50px;
	z-index: 1;
}

a {
	color: white;
}

a.highlight {

	position: relative;
	display: inline-block;
	overflow: hidden;
	
	background-image:
	linear-gradient(var(--col4), var(--col2));
	background-repeat: no-repeat;
	background-size: 0px 100%;
	transition:
		background-size 1s;
	margin: -1px;
}

a.highlight:hover {
	color: white;
	text-shadow: 0 0 2px #000;
	background-size: 100% 100%;
	transition:
		background-size 0.2s;
}

.webrings > button {
	background-image: var(--gradient3);
	color: #f8ffdd;
	font-family: "MS Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	border-color: var(--col1);
	margin: auto;
}

.copyright > .text {
	float: left;
	margin: auto;
	position: absolute;
	top: 25%;
	left: 5%;
}
.copyright > img {
	margin: 0px;
	padding: 0px;
	float: right;
	position: absolute;
	right: 0;
}

.small {
	width: 35%;
}

.small > .grid-item {
	text-align: center;
}
.tooltip {
	position: absolute;
	background-color: var(--col4);
	border: solid;
	border-color: var(--col5);
	border-width: 1px;
	font-size: 16px;
	padding: 4px;
	z-index: 3;
}

.tooltip > a:hover {
	color: white;
	text-shadow: 0 0 2px var(--col5);
}

.bg-container {
	position: absolute;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#statuscafe {
	padding: 0.5em;
	background-color: var(--col5);
	border: 1px solid var(--col4);
	border-width: 3px;
	width: 75%;
	color: white;
	margin-left: auto;
	margin-top: 1em;
}
#statuscafe-username {
	margin-bottom: 0.5em;
	color: var(--col4);
	text-align: left;
}
#statuscafe-content {
	margin:  1em 0.5em 1em;
	text-align: left;
}

.guestbook {
	border: 3px solid var(--col4);
	width: 75%;
	margin-left: auto;
	padding: 0.5em;
}

.sideheader {
	color: var(--col1);
	font-size: 32px;
	font-family: Times New Roman;
	text-align: left;
	text-shadow: var(--col2) 1px 1px;
	position: relative;
	top: 10px;
	background-color: --var(col4);
	text-decoration: underline;
}


button.toggle{
	font-family: "MS Gothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-image: var(--gradient4);
	font-size: 16px;
	padding:7px;
	color:white;
	border: solid;
	border-width:2px;
	border-radius:10px;
	box-shadow: 0 2px #999;
	width: 225px;
}

button.toggle:active{
	transform: translateY(2px);
	box-shadow: 0 0px #999;
}


.doll {
	position:absolute;
	left: -30px;
	top: -80px;
}

.narrow-hide {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}
@media screen and (max-width: 1280px) {
	.narrow-hide {
		visibility: hidden;
		opacity: 0;
		
		@starting-style {
			visibility: visible;
			opacity: 1;
		}
	}
}
@media screen and (max-width: 1280px) {
	.character {
		visibility: hidden;
		opacity: 0;
		
		@starting-style {
			visibility: visible;
			opacity: 1;
		}
	}
}

.todo{
	overflow: auto;
	max-height: 200px;
	border: solid;
	border-color: var(--col2);
	margin: 1em 0 10px 30px;
	text-align: left;
}

/*button carousel*/

.sitebuttons {
	margin: 3px;
}

#buttonmar, #buttonmarhide {
	text-align: center;
	will-change: transform;
	animation: scrolling 50s linear infinite;
}

@keyframes scrolling {
	0% {
	transform: translateX(0);
	}
	100% {
	transform: translateX(-100%);
	}
}

#buttonmar > a:hover {
	-webkit-filter: brightness(80%);
}

#buttonmarhide > a:hover {
	-webkit-filter: brightness(80%);
}

#kadbutton > a:hover {
	-webkit-filter: brightness(80%);
}

.flex-carousel {
	display: flex
}

.buttoncontent {
	&:hover #buttonmar, &:hover #buttonmarhide {
		animation-play-state: paused;
	}
}

#buttonmar > a > img,
#buttonmarhide > a > img {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.75);
}

.marquee {
	display: flex;
	overflow: hidden;
}

.marquee > .buttoncontent {
	flex: 0 0 100%;
}

/*

brightest
F8FFDD
D3DE5D
8EA604
6DB168
367D15
darkest

*/
