
/* Main */

* {
	box-sizing: border-box;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

body {
	font-family: Helvetica;
	margin: 0;
  background-color:#ffc412;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
}

h1 {
	font-size: 2.5em;
	margin: 0;
}

a {
	text-decoration: none;
	color: white;
}

h2 {
	font-size: 2.45em;
	text-align: center;
}

.btn {
	padding: 15px;
	background: #ffc412;
	color: white;
	display: inline-block;
}

/* Header */

/*NAV*/
.yellow{
    color: #ffc412;
}
.nav-items li:not(:first-child) {
	display: none;
}

.icon {
	top: 0;
	right: 0;
	margin: 30px 30px 0 0;
	position: absolute;
	cursor: pointer;
}

.mnav.responsive {
	margin-top: 70px;
	display: inline-flex;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	flex-direction: column;
	color: white;
	background-color: #141414;
	font-size: 1em;
	padding: 20px;
}

.i {
	list-style: none;
	padding: 5px;
}


.nav-items {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	align-items: center;
}
.mnav {
	display: none;
}
.log {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	order: -1;
}
.logo {
	height: 90px;
	transition-duration: 0.5s;
    transform: scale(0.9);
	margin: 8px 80px;
}
.logo:hover {
    transform: scale(1);
}

.nav {
	width: 100%;
    border: none;
    border-radius: 15px;
 background-color: #1c1c1c;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
    box-shadow: 0 2px #ffc412,
    10px 10px 13px #141414,
    -10px -10px 13px #222222,
    inset 1px 1px 3px #656565;
	color: white;
	display: flex;
    position:fixed;
    top:0%;
    left:0%;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
	z-index: 9;
}
.h {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
	width: 100px;
	color: white;
	font-weight: 600;
	cursor: pointer;
	background: #ffc412;
	margin: 0 5px 0 5px;
	height: 100%;
}

.overlay {
	position: absolute;
	bottom: 0;
	background: #ffc412;
	width: 100%;
	height: 0%;
	transition: all 0.7s ease-in-out;
	z-index: -1;
}

.h:hover .overlay {
	height: 100%;
}

/*NAV*/
/* Phone style */
@media (orientation: portrait) {
.hero {
	height: 100vh;

  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    );
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}
}

/* Desktop Styles */
@media (orientation: landscape) {
.hero {
	height: 100%;

  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    );
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}
}

@media (orientation: landscape) {
.rules-box {
  width: 50%;
  padding: 15px;
  text-align: left;
}
}

@media (orientation: portrait) {
.rules-box {
  width: 50%;
  padding: 15px;
  text-align: left;
}
}


.tutorial-box {
  width: 70%;
  padding: 15px;
  border: 1px solid gray;
  margin: 0;
  text-align: left;
}

.ban-box {
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: left;
  color: red
}

.warn-box {
  font-size: 13px;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: left;
  color: orange
}

.info-box {
  font-size: 14px;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: left;
  color: #33ee2a
}

#rls {
	color: white;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    
    display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

}


.rules {
	height: 100vh;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),
	url("../img/rules_1.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}
.tutorial {
    height: 15vh;
	background-size: cover;
	background-attachment: fixed;
	text-align: left;
    margin-left: 10px;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.tutorial-text {
	text-align: left;
    margin-left: 100px;

	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: left;

	color: white; 
}

#links
a.five:link {text-decoration:none;}
a.five:visited {text-decoration:none;}
a.five:hover {color:#4af1fe;text-decoration:underline;}

.news {
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)),
	url("../img/4_0.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.hist {
	text-align: left;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: left;

	color: white;
}

.unban {
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)),
	url("../img/new_3.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.helper {
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)),
	url("../img/kp.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.yt {
	height: 100vh;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)),
	url("../img/yt.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.info {
	font-size: 1.3em;
}

.info span {
	color: #ffd502;
	font-weight: bold;
}

/* Description */

@media (orientation: portrait) {
#description {
    width: 100%;
    color: white;
	display: flex;
	justify-content: center; 
	align-items: center;
	margin: 45px 0;
	flex-wrap: wrap;

  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    }
}    

