@charset "utf-8";
/* CSS Document */
.menu a:link {
color:rgb(231, 51, 255);
background-color:transparent;
Text-decoration:underline;
}
.menu a:visited {
color:rgb(229, 31, 255);
background-color:transparent;
text-decoration:underline;
}
.menu a:hover {
color:rgb(229, 31, 255);
background-color:transparent;
text-decoration:underline;
}	
.menu a:active {
color:rgb(141, 207, 19);
background-color:transparent;
text-decoration:underline;
}
a:link {
color:rgb(141,207,19);
background-color:transparent;
Text-decoration:none;
}
a:visited {
color:rgb(88,160,16);
background-color:transparent;
text-decoration:none;
}
a:hover {
color:rgb(88,160,16);
background-color:transparent;
text-decoration:none;
}	
a:active {
color:rgb(226,10,255);
background-color:transparent;
text-decoration:none;
}
* {
box-sizing: border-box;
  }

body {
Background-color:black;
overflow: auto;
}

.columnleft {
  margin-left:3.5%;
  float: left;
  }


.columnmid {
float: left;
margin-left:1.5%;
	  margin-top: 1.5%;
	 width: 60%;
}

.columnright {
	margin-left:1.5%;
  margin-right:3.5%;
  float: right;
  }

.photos {
  display: none;
}

.clearfix::after {
content: "";
clear: both;
display: table;
}

.cntnt {
width: 750px;
float:right;
color:white;
}
.content {
  color:white;
  margin-bottom:2.5%;
background-color:rgb(53,0,108);
	border: 0.3vw solid rgb(79,0,152);
  font-family: 'Courier New', sans-serif;
	float:center;
}

.clearfix::after {
content: "";
clear: both;
display: table;
}

.line {
float: left;
padding: 0;
margin-bottom:1.5%;
font-family: 'Courier New', sans-serif;
	width:31.5%;
	margin-left:1.5%;
}

.lin {
	float: left;
padding: 0;
margin-bottom:1.5%;
font-family: 'Courier New', sans-serif;
	width:48%;
	margin-left:1.5%;
	
}

.menu {
	margin-top:1.5%;
	font-family: 'Courier New', sans-serif;
	width:15%;
}

.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hor {
	
	
}
.menu li {
padding: 1%;
margin-bottom: 1.5vw;
background-color: rgb(79,0,152);
color: white;
border:0.3vw solid rgb(203,0,232);
	font-size:1vw;
	text-indent:2.5vw;
}

.menu lin {
	height:0.5vw;
}
.mnu {
width: 750px;
	margin-right:25px;
	margin-top:25px;
}

.mnu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.mnu li {
padding: 5px;
margin-bottom: 25px;
background-color: rgb(203,0,232);
color: white;
}


.show {
  display: block;
}

.btn {
border: 0.3vw solid rgb(141, 0, 192);
outline: none;
padding: 0.3vw 2.5vw;
background-color:rgb(110, 0, 172);
cursor: pointer;
font-family: 'Courier New', sans-serif;
Color:white;
font-size:1vw;
}

.btn:hover {
	border: 0.3vw solid rgb(110, 0, 172);
background-color:rgb(79,0,152);
Color:white;
}

.btn:active {
	border: 0.3vw solid rgb(203, 0, 232);
background-color:rgb(141, 0, 192);
}

.clmn {
float: center;
width: 16%;
}

.clmn:hover {
float: center;
}

.clmn img {
opacity: 1; 
cursor: pointer; 
Border:0.3vw solid rgb(32, 0, 64);
}

.clmn img:hover {
opacity: 0.75;
Border:0.3vw solid rgb(110, 0, 172);
}
.clmn img:active {
opacity: 0.5;
border: 3px solid rgb(203,0,232);
}

.row:after {
content: "";
display: table;
clear: both;
}

.container {
position: relative;
display: none;
}

.closebtn {
position: absolute;
top: 1vw;
right: 5vw;
color: white;
font-size: 15px;
width: 5px;
cursor: pointer;
}
.closebtn:hover,
.closebtn:focus {
  opacity:0.6;
}

.topnav {
  overflow: hidden;
  background-color: rgb(203,0,232);
  font-family: 'Courier New', sans-serif;
  width:100%;
  border:0.3vw solid rgb(141,0,192);
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 0.1% 2.5vw;
  text-decoration: none;
  font-size: 1vw;
}

.topnav a:hover {
  background-color: rgb(226,10,255);
  color: white;
}

.topnav a.split {
  float: right;
  color: white;
}

.ads {
	width: 90%;
	border: 0.3vw solid rgb(203,0,232);
}

#warning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,0,20, 0.95);
    display: none; /* Hide by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.warning {
    text-align: center;
    width: 60%;
    padding: 5% 5% 5% 5%;
    border: 0.3vw solid rgb(203, 0, 232);
    background-color: rgb(79, 0,152);
	float:center;
	margin-left:20%;
	margin-right:20%;
	margin-top:10%;
	margin-bottom:10%;
}
.warning p2 {
    font-size: 3vw;
    color: white;
	text-decoration:underline;
	text-decoration-color:white;
	font-family: Courier New, sans-serif;
}
.warning p {
    margin: 1.5vw;
	font-size:2vw;
    color: white;
	font-family: Courier New, sans-serif;
}
.warningbutton {
    display: flex;
    justify-content: space-between;
    gap: 1.5vw;
	cursor: pointer;
}
.warningbutton a {
    text-decoration: none;
    color: white;
    background-color: transparent;
    padding: 1.5vw 8.5vw;
    font-weight: bold;
	font-size:1.5vw;
	border:transparent;
	font-family: Courier New, sans-serif;
}
.warningbutton a:hover{
	
	opacity:0.6;
}
.warningbutton a.leave {
    background-color: transparent;
	border:transparent;
}
.warningbutton a.leave:hover {
    opacity:0.6;
}
.warningbutton a.shop {
    background-color: transparent;
	border:transparent;
	color:rgb(141, 207, 19);
	text-decoration:underline;
	padding:0vw;
}

.warningbutton a.shop:hover {
    color: rgb(88, 160, 16);
}

::-webkit-scrollbar {
  width: 1vw;
}

::-webkit-scrollbar-track {
	background: rgb(53, 0, 108);
}
 
::-webkit-scrollbar-thumb {
  background: rgb(203, 0, 232); 
      border:0.3vw solid rgb(141, 0, 192);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(141, 0, 192); 
      border:0.3vw solid rgb(110, 0, 172);
}

::-webkit-scrollbar-thumb:active {
  background: rgb(141, 207, 19); 
      border:0.3vw solid rgb(88, 160, 16);
}

::-moz-selection {
  color: rgb(10, 0, 20);
  background: rgb(203, 0, 232);
}

::selection {
  color: rgb(10, 0, 20);
  background: rgb(203, 0, 232);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5vw;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(10,0,20, 0.95);
}

.modal-content {
  position: relative;
  background-color:rgb(53,0,108);
	border: 0.3vw solid rgb(79,0,152);
  font-family: 'Courier New', sans-serif;
	color:white;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

.mySlides {
  display: none;
}


.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 5vw;
  padding-top: 2.5vw;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
	text-align:center;
  -webkit-user-select: none;
}

.next {
  right: 0;
}

.prev:hover,
.next:hover {
  opacity:0.6;
}

