﻿::selection {
	color: white;
	background: black;
}
::-moz-selection {
	color: #01acca;
	background: #ffffff;
}

html, body {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 110%;
	text-align: left;
	color: #eeeeee;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	background-color: rgba(0, 0, 0, 0.08);
	background-color: black;
	background-image: url(../Theme/Z.png);
	background-size: contain;
	background-position: bottom right;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
h1 {
	background-color: rgba(0,0,0,0.5);
}
h1 a, h3 a{
	border-width: 0px	!important;
	text-decoration: underline	!important;
	background-color: rgba(0, 0, 0, 0.0)	!important;
}
p  {
	margin: 3px;
}
a {
	cursor: pointer;
	font-weight: bold;
	color: white;
}
input, button {
	cursor: pointer;
	padding: 6px;
	border-width: 4px;
	border-style: solid;
    border-color: white;
	background-color: rgba(0, 0, 0, 0.05);
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
	transition: transform 0.2s;
}
input:hover, button:hover {
	transform: scale(1.05);
}
input:active, button:active {
	background-color: grey;
}
select {
	cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: white;
    box-shadow: none;
    outline: none;
	font-size: 60%;
}

#Nav {
	top: 0px;
	left: 0px;
	width: 98%;
	height: 100%;
	background-color: grey;
	background-image: url(../Ressources/background2.jpg);
	background-size: cover;
	background-position: right top;
}
#Nav-Shadow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 16%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}
nav #Logo {
	font-size: 300%;
	float: left;
	width: 98%;
	height: 100%;
	background-image: url(../Ressources/background2.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-right-radius: 20%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  nav #Logo {
	clip-path: polygon(
		0% 0, /* left top */
		100% 0, /* right top */ 
		92% 100%, /* right bottom */
		0 100% /* left bottom */
	);
	border-bottom-right-radius: 0px;
  }
}

nav #Logo-Shadow {
	width: 115%;
	height: 18%;
	background-color: rgba(0, 0, 0, .3);
	border-bottom-right-radius: 20%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  nav #Logo-Shadow {
	clip-path: polygon(
		0% 0, /* left top */
		100% 0, /* right top */ 
		92% 100%, /* right bottom */
		0 100% /* left bottom */
	);
	border-bottom-right-radius: 0px;
  }
}

.NavItem {
	font-size: 130%;
	color: #ffffff;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
	width: 96%;
	float: left;
	padding-left: 4%;
	margin-top: 4%;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
	transition: all 0.3s;
}
nav a:hover {
	font-size: 150%;
}

#Content {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 85%;
	height: 100%;
	text-align: center;
	overflow: auto;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, .2);
}

#Content table {
	margin-left: 2%;
	width: 98%;
}
#Content table tr td{
	vertical-align: top;
	display: inline-block;
	margin: 6px;
	padding-bottom: 8px;
	width: 18%;
	text-align: center;
	border-radius: 5%;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	transition: all 0.2s;
	cursor: pointer;
}
#Content table tr td:hover{
	transform: scale(1.05);
}
#Content table tr td img{
	margin: 2%;
	max-width: 90%;
	max-height: 200px;
	overflow: hidden;
}
#Content table tr td p{
	font-size: 70%;
}
#Content table tr td a{
	text-decoration: none;
}
#Content table tr td h2{
	font-size: 80%;
}

#SearchBar h6 {
	font-size: 40%;
}
#SearchBar #Bar {
    cursor: text;
}

.ModPreviewImg{
	max-width: 12%;
	transition: all 0.3s;
}
.ModPreviewImg:hover{
	transform: scale(2.3);
}

.GameBanana{
	background-image: url(Gamebanana.png);
	background-position: bottom right;
	background-size: 10%;
	background-repeat: no-repeat;
}
.GameBanana a:hover {
	border-color: #fad937;
}

#LoadingText {
	display: block;
}

#LoadingImg {
    display: inline-block;
	width: 5vh;
	height: 5vh;
	background-image: url(http://www.sfdcmonkey.com/wp-content/uploads/2016/12/slds_spinner_brand.gif);
	background-size: contain;
}

#Tutorials{
	text-align: left;
	margin-left: 2%;
}

.Prop {
    display: block;
    text-align: right;
}

#Footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	width: 100%;
	background-color: #01acca;
	opacity: 0.5;
}

iframe {
	width: 95%;
	height: 85%;
}

form {
	overflow: display;
	text-align: left;
}
form select {
	width: 100%;
	font-size: 110%;
	background-color: #eeeeee;
}
form input {
	width: 100%;
	border-width: 2px;
	font-size: 80%;
}