@media (orientation: landscape) {
#description {
    width: 100%;
    color: white;
	display: flex;
	justify-content: center; 
	align-items: center;
	margin: 45px 0;
	flex-wrap: wrap;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    }
}

@media (orientation: portrait) {
#description div {
	padding: 20px 50px;
	width: 100%;
	text-align: center;
}
}

@media (orientation: landscape) {
#description div {
	padding: 20px 50px;
	width: 80%;
	text-align: center;
}
}
#description div i {
	transition-duration: 0.6s;
}

#description div i:hover {
	transform: scale(1.09);
}

#description div span {
	font-size: 1.05em;
	letter-spacing: 1.2px;
}

/* Our Games */

#games {
	color: white;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
}

@media (orientation: landscape) and (min-width: 1600px) {
.game {
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	padding: 40px 400px;
    background-color: rgba(255, 255, 255, 0);
}
}


@media (orientation: landscape) and (max-width: 1599px) {
.game {
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	padding: 40px 80px;
    background-color: rgba(255, 255, 255, 0);
}
}

@media (orientation: portrait) {
.game {
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	padding: 40px 50px;
    background-color: rgba(255, 255, 255, 0);
}
}

@media (orientation: landscape) {
.l {
	text-align: left;
}
}
@media (orientation: portrait) {
.l {
	text-align: center;
}
}

@media (orientation: landscape) {
.r {
	text-align: right;
}
}
@media (orientation: portrait) {
.r {
	text-align: center;
}
}


#games h2,
.game h3 {
	letter-spacing: 1.2px;
}

#games h2 {
	margin: 0;
	padding: 40px 0 0 0;
}

.game h3 {
	font-size: 1.6em;
}

.game div {
	margin: 0 30px;
	font-size: 0.95em;
	line-height: 1.4em;
}

hr {
	background: white;
	height: 1px;
	width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Staff */
.staff-team {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 15px auto 15px auto;
	width: 95%;
}

.staff {
    color: white;
	padding: 20px 0;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
	margin: 45px 0;
}

.staff h2 {
	margin-top: 0;
}

@media (orientation: landscape) {
.staff-team > div {
    border: none;
    border-radius: 5px;
	padding: 5px;
	margin: 5px;
	background: #2e2e2e;
    box-shadow:  7px 7px 8px #222222, 
             -7px -7px 8px #343434;
	color: white;
	text-align: center;
	transition: all ease 0.3s;
	width: 100px;
	font-size: 10px;
	z-index: 5;
}
}
@media (orientation: portrait) {
.staff-team > div {
	padding: 15px;
	margin: 25px;
	background: #2e2e2e;
    box-shadow:  7px 7px 8px #222222, 
             -7px -7px 8px #343434;
	color: white;
	text-align: center;
	transition: all ease 0.3s;
	width: 75%;
	font-size: 10px;
	z-index: 5;
}
}

.staff-team > div:hover {
    transform: translateY(-8px);
}

.staff-team img {
	width: 50px;
	margin-top: 20px;
    border: none;
    border-radius: 5px;
}

.ma {width: 78%; background: #f44141;}
.mb {width: 96%; background: #33af33;}
.mc {width: 98%; background: #4286f4;}

.owner,
.admin,
.girl,
.ctmoder,
.moder{
	padding: 12px;
}

.owner {background-color: rgba(255, 166, 0, .7);}


@media (orientation: landscape) {
.kp {
    text-align: left;
    padding: 8px;
    border: none;
border-radius: 17px;
background: #808080;
box-shadow: inset 5px 5px 5px #656565, 
            inset -5px -5px 5px #9b9b9b;
    transition: 0.4s;
    margin: 20px;
    font-size: 1.5em;
    padding-bottom: 15px;
}
}
@media (orientation: portrait) {
.kp {
    text-align: left;
    padding: 8px;
    border: none;
border-radius: 17px;
background: #808080;
box-shadow: inset 5px 5px 5px #656565, 
            inset -5px -5px 5px #9b9b9b;
    transition: 0.3s;
    margin-top: 15px;
    font-size: 1.5em;
}
}
.kp:hover {
    box-shadow: -5px -3px rgba(255, 196, 18, .6), 5px 3px rgba(247, 189, 16, .6);
border-radius: 17px;
background: #1f1f1f;
box-shadow: inset 5px 5px 5px #181818, 
            inset -5px -5px 5px #262626;
}

.admin {background-color: rgba(171, 0, 0, .5);}
.girl {background-color: rgba(255, 102, 248, .5);}
.moder {background-color: rgba(59, 211, 42, .5);}
.ctmoder {background-color: rgba(69, 208, 191 , .5);}

/* Announcement */

#announcement {
	text-align: center;
	color: white;
}
@media (orientation: landscape) {
.an-img {
	width: 100%;

  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
	padding: 4% 2%;
}
}
@media (orientation: portrait) {
.an-img {
	width: 100%;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
	padding: 3% 2%;
}
}


.an-t {
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 0 30px;
}

/* Contact Us */

#contact {
    color: white;
	text-align: center;
    padding-bottom: 40px;
}

#contact h2 {
	margin-top: 8px;
}

#contact h3 {
	margin-top: 8px;
}

