head {
	background-color: darkgreen;
	color: white;
	font-family: 'Times New Roman', serif;
}

title {

}

body {
	background-color: darkgreen;
	color: white;
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	background-image: url("images/network.gif");
}

a {
	color: white;
	font-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 40px;
}

b {
	color: white;
	font-size: 20px;
	font-align: center;
}

.intro {
	position: center;
	border: 2px solid white;
	padding: 10px;
	text-align: center;
	align: center;
	background-color: black;
	opacity: .95;
}

.indexheader {
	width: 50%;
	height: 20%;
	float: right;
	border: 3px solid black;
}

textarea {
	color: Black;
}

.tab {
	overflow: hidden;
	border: 1px solid white;
	background-color: lightgray;
}

.tab button {
	background-color: inherit;
	float: left;
	border: 1px solid black;
	cursor: pointer;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 14px;
}

.tab button:hover {
		background-color: blue;
		color: white;
}

.tab button.active {
	background-color: white;
	color: black;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.gamestab {
	overflow: hidden;
	border: 1px solid white;
	background-color: lightgray;
}

.gamestab button {
	background-color: inherit;
	float: left;
	border: 1px solid black;
	cursor: pointer;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 14px;
}

.gamestab button:hover {
		background-color: blue;
		color: white;
}

.gamestab button.active {
	background-color: white;
	color: black;
}

.gamestabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}