@charset "utf-8";
/* CSS Document */

html{
background-size:auto;
}



body{
	background-color:#353232;
	position:relative;
	
}

.nav{
	font-family:"Turret Road";
	font-style:"Bold";
	font-weight:"700";
	
}


a:link{
	color:black;
	text-decoration:none;
}

a:visited{
	color:#9E30FF;
}

a:hover{
	text-decoration:underline;
	opacity:0.5;
}

#wrap1{
text-align:center;
max-width:1500px;
min-width:700px;
margin-left:-7px;
margin-right:-7px;
	margin-top:-10px;
background-color:#BEFA4A;
padding:40px;
	
}

.container{
	
	border-radius:80px;
	background-color: white;
	width:70%;
	margin-top:5px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:-5px;
	padding-right:20px;
	position:left;
	float:right;
	border-style: solid;
	border-width:7px;
	border-color:#9E30FF;
	
}

.img{
	float:left;
}

.container2{
	color:black;
	background-color:#72D5ED;
	border-radius: 50px;
	text-align:center;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	font-family:"DM Mono";
	
	
}

.container3{
	background-color:white;
	border-radius:100px;
	border:solid;
	border-color:#E83399;
	border-width:10px;
	padding-top:10px;
	text-align:center;
	width:1000px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	font-size:20px;
	overflow:auto;
	font-family:"DM Mono";
	
}

.dl{
	text-align:right;
}

.text{
	font-family: "DM Mono";
	color:black;
	background-color:white;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:50px;
	padding-right:50px;
	border-radius:100px;
	overflow:auto;
	font-size:15px;
	border-style:solid;
	border-color:#E83399;
	border-width:7px;
	position:fixed;
}


.wrap2{
	display:flex;
	color:white;
	font-family:"DM Mono";
	
}

.wrap2 div{
	margin:15px;
}



.row > .column {
  padding:  -5px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #E83399;
	
}

#modal img{
	
	display:flex;
}


.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.caption-container {
  text-align: center;
  padding-top: 2px;
	 padding-right:auto;
	padding-left:auto;
  color: black;
	overflow: auto;
	margin:20px;
	
}

#caption{
	font-family:"DM Mono";
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mySlides {
	display:none;
	margin-right:auto;
	margin-left:auto;
}



#container4{
	font-family:"DM Mono";
	font-size:15px;
	color:black;
	border:solid;
	border-radius:60px;
	border-color:#72D5ED;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	border-width:7px;
	background-color:white;
	text-align:center;
	
}

#container4-content{
	
	
}

.container5{
	padding:auto;
	font-family:"DM Mono";
	color:white;
}
	