#contact p {
	font-size: 0.9em;
}

#news {
    color: white;
	margin: 50px 444px;
	text-align: center;
}

#news h2 {
	margin-top: 8px;
}

#news h3 {
	margin-top: 8px;
}

#news p {
	font-size: 1.2em;
    margin: 60px
}

#hist {
    color: white;
	margin: 50px 444px;
	text-align: left;
}

#hist h2 {
	margin-top: 8px;
}

#hist h3 {
	margin-top: 8px;
    font-size: 2.2em;
    text-align: center;
}

#hist p {
	font-size: 1.2em;
    margin: 15px
}
/* Footer */

footer {
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
  background-color:#141414;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.05) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    );
	padding: 1%;
}

footer img {
	width: 100px;
    vertical-align: middle;
}

footer a {
    color: #ffc412;
	text-decoration: underline;
}


@media(min-width: 900px) {
	/*NAV*/
	.nav {
		position: fixed;
	}
	.log {
		order: 0;
		width: 100%;
	}
	.nav-items li:not(:first-child) {
		display: flex;
	}
	.nav-items li:first-child {
		display: none;
	}
	.nav-items {
		justify-content: center;
	}

	/*END NAV*/


	#contact p {
		font-size: 1.5em;
	}
	.hero {
		padding-top: 100px;
		height: 100vh;
	}
	.gimg {
		height: 40%;
	}

@media (orientation: landscape) {
	.game-img {
	width: 100%;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
	padding: 40px 50px;
}
}

@media (orientation: portrait) {
	.game-img {
	width: 100%;
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
	padding: 40px 50px;
}
}
	.game {
		flex-wrap: nowrap;
	}
	.game h3 {
		font-size: 1.8em;
	}
	.game div {
		line-height: 1.5;
		font-size: 1.15em;
	}
	#description {
		flex-wrap: nowrap;
	}
	#description div {
		width: 28%;
	}
    h4 {
		font-size: 3.85em;
	}
	h2 {
		font-size: 2.85em;
	}

	.h {
		padding: 0 6px;
		margin-right: 5px;
		width: 137px;
		font-size: 1.2em;
		background: none;
		height: 100px;
	}
	h1 {
		font-size: 4.8em;
	}
	.border {
        padding: 15px;
        border: 7px solid gray;   
    }
	.staff-team img {
		width: 170px;
	}
	.staff-team > div {
		padding: 13px;
		width: auto;
		font-size: 18px;
	}

	.staff {
		padding: 40px 0;
	}

	.an-t {
		font-size: 1.15em;
	}
}
/* sidepanel */

 /* The sidepanel menu */

.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 10%; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  text-align: center;
}

.expand{
  position:relative;
  text-decoration:none;
  display:inline-block;
}
.expand:after {
  display:block;
  content: '';
  border-bottom: solid 3px #ffc412;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin:100% 50%
}
.expand:hover:after { 
  transform: scaleX(1);
  transform-origin:0 50%;
}

