html { 
	width:100%; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	
	background-color: #FDF9F3;
	
	font-family: "Arial", "Times New Roman", Times, Sans-Serif;
}

body { 
	width:100%; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	
	background-color: #FDF9F3;
	/*background: linear-gradient(to top, blue, skyblue);*/
	
}

.slideshow-container {
	width: 100%;
	height: 100%;
}



/*Testing for tab content*/

.tab {
	overflow: hidden;
	border: 1px solid black:
	background-color: skyblue;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

.tab button:hover {
	background-color: blue;
}

.tab button.active {
	background-color: #FDF9F3;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border: none;
	
	animation: fadeEffect 1s;
}

@keyframes fadeEffect {
	from { opacity: 0; }
	to { opacity: 1; }
}

/*New Style*/
ul.navigation {
	z-index:  5;
}


.headerBox {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 50%;
	
	min-height: 300px;
	
	background: skyblue;
	/*background: linear-gradient(to top, blue, skyblue);*/

	/*background-image: url("snowfall.gif");*/
	
	margin: 0;
	z-index: 0;
		
}

/*Play Game Buttons*/
.descriptionHeader {
	position: absolute;
	top: 105%;
	
	width: 100%;
	text-align: center;
	color: white;
	
	padding-top: 0;
	padding-bottom: 5%;
	padding-left: 0;
	padding-right: 0;
	
	font-weight: bold;
	font-size: 65px;
}


.descriptionText {
	position: relative;
	top: 5%;
	left:: 0$;
	
	width: 100%;
	text-align: center;
	color: white;
	font-size: 36px;
	
}
.button_s {
	position: relative;
	top: 15px;
	left: 37.5%;
	padding: 0;
	padding-bottom: 1.5%;
	padding-top: 1.5%;
	width: 25%;
	height: 20%;
	margin: 0;
	padding:: 0;
	
	border: transparent;
	border-radius: 5%;
	
	background-color: #00ec15;
	color: white;
	font-weight: 1000;
}

.button_s:hover {
	background-color: #00fc15;
	cursor: pointer;
}

.playButton {
	
}

/*Video Controls*/
.headerBox:hover .headerVidControls {
	opacity: 1;
	transition: opacity .5s;
	
}

.headerBox:hover .headerControls {
	opacity: 1;
	transition: opacity .5s;
}

.versionHeader {
	font-size: 32px;
	
	
	border: none;
	border-bottom: 1px black solid;
	
}

.headerControls:hover {
	opacity: 1;
	transition: opacity .5s;
}

.headerVidControls {
	position: absolute;
	opacity: .3;
	transition: opacity  .5s;
	bottom: 0;
	/*top: -31.05%;*/
	width: 100%;
	height: 10%;
	
	background: linear-gradient(to top, black, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
	margin: 0;
	z-index: 1;
}

.headerControls {
	display: block;
	opacity: .3;
	
	transition: opacity .5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	
	border: none;
	
	
	background: linear-gradient(to bottom, black, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
	
}

.creditList {
	position: absolute;
	
	top: 100%;
	right: 0%;
	font-size: 16px;
	color: black;
	border: 1px solid black;
	padding: 17px;
	margin: 50px;
}

#image {
	position: relative;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	
}

.controlList {
	position: relative;
	background: transparent;
	margin: 0px;
}

.controlList li {
	list-style: none;
	position: absolute;
	top: 0;
	
	height: 32px;
	
	margin: 0;
	padding: 0;
	display: block;
	background: transparent;
}

.titleHeader {
	font-weight: normal;
	font-size: 10vw;
	color: white;
	text-align: center;
	margin: 0%;
	padding: 0%;
	
}

#backControl {
	transform: translate(0%, 0%);
	left: 0%;
	width: 32px;
	
	background: url("Icons/Icon.png") 0 0;
}

#volumeControl {
	transform: translate(-100%, 0%);
	left:  100%;
	width: 32px;
	background: url("Icons/VolumeIcon.png") 0px 0;
}

#volumeControl.active {
	background: url("Icons/VolumeIcon.png") 32px 0;
}

#username {
	transform: translate(-100%, 25%);
	left: 100%;
	text-align: center;
	overflow: none;
	
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	opacity: 100%;
	
	color: #FDF9F3;;
}


#volumeControl:hover {
	cursor: pointer;
}
.next, .prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.picture {
	display: none;
	
	position: relative;
	user-select: none;
	
	
	transform: translate(-50%, -50%);
	min-width: 341.5px;
	min-height: auto;
	left: 50%;
	top: 50%;
}

.headerBoxImage {
	position: absolute;
			
	transform: translate(0%, -50%);
	top: 53%;
	left: 15%;
	width: 200px;
	height: 200px;
	/*
	min-width: 15%; 
	min-height: 15%;
	*/
			
	border-radius: 50%;
			
	margin: 0;
			
	transition: top .5s;
			
}

.aft {
	position: block;
	top: 0%;
	left: 0%;
	color: red;
}
		
