

:root {

	--ContainerEdgeGlow: 			rgb(248,196,131);
	--ContainerEdgeGlowSecondary:	rgb(173,137,97);
	--ContainerEdgeOutline: 		rgb(248,196,131);
	
	--GridItemBackgroundColor:		rgb(42,0,0);
	--GridItemEdgeGlowColor:		rgb(248,196,131);
	
	--ActiveHighlight:				rgb(61,238,213);
	--TopBoxColor1:					rgb(32,0,0);
	--TopBoxColor2:					rgb(64,0,0);
	
	--MenuButtonsColor:				rgb(48,0,0);
	--MenuButtonsColorActive:		rgb(64,0,0);
	
	--MenuButtonsColorDropdown:		rgb(48,0,0);
	
	--Color1main:					rgb(153,255,204);
	--Color1glow:					rgb(0,217,163);
	
	--Color2main:					rgb(204,153,255);
	--Color2glow:					rgb(166,76,255);
	
	--Maintextcolor:				rgb(255,228,181);
	--PhoneMenuButtonColor:			rgb(255,228,181);
	

}

.myCanvas{
	width:25%; 
	height:110%; 
	position: fixed;
	left: 0;
	top: 0;
}

a{
	color:var(--ContainerEdgeOutline);
	text-decoration: none;
}
a:hover{
	text-shadow: 0px 0px 12px var(--ContainerEdgeOutline), 0px 0px 6px var(--ContainerEdgeOutline);
}
hr{
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	border: 1px solid var(--ContainerEdgeGlow);
	border-radius: 25%;
}
li{
	margin-left:20px;
}

.Color2{
		color:var(--Color2main);
		text-shadow: 0px 0px 12px var(--Color2glow), 0px 0px 6px var(--Color2glow);
}
.Color1{
		color:var(--Color1main);
		text-shadow: 0px 0px 6px var(--Color1glow), 0px 0px 3px var(--Color1glow);
}

/*//////////*/
/* Computer */
/*//////////*/
@media screen and (orientation:landscape) {
	



p, h1, h2, h3, li{
	cursor: default;
}
::selection {
  color: var(--ActiveHighlight);
  background: transparent;
  text-shadow: 0px 0px 6px #35CEB7, 0px 0px 3px #00ffff;
}
body{
	background-image: url("assets/background-parallax.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 60em;
	font: 1em "Arial";
	color: var(--Maintextcolor);
}
#headerPC2{
	
	min-width: 65%;
	
}
.PageHeader{
	left:0;
	top:0;
	min-height: 3.5em;
	width: 100%;
	box-shadow: 0 0.1em 0.5em var(--ContainerEdgeGlow), 0 0.1em 0.1em var(--ContainerEdgeGlow);
	background-image: linear-gradient(to right, var(--TopBoxColor1), var(--TopBoxColor2), var(--TopBoxColor1));
	position: fixed;
	overflow: hidden;
}
.discord{
	margin-top:0px;
	height:32px;
	width: 42px;
	transition:width 0.25s, height 0.25s, margin-top 0.25s;
	
}
.discord:hover{
	margin-top:-5px;
	height:42px;
	width: 52px;
	transition:width 0.25s, height 0.25s, margin-top 0.25s;
}

.shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  20% { transform: translate(-3px, 0px) rotate(-2deg); }
  40% { transform: translate(1px, -1px) rotate(4deg); }
  60% { transform: translate(-3px, 1px) rotate(4deg); }
  80% { transform: translate(-1px, -1px) rotate(-2deg); }
  100% { transform: translate(1px, -2px) rotate(0deg); }
}