.sidepanel a{
  position:relative;
  text-decoration:none;
  display:inline-block;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.5s;
  margin-right: auto;
  margin-left: auto;
  width: 500px;
}
.sidepanel a:after {
  align-self: center;
  display:block;
  content: '';
  padding-bottom: 15px;
  border-bottom: solid 2px #2e2e2e;  
  transform: scaleX(0);  
  transition: transform 500ms ease-in-out;
  transform-origin:100% 50%
}
.sidepanel a:hover:after { 
  transform: scaleX(1);
  transform-origin:0 50%;
}
/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;\
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
/* Mobile Styles */
@media (orientation: portrait) {
.openbtn {
  font-size: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  padding: 10px 15px;
  border: none;
  position: absolute;
  transition: all ease 0.3s;
}
}

/* Desktop Styles */
@media (orientation: landscape) {
.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  padding: 10px 15px;
  border: none;
  position: absolute;
  transition: all ease 0.3s;
}
}

@media (orientation: portrait) {
.light {
  font-size: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  padding: 10px 15px;
  border: none;
  right: 10px;
  position: absolute;
}
}

/* Desktop Styles */
@media (orientation: landscape) {
.light {
  font-size: 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  padding: 10px 15px;
  border: none;
  right: 10px;
  position: absolute;
}
}

@media (orientation: portrait) {
.dark {
  display:none
}
}

/* Desktop Styles */
@media (orientation: landscape) {
.dark {
 display:none
}
}

.openbtn:hover {
  color: #ffc412;
  transition: all ease 0.3s;
} 

/* carousel */

.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* donate */

.donate-text {
	color: white;
	text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: center;
    line-height: auto;
}

.donate-img {
	width: 35px;
	margin-top: 5px;
}

.buy-button {
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff;
 cursor: pointer;
 border: none;
 padding: 25px;
 width: 95%;
 transition: 0.5s;
 border-radius: 15px;
}

.buy-button-inactive {
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 background-color: #fff;
 cursor: no-drop;
 border: none;
 padding: 25px;
 width: 95%;
 transition: 0.5s;
 border-radius: 15px;
}

.buy-button:hover {
 background-color: #212121;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff
}

.donate-button {
 color: #fff;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.05) 50px,
      transparent 0px,
      transparent 100px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 50px,
      transparent 0px,
      transparent 100px
    );
 cursor: pointer;
 border: none;
 padding: 8px;
 width: 49%;
 transition: 0.5s;
 border-radius: 4px;
 margin-bottom: 15px;
}

.donate-button:hover {
 background-color: #212121;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 50px,
      transparent 0px,
      transparent 100px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 50px,
      transparent 0px,
      transparent 100px
    );
 color: #fff
}

.donate-button-active {
 background-color: #ffc412;
}

.donate-button-active:hover {
 box-shadow: inset 0 0 0 3px #fff;
 background-color: #000;
 color: #fff
}

.emoji {
 background-color: #ff0000;
}

.gray {
 background-color: #7e7e7e;    
}

.miner {
 background-color: #11e6f8;
}

.lore {
 background-color: #37ee37;
}

.magic {
 background-color: #AA00AA;
}

.wolf {
 background-color: #5555FF;
}

.gold {
 background-color: #FFAA00;
}

.miner-text {
 color: #55FFFF;
}

.lore-text {
 color: #55FF55;
}

.magic-text {
 color: #AA00AA;
}

.wolf-text {
 color: #5555FF;
}

.gold-text {
 color: #FFFF55;
}

.dark-gray {
 color: #555555;
}

@media (orientation: landscape) {
.donate-sector {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px auto 10px auto;
	width: 95%;
}
}

@media (orientation: portrait) {
.donate-sector {
	margin: 20px auto 10px auto;
	width: 100%;
}
}

@media (orientation: portrait) {
.donate-sector > div {
    padding: 13px;
    width: 350px;
    font-size: 18px;
}
}