.text {
	position: absolute;
		
	transform: translate(-50%, -50%);
	top: 18%;
	left: 56%;
	/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
	
	color: white;
	background-color: transparent;
	
	font-weight: bold;
	font-size: 64px;
			
	text-align: left;
			
	transition: top .5s;
	transition: left .5s;
			
	transition: transform .5s;
	
	overflow: visible;
	white-space: nowrap;
}

.navigation {
		
	transition: opacity .5s;
}

.hideNavigation {
	display: none;
}

.hideHeader {
	display: none;
}
	
/*Old Style*/
header.header {
	width: 100%;
	height: 45%;
	background-color: skyblue;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	
	margin-top: 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	border: none;
}

ul.navigation {
	/*New additions*/
	position: absolute;
	top: 0%;
	left: 0%;
		
	width: 100%;
	height: auto;
	
	/* background-color: blue; */
	background: linear-gradient(to top, rgba(255, 0, 0, 0), blue);
	
	margin: 0%;
	padding: 0%;
	overflow: hidden;
	list-style-type: none;
	
	
}
.glaze {
	background: rgba(0, 0, 0, .15);
	opacity: 100%;
}
.glaze::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: black;
}

li.navigation {
	float: left;
	height: auto;
}

li.navigationr {
	float: right;
	height: auto;
}

li.navigation a {
	display: block;
	padding: 14px;
	background-color: transparent;
	text-decoration: none;
	color: white;
	transition: background-color 0.1s;
}

li.navigationr a {
	display: block;
	padding: 14px;
	background-color: transparent;
	text-decoration: none;
	color: white;
	transition: background-color 0.1s;
}

li.navigation a:hover {
	background-color: darkblue;
	transition: background-color 0.1s;

}

li.navigationr a:hover {
	background-color: darkblue;
	transition: background-color 0.1s;

}

nav.header {
	width: 100%;
	height: 10%;
	background-color: darkblue;
	opacity: 25%;
}




