/* Created by Ashmosphere
/* https://www.ashmosphere.net

/* -------- FONT -------- */
body {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
}

body{
	color: #FFFAE5;	
	text-shadow:
    -1px -1px 0 #000000,
    -1px 0px 0 #000000,
    -1px 1px 0 #000000,
    0px -1px 0 #000000,
    0px -0px 0 #000000,
    0px 1px 0 #000000,
    1px -1px 0 #000000,
    1px 0px 0 #000000,
    1px 1px 0 #000000,
	 -2px -2px 0 #000000,
    -2px 0px 0 #000000,
    -2px 2px 0 #000000,
    0px -2px 0 #000000,
    0px -0px 0 #000000,
    0px 2px 0 #000000,
    2px -2px 0 #000000,
    2px 0px 0 #000000,
    2px 2px 0 #000000
}





/* -------- BG -------- */

.bg {
	 background-image: url("../../img/assets/bg.png");
	background-color: #2C1A21;
	 background-repeat: repeat-x;
	 min-height: 1050px;
	 background-position-x: 1920px;
	 position: absolute; 
	 z-index: -9999;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 animation: slide 130s linear infinite; 
}



/* ------ Text Stuff ------ */
.center {
   text-align: center;
}

.subtext {
font-style: italic;
font-size: 12px;
}

a{
color: #F48B59;
}
 
a:visited{
color: #F48B59;
}


a:hover{
color: #FFF;
text-decoration: underline;
}
 
/*--- a:hover{
font-weight: bold;
}
 
 a:active{
font-weight: bold;
} ----*/

h1{
line-height: 1;
background: linear-gradient(180deg,rgba(229, 66, 71, 1) 0%, rgba(245, 140, 90, 1) 100%);
border-radius: 5px;
padding: .2em .5em;
margin-top: 0px;
margin-bottom: 10px;
}

h2{
line-height: 1;
}
 
unl{
text-decoration: underline;	
text-align: center;
padding: 0px;
margin: 0px;
}
 
li{
list-style-type: square;
padding-left: 5px;
}


/* ------ MISC ------ */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  transition: all 0.3s;
}

.tooltip .tooltiptext {
	font-size: 15px;
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #FFFAE5;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 122;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  transition: all 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform : translateY(-3px);
  transition: all .3s;
}

	
.move-up:hover{
	-webkit-filter: brightness(150%);
    transition: all .3s;
    transform : translateY(-3px);
}

.move-right:hover{
	-webkit-filter: brightness(150%);
    transition: all .3s;
    transform: translateX(2.5px);
}

.floatleft {
  float: left;
  margin-right: 8px;
  margin-top: 18px;
}


img {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.notnear {
	image-rendering: smooth;
	image-rendering: auto;
}



/* -------- HEADER/NAVIGATION -------- */

#header{
height: 230px;
margin: 15px 0px 0px 0px;
margin-top: 0px;
background-image: url('../../img/assets/header/with.png');
  background-repeat: no-repeat;
  background-size: cover;
}

#nav{
background-color: #151319;
text-align: right;
padding: 0px;
margin-top: 18px;
font-size: 14px;
}

#navbox{
	border-color: black;
	max-width: 1150px;
	
	border: 11px solid;
	  border-image: url("../../img/assets/window/border2.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
  
    background-color: #878787;
    margin-top: 1px;
	width: 1150px;
	
}

.nav-link {
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	padding: 0.5em 0.75em;
}

.nav-link:hover {
	background-color: #F48B59;
	color: #fff;
	border-radius: .4em;
	transition: background-color .2s, color .2s;
}

#nav li {
  display: contents;
text-decoration: none;	
list-style-type: none;
display: inline;
padding-left: 5px;
}

#nav li + li::before {
  content: '| ';
}







/* -------- MAIN STUFF -------- */
#all{
width: 1200px;
margin: 0 auto;
transition: all .3s;
}

.headeriframe {
	width:1187px;
	height:310px;
	border:none;
	margin-left: 6px;
}

.footeriframe {
	width:1300px;
	height:200px;
	margin-left: 5px;
	border:none;
}