@media (orientation: landscape) {
.donate {
    color: white;
	padding: 20px 0;
    box-sizing: content-box; 
    margin-top: 100px;
}
}

@media (orientation: portrait) {
.donate {
    color: white;
	padding: 20px 0;
    box-sizing: content-box; 
    margin-top: 100px;
}
}

.donate h2 {
	margin-top: 0;
}

@media (orientation: landscape) {
.donate-sector > div {
	padding: 10px;
	margin: 5px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	text-align: center;
	transition: all ease 0.3s;
	width: 100px;
	font-size: 10px;
	z-index: 5;
}
}
@media (orientation: portrait) {
.donate-sector > div {
	padding: 10px;
	margin: 5px;
	background-color: rgba(0,0,0,0.4);
	color: white;
	text-align: center;
	transition: all ease 0.3s;
	width: 80%;
	font-size: 10px;
	z-index: 5;
}
}

.donate-sector img {
	width: 50px;
	margin-top: 15px;
}

.donate-sector img {
    width: 170px;
}

@media (orientation: landscape) and (max-width: 1950px) {
.donate-sector > div {
    padding: 13px;
    width: 350px;
    font-size: 18px;
}
}

@media (orientation: landscape) and (min-width: 1951px) {
.donate-sector > div {
    padding: 13px;
    width: auto;
    font-size: 18px;
}
}

@media (orientation: portrait) {
.donate-sector > div {
    padding: 13px;
    width: auto;
    font-size: 18px;
}
}

.donate {
    padding: 20px 0;
  background-color:#141414;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.05) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    );
}

.input {
  border: 2px solid #fff;
  font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
}

/* wiki */
@media(max-width: 900px) {
.wiki-p {
  padding: 20px;   
  font-family: Arial, Helvetica, sans-serif;
}  
}

@media(min-width: 901px) {
.wiki-p {
  padding: 100px;   
  font-family: Arial, Helvetica, sans-serif;
}  
}

.wiki {
    
}

.wiki > a {
  font-size: 25px;
}

@media(max-width: 900px) {
.wiki-block > a {
  font-size: 20px;
  margin-left: 2px;
  margin-right: 50px;
}
}

@media(min-width: 901px) {
.wiki-block > a {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 50px;
}
}

.wiki-block {
  border: 1px solid gray;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #2b2b2b;
  padding: 25px;
  border-radius: 25px;
  transition: all ease 0.7s;
}

.rules-block {
  border-radius: 25px;
  border: 1px solid #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
background: linear-gradient(145deg, #272727, #2e2e2e);
box-shadow:  10px 10px 20px #272727, 
             -10px -10px 20px #2e2e2e;
  padding: 25px;
  transition: all ease 0.7s;
  width: 70%;
  word-wrap: break-word;
}

.rules-click {
  margin-right: 5px;
}

.wiki-block:hover {
  background-color: #000;
}

.wiki-link {
  text-decoration: underline;
  cursor: pointer;
  transition: all ease 0.7s;
}

.wiki-link:hover {
	color: #ffc412;
}

.wiki-p > img {
    border-radius: 35px;
    text-align: center;
    width: 100%;
}

@media(max-width: 900px) {
.rule-hidden {
  position: absolute;
  display: none;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0);
  transition: all ease 0.7s;
  z-index: -1;
}

.rule-middle-1 {
  position: relative;
  display: block;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0);
  transition: all ease 0.7s;
  z-index: -1;
}

.rule-middle-2 {
  position: relative;
  display: block;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0);
  transition: all ease 0.7s;
}

.rule-visible {
  display: block;
  height: 100%;
  opacity: 1;
  transform: scale(1, 1);
  transition: all ease 0.7s;
}
}

@media(min-width: 901px) {
.rule-hidden {
  position: absolute;
  display: none;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0) skew(15deg) translate(0, -50px);
  transition: all ease 0.7s;
  z-index: -1;
}

.rule-middle-1 {
  position: relative;
  display: block;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0) skew(15deg) translate(0, -50px) rotate(-25deg);
  transition: all ease 0.7s;
  z-index: -1;
}

