*{
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
	font-family: sans-serif;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
}
html{
	scroll-behavior: smooth;
}
h1[id]{
	scroll-margin-top: 50px;
}
.liquidass-effect {
	backdrop-filter: url(#liquidass) blur(5px) contrast(1.1) hue-rotate(5deg);
	background-color: #fff1;
	padding: 15px;
	border-radius: 16px;
	border: 1px solid #fff3;
	box-shadow:inset 0 0 15px 15px rgba(0,0,0,0.4);
}
body {
	background-color: rgb(56,41,166);
	overflow-x: hidden;
	margin: 0 auto;
	max-width: 200ch;
	padding: 20px;
	background-image: url("bg.png");
	background-attachment: fixed;
	background-size: 50% 100%;
	background-repeat: repeat;
	animation: scrollBG 40s linear infinite;
}
@media only screen and (max-width: 900px) {
	body{
  		animation: scrollBG 20s linear infinite;
	}
}
@keyframes scrollBG {
  from { background-position: 0 0; }
  to   { background-position: 100% 0; } /* move horizontally, vertical stays 0 */
}
/*********** MENU ***********/
menu{
	padding: 0;
	transition: all 0.5s ease;
	text-align: center;				
}
menu li{
	list-style-type: none;
	display: inline-block;
	margin: 5px;
	transition: all 0.3s ease;
}
menu li:hover{
	transition: all 0.3s ease;
}
menu li a{
	text-decoration: none;
	display: block;
	padding: 5px;
}
/*********** WINDOW *********/
#windows{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.window{
	display: flex;
	flex-direction: column;
	padding: 5px;
	margin: 30px;
	min-width: 25vw;
}
@media only screen and (min-width: 2500px) {
	.window{
		min-width: 15vw;
	}
}
@media only screen and (min-width: 850px) {
	.window{
		max-width: 80ch;
	}
}
.window-button{
	border-radius: 50%;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	opacity: 0.6;
}
.window-top{
	padding: 10px;
	marg in-bottom: 10px;
	display: inline-block;
}
.window-title{
	bor der: 1px solid red;
	display: block;
	text-align: right;
	width: 100%;
	padding: 13px 20px;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	color: rgba(255, 255, 255, 0.5);
}
.window-content{
	flex-grow: 1;
	font-size: x-large;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	display: inline-block;
	border-radius: 0 0 10px 10px;
	padding: 20px 40px;
}
@media only screen and (max-width: 940px) {
	.window{
		margin: 15px;
	}
	.window-content h3{
		font-size: x-large;
	}
	.window-content ul li{
		font-size: medium; !important;
	}
}
/*********** AWARD ***********/
.award{
	text-align: center;
	width: 250px;
}
.award-icon{
	font-size:xxx-large;
	display: block;
	margin-bottom: 25px;
	margin-top: 20px;
}
.award-icon span{
	background-color: rgba(255,255,0,0.5);
	border: 10px groove rgba(255,255,0,0.5);
	padding: 8px;
	border-radius: 15px;
}
.award-icon span:hover{
	box-shadow: 0 0 5px 5px rgba(255,255,0,0.3);
}
.award-result{
	font-size:x-large;
	background-color: rgba(255, 255, 0, 0.2);
	padding: 2px 5px;
	border-radius: 5px;
}
.icon{
	width: 80px;
	opacity: 0.5;
	filter: invert();
}
.icon:hover{
	opacity: 1;
}
/*********** DECK ***********/
.deck-title{
	text-align: center;
	display: block;
	margin: 100px auto 30px auto;
	max-width: 40ch;
}
.deck{
	display: grid;
	gap: 30px;
}
@media only screen and (max-width: 1200px) {
	.deck{
		grid-template-columns: auto !important;
	}
}
/*********** CARDS ***********/
.card{
	border-radius: 20px;
	border: 1px solid gray;
	overflow: hidden;
	padding: 30px !important;
	display: flex;
	flex-direction: column;
}
.card h2{
	font-size: xxx-large;
	margin: 25px 0 15px 0;
}
.card h2 span{
	float: right;
	font-size: small;
	border-radius: 10px;
	background: #0004;
	padding: 5px;
}
.card blockquote{
	background: #0004;
	padding: 10px;
	margin: 0;
	border-radius: 10px;
	font-size: large;
}
.card p{
	margin: 15px 3px;
}
kbd{
	background: #0004;
	padding: 2px 5px;
	border-radius: 5px;
}
.card > img{
	min-height: 50vh;
	border-radius: 15px;
	object-fit: contain;
	box-shadow: inset 0 0 100px 0 #000;
	border-radius: 15px;
}
.card ul{
	padding: 0;
}
.card ul li{
	list-style-type: none;
	padding-left: 38px;
	text-indent: -38px;
}
.card ul li span{
	font-size: large;
	padding: 0 10px;
}
.card a button{
	font-size: large;
	cursor: pointer;
	background-color: #9e6744 !important;
}
.card a button:hover{
	filter: brightness(1.1);
}
/*********** LOGO ***********/
#logo{
	width:100%;
	height:200px;
}
.pingpong{
	animation: pingpong 10s ease-in-out infinite alternate;
	height: 200px; 
	width: 200px; 
	z-index: 100; 
	border-radius: 20px;
}
.pingpongtext {
	animation: pingpongtext 20s linear infinite;
	position: absolute; 
	top: 0; 
	left: calc(50%); 
	transform: translateX(-50%); 
	font-size: 80px;
	padding: 0px 30px;
	border: 2px solid white;
	margin-top:35px;
}
@keyframes pingpongtext {
  0% {
    z-index: 0;
    box-shadow: none;
  }
  45%{
  	z-index: 0;
    box-shadow: none;
		background-color: rgba(0,0,0,0.0);
	font-size: 80px;
  }
  55% {
    z-index: 100;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.3);
    background-color: rgba(0,0,0,0.3);
	font-size: 82px;
  }
  95% {
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.3);
	font-size: 82px;
  }
  100% {
    z-index: 100;
	font-size: 80px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 650px) {
	.pingpongtext{
		font-size: 50px;
		margin-top: 60px;
	}
	@keyframes pingpongtext {
	  0% {
	    z-index: 0;
	    box-shadow: none;
	  }
	  45%{
	  	z-index: 0;
	    box-shadow: none;
		font-size: 50px;
		background-color: rgba(0,0,0,0.0);
	  }
	  55% {
	    z-index: 100;
	    box-shadow: 0 0 10px 10px rgba(0,0,0,0.3);
	    background-color: rgba(0,0,0,0.3);
		font-size: 52px;
	  }
	  95% {
	    z-index: 100;
	    background-color: rgba(0,0,0,0.3);
	    box-shadow: 0 0 10px 10px rgba(0,0,0,0.3);
		font-size: 52px;
	  }
	  100% {
	    z-index: 100;
		font-size: 50px;
	    box-shadow: none;
	  }
	}
}
@media only screen and (max-width: 650px) {
	@keyframes pingpong {
	  from {
	    left: calc(0% - 200px);
	  }
	  to {
	    left: calc(100% - 0px); 
	  }
	}
}
@media only screen and (min-width: 650px) {
	@keyframes pingpong {
	  from {
	    left: calc(0% - 150px);
	  }
	  to {
	    left: calc(100% - 50px); 
	  }
	}
}
@media only screen and (min-width: 900px) {
	@keyframes pingpong {
	  from {
	    left: 0%;
	  }
	  to {
	    left: calc(100% - 200px); 
	  }
	}
}
@media only screen and (min-width: 1200px) {
	@keyframes pingpong {
	  from {
	    left: 10%;
	  }
	  to {
	    left: calc(90% - 200px); 
	  }
	}
}