#main{
max-width: 1070px;
height: 407px;
padding: 15px;
display: inline-block;
margin-top: 15px;
margin-bottom: 10px;
background: #151319;

	border: 11px solid;
	  border-image: url("../../img/assets/window/contentborder.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
	  border-radius: 50px;

flex-grow: 1;
margin: 1.25rem;
}


#bigbox {
    display: flex;
    position: relative;
	
	border: 11px solid;
	  border-image: url("../../img/assets/window/border2.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
  
    background-color: #878787;
    margin-top: 1px;
	width: 1150px;
	
	background: url("../../img/assets/window/bg.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 20s infinite;
	-moz-animation: bg-scrolling-reverse 20s infinite;
	-o-animation: bg-scrolling-reverse 20s infinite;
	animation: bg-scrolling-reverse 20s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	margin: 0 auto;
		
}

#bigbox2 {
    display: flex;
    position: relative;
	
	border: 11px solid;
	  border-image: url("../../img/assets/window/border3.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
  
    background-color: #878787;
    margin-top: 1px;
	width: 1150px;
	
	background: url("../../img/assets/window/bg.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 20s infinite;
	-moz-animation: bg-scrolling-reverse 20s infinite;
	-o-animation: bg-scrolling-reverse 20s infinite;
	animation: bg-scrolling-reverse 20s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	margin: 0 auto;
		
}

#content{
max-width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;

background: #151319;

	border: 11px solid;
	  border-image: url("../../img/assets/window/contentborder.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
	  border-radius: 50px;

flex-grow: 1;
border-radius: 3px;
margin: 1.25rem;

transition: all .3s;
}

#music{
float: left;
width: 347px;
height: 116px;
padding: 15px;
display: inline-block;
font-size: 10px;
padding-right:15px;
margin: 0 auto;
  align-items: center;

	border: 11px solid;
	  border-image: url("../../img/assets/window/border3.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
    background-color: #878787;
	
	background: url("../../img/assets/window/bg.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 20s infinite;
	-moz-animation: bg-scrolling-reverse 20s infinite;
	-o-animation: bg-scrolling-reverse 20s infinite;
	animation: bg-scrolling-reverse 20s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	
	padding-inline-start: 0px;
}

#socials{
width: 366px;
height: 116px;
padding: 15px;
display: inline-block;
font-size: 10px;
justify-content: left;
float: left;

  margin-left: auto;
  margin-right: auto;
	
  align-items: center;

	border: 11px solid;
	  border-image: url("../../img/assets/window/border3.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
    background-color: #878787;
	
	background: url("../../img/assets/window/bg.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 20s infinite;
	-moz-animation: bg-scrolling-reverse 20s infinite;
	-o-animation: bg-scrolling-reverse 20s infinite;
	animation: bg-scrolling-reverse 20s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	
	padding-inline-start: 0px;
}

#updates{
width: 347px;
height: 116px;
padding: 15px;
padding-right: 1px;
display: inline-block;
font-size: 13px;
justify-content: left;
float: left;

  margin-left: auto;
  margin-right: auto;
	
  align-items: center;

	border: 11px solid;
	  border-image: url("../../img/assets/window/border3.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
    background-color: #878787;
	
	background: url("../../img/assets/window/bg.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 20s infinite;
	-moz-animation: bg-scrolling-reverse 20s infinite;
	-o-animation: bg-scrolling-reverse 20s infinite;
	animation: bg-scrolling-reverse 20s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	
	padding-inline-start: 0px;
}

#socialButtons a {
	background-color: #3E3C44;
	border-radius: 3px;
}

#impButtons a {
	background-color: #E54247;
	border-radius: 3px;
}



#tabbox{
  margin: auto;
text-align: middle;
padding: 0px;
font-size: 17px;
width: 1100px;
height:40px;
}

.tabbox-link {
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	padding: 0.5em 0.75em;
}

.tabbox-link:hover {
	background-color: #F48B59;
	color: #fff;
	border-radius: .4em;
	transition: background-color .2s, color .2s;
}

#tabbox li {
  display: contents;
text-decoration: none;	
list-style-type: none;
display: inline;
padding-left: 5px;
}
#tabbox li + li::before {
  content: '| ';
}