.rule-middle-2 {
  position: relative;
  display: block;
  height: 0em;
  opacity: 0;
  transform: scale(1, 0) skew(-15deg) translate(0, -50px) rotate(-25deg);
  transition: all ease 0.7s;
}

.rule-visible {
  display: block;
  height: 100%;
  opacity: 1;
  transform: scale(1, 1) skew(0deg) translate(0, 0) rotate(0deg);
  transition: all ease 0.7s;
}
}

.inactive {
 cursor: no-drop;
 opacity: 0.5; 
}

.active {
 cursor: pointer;
}

.rotated-r {
  transform: rotate(90deg);
  transition: all ease 0.7s;
}

.rotated-n {
  transition: all ease 0.7s;
}

.link {
  text-decoration: underline;
  color: #fff;
  transition: all ease 0.7s;
}

.link:hover {
  text-decoration: underline;
  color: #ffc412;
  transition: all ease 0.7s;
}

.red {
  color: #cc0000;   
}

.rules-multiple {
  font-size: 15px;
  margin-left: 15px;
}

.copy-cmd {
  color: gray;
  padding: 10px;
  transition: all ease 0.7s;
}

.copy-cmd:hover {
  color: #fff;
  cursor: pointer;
  transition: all ease 0.7s;
}

.green {
  color: #03c400;   
}

.blur {
  color: red;
  filter: blur(5px);  
  transition: all ease 0.3s;
}

.blur:hover {
  color: #fff;
  filter: blur(0);  
  transition: all ease 0.3s;
}

@media(min-width: 550px) {
.nickname {
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    height:96.1vh;
    color:white;
    align-items: center;
    text-align: center;
}
}

@media(max-width: 900px) {
      .nickname {
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    height:96.6vh;
    color:white;
    align-items: center;
    text-align: center;
} 
}

@media(max-width: 549px) {
  .nickname {
  background-color:#2e2e2e;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.005),
      rgba(0,0,0,0.005) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.01),
      rgba(0,0,0,0.01) 100px,
      transparent 0px,
      transparent 200px
    );
    height:95.1vh;
    color:white;
    align-items: center;
    text-align: center;
}  
}

@media(min-width: 550px) {
.nick-input {
  border: 2px solid #fff;
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
}
}

@media(max-width: 549px) {
.nick-input {
  width: 80%;
  border: 2px solid #fff;
  font-size: 35px;
  color: #fff;
  line-height: 1.5;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
}
}

@media(max-width: 899px) {
.nick-h2 {
    display:block;
    padding-top: 20%
}
}

@media(min-width: 900px) {
.nick-h2 {
    display:block;
    padding-top: 13%
}
}




@media(min-width: 550px) {
.toshop-button {
  background-color:#ffc412;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff;
 cursor: pointer;
 border: none;
 padding: 8px;
 width: 450px;
 height: 70px;
 transition: 0.5s;
 border-radius: 10px;
 margin-bottom: 15px;
 margin-top: 15px;
}

.toshop-button:hover {
 background-color: #212121;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff;
 width: 500px;
 height: 75px;
}
}


@media(max-width: 549px) {
.toshop-button {
  background-color:#ffc412;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff;
 cursor: pointer;
 border: none;
 padding: 8px;
 width: 80%;
 height: 70px;
 transition: 0.5s;
 border-radius: 10px;
 margin-bottom: 15px;
 margin-top: 15px;
}

.toshop-button:hover {
 background-color: #212121;
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.1),
      rgba(0,0,0,0.1) 100px,
      transparent 0px,
      transparent 200px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(0,0,0,0.2),
      rgba(0,0,0,0.2) 100px,
      transparent 0px,
      transparent 200px
    );
 color: #fff
}
}

.shadow {
    text-shadow: 10px 10px 13px #141414,
    -10px -10px 13px #222222;
}

.shadow-white {
    text-shadow: 0.1px 0.1px 10px #fff,
    -0.1px -0.1px 10px #bfbfbf;
}

.case-numbers { 
  border: 2px solid #fff;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;   
}