article.section {
	width: 30%;
	height: 48%;
	float: left;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 10px;
	flex-wrap: nowrap;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img.round {
	border-radius: 50%;
	margin-top: 7%;
	margin-bottom: 7%;
	margin-left: 20%;
	max-height: 175px;
	max-width: 175px;
	float: left;
	
}

p.Username {
	margin-top: 8%;
	margin-bottom: 7%;
	margin-left: 33%;
	
	color: white;
	background-color: transparent;
	
	font-weight: bold;
	font-size: 5vw;
}

p.AccountInfo {
	
}

div.boxcenter {
	background-color: transparent;
	height: 45%;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.box {
	background-color: transparent;
	height: 45%;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.top {
	background-color: grey;
	
	border: 1px solid darkblue;
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
	
	padding: 15px 0;
	
	margin-top: 0px;
	
	text-align: center;
	
	height: 10%;
	
}

div.bottom {
	background-color: white;
	
	border: 1px solid darkblue;
	border-radius: 0px 0px 5px 5px;
	border-top: none;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 0px;
	
	height: 50%;
}

div.bottom:hover {
	background-color: lightgrey;
}


div.gameselect {
	border: 1px solid grey;
	width: 20%;
	margin: 2%;
	margin-left: 3%;
	
	float: left;
	margin-right: 10px;
	
	border-radius: 5px;
}

div.gameselect:hover {
	border: 1px solid black;
}

div.gameselect img {
	width: 100%;
	height: auto;
}

div.gameselect .description {
	
	padding: 12px;
	height: 24px;
	text-align: center;
}

div.gameinfo {
	display:none;
	position: absolute;
	background-color: grey;
}

div.gameselect .description:hover .gameinfo {
	display:block;
}
@meida screen and (max-width: 154px)
{/*
	li.navigation {
		float: left;
		width: 100%;
	}*/
}
@media screen and (max-width: 600px) {
	/*New Additions*/
	.headerVidControls {
		bottom: 0;
	}
	
	.hideNavigation {
		opacity: 0;
		display: none;
		
		transition: opacity;
		}
	
		.headerBoxImage {
			left: 45%;
			
		}
		
		.text {
		
			transform: translate(-50%, 0%) scale(55%, 55%);
			
			
			top: 45%;
			left: 55%;
			
			transition: top .5s;
			transition: left .5s;
			transition: transform .5s;
			
		}
	
	ul.navigation {
		height: 50%; /*Updated from auto.*/
		min-height: 300px; /*Newly added*/
		/*Think about adding another transparenct layer in the background: linear gradient.*/
		background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(0, 0, 25, 0.05), rgba(0, 0, 55, .2), blue);
		
	}
	
	li.navigation a {
		display: block;
		padding: 10px;
		border: 0px none;
	}

	li.navigationr a {
		display: block;
		padding: 10px;
		border: 0px none;
	}
	
	
	/*Older Code*/
	li.navigation {
		width: 100%; /*Think about changing to 50%*/
		margin: 0;
		padding: 0;
	}
	
	li.navigationr {
		width: 100%; /*Think about changing to 50%*/
	}
	
	article.section {
		width: 96%;
		padding-left: 2%;
		margin-top: 0px;
		
	}
	
	div.boxcenter {
		padding: 10% 0px 10% 0px;
		background-color: transparent;
	}
	
	
	
	div.gameselect {
		width: 96%;
		margin-left: 14px;
		
	}
	
	
}

.bodySection {
	position: relative;
	top: 0%; /*Change this to 50% in the future maybe.*/
	left: 0;
	height: 50%;
	min-height: 300px;
}

.container {
	position: relative;
	
	top: 0;
	left: 0;
	
	margin-top: 10px;
	
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	
	text-align: center;

	display: flex;
				
	justify-content: center;
	
	flex-wrap: wrap;
}

.container button {
	background: none!important;
	border: none;
	padding: 0!important;
	
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.container .buttonIcon {
	background: lightgrey!important;
	border: 1px solid lightgrey;
	cursor: pointer;
	text-decoration: none;
	padding: 5px;
}
	/*		
.game__slot {
	margin: 5%;
				
	background-color: lightgrey;
				
	flex: 0;
				
	width: 150px;
	min-width: 150px;
				
	border-radius: 5%;
				
	height: auto;
	min-height: 150px;
	overflow: wrap;
	
	padding-bottom: 2px;
				
}
			

*/
/*			
.game__slot img {
	width: 100%;
	height: 100%;
}
*/

.game__slot {
	position: relative;
	
	display: block;
	
	margin: 5%;
	
	flex: 0;
	
	width: 150px;
	min-width: 150px;
	
	border-radius: 15%;
	
	height: auto;
	min-height: 150px;
	overflow: wrap;
	
	padding-bottom: 2px;
	z-index: 1;
}

.game__slot img {
	display: block;
	position: relative;
	
	width: 100%;
	height: 100%;
	
	z-index: 0;
	border-radius: 15%;
}

.game__slot .overlay {
	background-color: rgba(255, 255, 255, 0.55);
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	border-radius: 15%;
	
	opacity: 0%;
	transition: opacity 0.5s;
}

.game__slot .overlay:hover {
	opacity: 100%;
	
	transition: opacity 0.5s;
}

.overlay .description {
	position: absolute;
	
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	cursor: default;
	
	top: 37%;
	width: 100%;
}



/*End of popup*/
/*POPUP CLASSES*/
.popup {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup .popuptext {
	visibility: visible;
	
	width: 100%;
	height: 100%;
	
	background-color: grey;
	color: grey;
	
	text-align: center;
	border-radius: 8px;
	padding: 8px 0px;
	
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	
	margin-left: -80px;
}

.popup .popuptext::after {
	content: "";
	position: absolute;
	
	top: 100%;
	left: 50%;
	
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: blue orange yellow red;
}

.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

/*End of popup*/
.icon__slot {
	margin: 1%;
	
	background-color: transparent;
	
	flex: 0;
	
	width: 150px;
	min-width: 150px;
	
	border-radius: 5%;
	
	height: auto;
	min-height: 150px;
	overflow: wrap;
	
	padding-left: 5px;
	padding-right: 5px;
}

.button__slot {
	margin: 1%;
	
	background-color: transparent;
	
	flex: 0;
	
	width: auto;
	min-width: auto;
	
	border-radius: 5%;
	
	height: auto;
	min-height: auto;
	overflow: wrap;
}

.icon__slot:hover {
	background-color: lightgrey;
}

.icon__slot img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.info-group {
	border: 1px solid transparent;
	padding: 20px;
	
	text-align: left;
	font-size: 35px;
}

.info-group input {
	width: 25%;
	height: 10%;
	
	font-size: 15px;
}

/*Warning Box*/
.spanner {
			visibility: hidden;
			
			position: absolute;
			top: 23%;
			left: 23%;
			width: 60%;
			height: 50%;
			background: lightblue;
			border: none;
			border-radius: 8px;
			z-index: 1;
			padding: 1%;
			box-shadow: 5px 5px 5px grey;
			text-align: center;
		}
		
		.background {
			
			opacity: 25%;
			visibility: hidden;
			
			position: absolute;
			top: 0;
			left: 0;
			
			width: 100%;
			height: 100%;
			
			background: black;
			
			border: none;
			border-radius: 0;
			
			z-index: 0;
			padding: 0;
			
			margin: 0;
			
			
		}
		
		.backgroundExt {
			opacity: 0;
		}
		
		.spanner h1 {
			color: #ff0a0a;
		}
		.button {
			margin-right: 30%;
			margin-left: 30%;
			width: 40%;
			padding: 2%;
			
			background: white;
			
			border: none;
			border-radius: 0px;
		}
		
		.exit{
			cursor: pointer;
			background: grey;
			border: 1px solid black;
			color: red;
			float: right;
			font-size: 25px;
			padding: .4%;
			padding-top: .2%;
			padding-bottom: .2%;
			
			
		}
		
		.select {
			cursor: pointer;
		}
		
		.show {
			visibility: visible;
		}
		
		.navigation li{
			
		}