.active {
	background-color: #F48B59;
	color: #fff;
	border-radius: .4em;
}


/*-------- COLLAPSIBLE STUFF ----------*/
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Karla', sans-serif;
  
  	  text-shadow:
    -2px -2px 0 #000,
    -2px 0px 0 #000,
    -2px 2px 0 #000,
    0px -2px 0 #000,
    0px -0px 0 #000,
    0px 2px 0 #000,
    2px -2px 0 #000,
    2px 0px 0 #000,
    2px 2px 0 #000,
    2px 3px 0 #000,
    3px 2px 0 #000,
    3px 3px 0 #000;
	
	border: 5px solid transparent;
background: url("bg.png") repeat 0 0;
  border: 2px solid #fff;
}


.collapseactive, .collapsible:hover {
  background-color: #262626;
}

.collapsecontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #000;
  border: 2px solid #fff;
}

.collapsecontent:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapseactive:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}




/* -------- NEWS STUFF -------- */
#newsbox{
background-color: #212121;
width: 260px;
height: 558px;
padding: 15px;
display: inline-block;
vertical-align: top;
font-size: 10px;
}

#newstitle{
	font-weight: bold;
  background-color: #D8D8D8;
  line-height: 0;
  margin-top: 5px;
}

#newspost{
  line-height: 1.2;
  padding: 5px;
  background-size: 255px;
  background-repeat: no-repeat;
	background: #151319;
	margin-bottom: 2px;
	border: 8px solid;
	  border-image: url("../../img/assets/window/contentborder.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 12px;
	  border-image-repeat: stretch;
	  border-radius: 50px;
	  border-bottom-width: 0px;
}

#newstext{
	margin-bottom: 4px;
}

#newsfeed{
	overflow: auto;
	height: 130px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2D2D3D; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #868699; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #C3C3CC; 
}



/* ------ IMAGE STUFF ------ */
img:link {
	-webkit-filter: brightness(120%);
    transition: all .3s;
}

img {
    transition: all .3s;
}
 

 
/* ------ Is this bonus? ------ */
 .grid {
  display: flex;
  flex-wrap: wrap; /*makes the grid "responsive"*/
}

.reveal {
  display: flex;
  flex: 1 1 92px; /*last value must be picture width*/
  height:132px; /* picture height*/
  margin: 20px; /*aesthetic only*/
  position: relative;
}

.top, .bottom {
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 50%; /*centers pictures inside flex children (.reveal divs)*/
  transform: translate(-50%, 0); /*see above*/
}

.reveal:hover .top {
  opacity: 0;
  transition: 0;
}

div.contgallery {
  margin: 6px;
  border: 1px solid #fff;
  width: 184px;
  padding: 8px;
  float: left
}


   .noselect { 
    user-drag: none;
    -webkit-user-select: none; /* Safari, Chrome */
    -webkit-user-drag: none;
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE */
    user-select: none; /* CSS3 */
    } 



#meimage{
    position: absolute;
	top: 5px;
	left: 553px;
}

#mcontent{
	width: 600px;
	position: absolute;
	text-align: left;
	margin-right: 0;
}

#buttonsindex img {
width: 65px;
}


/*WAVE TEXT ANIM*/

.waveletter {
  position: relative;
  display: inline-block;
  top: -0.05em;
  left: -0.05em;
  /*transform: rotate(var(--degree)) translateX(0.5em) rotate(calc(var(--degree) * -1));*/
  animation: orbit 1s linear infinite;
  -webkit-animation: orbit 1s linear infinite;
}
@keyframes orbit {
  from {
	  transform: rotate(0deg) translateX(0.08em) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(0.08em) rotate(-360deg);
	}
}
@-webkit-keyframes orbit {
  from {
	  transform: rotate(0deg) translateX(0.08em) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(0.08em) rotate(-360deg);
	}
}







/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 400px 400px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 400px 400px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 400px 400px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 400px 400px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 400px 400px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 400px 400px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 400px 400px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 400px 400px;
  }
}

@keyframes slide {
  0% {
	  background-position-x: 0;
  }
  100% {
	  background-position-x: -1079px;
  }
}