.PageBottom{
	margin: 0 auto;
	min-height: 5em;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	background-image: url("assets/background.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;
	width: 70%;
}
.MainRows{
	width: 50%;
	margin: auto;
	padding: 0;
	display: flex;
	position: static;
	min-height: 30em;
}
.FlexLeft{
	flex: 10%;
	margin: 5px;
}
.FlexCenter{
	flex: 100%;
	margin: 5px;
}
.FlexRight{
	flex: 10%;
	margin: 5px;
}

.NavigationMenu{
	padding: 7px;
	height:auto;
	min-height: 30em;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	border-image: url('assets/orante.png');
	border-image-repeat: stretch;
	border-image-slice: 40%;
	border-image-width: 3em;
	background-image: url("assets/background.png");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;
	
	position: fixed;
	width:11%;
	top: 4em;
	left: 13%;
}

.NavigationMenu2{
	height:auto;
	min-height: 30em;
	
	position: fixed;
	width:11%;
	top: 4em;
	right: 14%;
}
.MainMenu{
	text-align: left;
	padding: 14px;
	height:auto;
	min-height: 10em;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	background-image: url("assets/background.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;
	border-image: url('assets/corner.png');
	border-image-repeat: stretch;
	border-image-slice: 30%;
	border-image-width: 6em;
	border-image-outset: 0.5em;
}
.SideMenu{
	padding: 7px;
	height:auto;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	background-image: url("assets/background.png");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;
	
	width:100%;
} 
.button_nav{
	
	background-color: transparent;
	border: none;
	/*box-shadow: 0 0 0.1em var(--ContainerEdgeGlowSecondary), 0 0 0.1em var(--ContainerEdgeGlowSecondary), 0 0 0.1em var(--ContainerEdgeGlowSecondary) inset, 0 0 0.1em var(--ContainerEdgeGlowSecondary) inset;*/
	cursor: pointer;
	display: block;
	width: 100%;
	height: 2.25em;
	margin: 0px auto;
	color: var(--Maintextcolor);
	font: 1em "Arial";
	transition: text-shadow 1s, box-shadow 0.3s;
	text-align: left;
}

.DJbuttonPause{
	cursor: default;
	border: none;
	width: 4em;
	height: 4em;
	margin: 5px auto;
	color: transparent;
	font: 1em "Arial";
	transition: text-shadow 1s, box-shadow 0.3s;
	background-color:transparent;
	background-image:url("assets/pausebutton.png");
	background-size: 100% 100%;
}
.DJbuttonPlay{
	cursor: default;
	border: none;
	width: 4em;
	height: 4em;
	margin: 5px auto;
	color: transparent;
	font: 1em "Arial";
	transition: text-shadow 1s, box-shadow 0.3s;
	background-color:transparent;
	background-image:url("assets/playbutton.png");
	background-size: 100% 100%;
}




.button_nav:hover{
/*box-shadow: 0 0 0.5em var(--ActiveHighlight), 0 0 0.1em var(--ActiveHighlight), 0 0 0.5em var(--ActiveHighlight) inset, 0 0 0.1em var(--ActiveHighlight) inset;*/
text-shadow: 0px 0px 12px var(--ContainerEdgeOutline), 0px 0px 6px var(--ContainerEdgeOutline);
transition: text-shadow 0.15s;
}
.activePage {
  /*background-color: var(--MenuButtonsColorActive);*/
  background-image: url("assets/buttonback.png");
  background-size: 100% 100%;
  /*box-shadow: 0 0 0.5em var(--ActiveHighlight), 0 0 0.1em var(--ActiveHighlight), 0 0 0.3em var(--ActiveHighlight) inset, 0 0 0.2em var(--ActiveHighlight) inset;*/
  transition: text-shadow 0.2s, box-shadow 0.3s;
  text-shadow: 0px 0px 12px var(--ContainerEdgeOutline), 0px 0px 6px var(--ContainerEdgeOutline);
}
.EveryThingInRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 3.5em;
  justify-content: center;
}
.EveryThingInRow > div {
  line-height: 0;
  height: 3em;
  margin: 0.75em;
  text-align: center;
}
.HeaderContainerPC{Display:block;}
.HeaderContainerPhone, .PhoneAddition{Display:none;}
/*////////////*//*////////////*//*////////////*//*////////////*//*////////////*/
.collapsible {
  background-color: var(--MenuButtonsColorDropdown);
  color: var(--Maintextcolor);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
  margin:auto;
  transition: text-shadow 1s, box-shadow 0.3s;
  height: 2em;
}
.active{
  transition: text-shadow 0.2s, box-shadow 0.3s;
}
.collapsible:after {
  content: '\25BD';
  color:var(--ActiveHighlight);
  font-weight: bold;
  float: right;
  
}
.collapsible:hover {
  
}
.active:after {
  content: "\25B3";
}
.content {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}
.grid {
	
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(12em, 1fr));
	grid-gap: 7px;
	align-content: space-between;
  justify-content: space-around;
  
}

.grid>div {

	background-color: var(--GridItemBackgroundColor);
	padding-left: 0.5em;
	text-align: left;
	box-shadow: 3px 3px 0.5em rgba(0,217,163,0.33), 3px 3px 0.3em rgba(0,217,163,0.33);
	border-radius: 3px;
}
		
		audio {
  width: 25%;
}






