@charset "utf-8";
/* CSS Document */


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerdiv {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #999;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.slideshowcontainer {
	width:100%;
	max-height:400px;
	margin-top:186px; 
	background-color:#000;
	box-shadow:0px 10px 18px #000;
	position:relative
}

.slideshowtext {
	background-color:rgba(0,0,0,0.7);
	width:100%;
}

.slideshowimage {
	width: 100%; 
    height: 400px;
    object-fit: cover;
	object-position: 0px 20%;
}

.maindiv {
	max-width:1000px;
	border-style:solid;
	border-width:1px;
	box-shadow:10px 10px 18px #000;
}

.discorddiv {
	color:#e68a00; 
	max-width:800px;
	background-color:rgba(0,0,0,0.5);
}
	