/*////////////*//*////////////*//*////////////*//*////////////*//*////////////*/

}

/*////////////*/
/* Smartphone */
/*////////////*/

@media screen and (orientation:portrait) {
::selection {
  color: var(--ActiveHighlight);
  background: black;
}
body{
	background-image: url("assets/background-parallax.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 60em;
	font: 1.5em "Arial";
	color: var(--Maintextcolor);
}
.HeaderContainerPC{Display:none;}
.HeaderContainerPhone{Display:block;}

.EveryThingInRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 3em;
}
.EveryThingInRow2{
  line-height: 0;
  height: 3em;
  margin: 1.2em;
  margin-right:1em ;
  text-align: center;
}
.EveryThingInRow3{
  line-height: 0;
  height: 3em;
  margin: 0;
  text-align: center;
}


.PageHeader{
	margin: -10px -10px 0px -10px;
	min-height: 4.5em;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0.1em 0.5em var(--ContainerEdgeOutline), 0 0.1em 0.1em var(--ContainerEdgeOutline);
	background-image: linear-gradient(to right, var(--TopBoxColor1), var(--TopBoxColor2), var(--TopBoxColor1));
	position: fixed;
	z-index:1;
	overflow: hidden;
}
.PageBottom{
	margin: 0 auto;
	min-height: 5em;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow);
	background-color: var(--BG2);
	width: 100%;
}
.MainRows{
	width: 100%;

	padding: 0;
	position: static;
	min-height: 30em;
}
.NavigationMenu{
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	margin:auto;
	padding: 0;
	height:100%;
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
	background-image: url("assets/background.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;
	display:none;
	overflow:auto;
}
.MainMenu{
	margin:-5px;
	padding: 7px;
	height:100%;
	min-height: 10em;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ContainerEdgeOutline);
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow);
	background-image: url("assets/background.jpg");
	background-position: top;
	background-repeat: repeat;
	background-size: 10em;

}
.SideMenu{
	Display:none;
} 
.button_nav{
	background-color: var(--MenuButtonsColor);
	border: none;
	box-shadow: 0 0 0.5em var(--ContainerEdgeGlowSecondary), 0 0 0.1em var(--ContainerEdgeGlowSecondary), 0 0 0.3em var(--ContainerEdgeGlowSecondary) inset, 0 0 0.2em var(--ContainerEdgeGlowSecondary) inset;
	cursor: pointer;
	display: block;
	width: 90%;
	height: 2.5em;
	margin: 1em auto;
	color: var(--Maintextcolor);
	font: 1.25em "Arial";
}
.activePage {
  background-color: var(--MenuButtonsColorActive);
  box-shadow: 0 0 0.5em var(--ActiveHighlight), 0 0 0.1em var(--ActiveHighlight), 0 0 0.3em var(--ActiveHighlight) inset, 0 0 0.2em var(--ActiveHighlight) inset;
}
.button2 {
  width:3.5em;
  height:3.5em;
  font: 1.25em "Arial";
  background-color: var(--PhoneMenuButtonColor);
  border: none;
  color: var(--Maintextcolor);
}
.collapsible {
  background-color: var(--MenuButtonsColorDropdown);
  color: var(--Maintextcolor);
  cursor: pointer;
  padding: 8px;
  width: 100%;
  height:3em;
  border: none;
  text-align: center;
  box-shadow: 0 0 0.5em var(--ContainerEdgeGlow), 0 0 0.1em var(--ContainerEdgeGlow), 0 0 0.5em var(--ContainerEdgeGlow) inset, 0 0 0.1em var(--ContainerEdgeGlow) inset;
  margin:auto;
  font: 1.25em "Arial";
}

.active{
}

.collapsible:after {
  content: '\25BD';
  color: var(--ActiveHighlight);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\25B3";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}
.grid {
            display: grid;
            grid-template-columns: repeat(auto-fill,
              minmax(200px, 1fr));
            grid-gap: 10px
        }

        .grid>div {
			background-color: var(--GridItemBackgroundColor);
            padding: 1rem;
            text-align: left;
            box-shadow: 0 0 0.5em var(--GridItemEdgeGlowColor), 0 0 0.1em var(--GridItemEdgeGlowColor), 0 0 0.3em var(--GridItemEdgeGlowColor) inset, 0 0 0.2em var(--GridItemEdgeGlowColor) inset;
        }

}