body 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20;
	color:#fff;
	margin: 0;
	padding: 0;

	background-color: 000;
	text-align: center;
	
	background: 
		linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

b
{
	font-weight: 600;	
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: underline; /* no underline */
}

a:hover {
	text-decoration: none; /* no underline */
}

a:hover img{
	opacity: 0.6;	
}

h1
{
	font-size: 100;
	color: fff;
	font-weight: 800;
	margin:0;
}

h2
{
	font-family: 'Kanit', sans-serif;
	font-size: 40;
	color: fff;
	font-weight: 800;
	margin: 20px 0px;
	letter-spacing: 0.03em;
}

#container
{
	max-width: 950px;
	margin: 0 auto;
	background: rgba(0,0,0,0.85);
	padding-top: 1px;
	padding-bottom: 1px;
}


#header
{
	min-width: 400px;
	max-width: 900px;
	margin: 50 auto 50;
}

#header p
{
	font-size: 20.8;
	color: fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#trailer
{
	min-width: 500px;
	max-width: 900px;
	margin: 30px auto 20px;
}

#info
{
	min-width: 500px;
	max-width: 900px;
	margin: 20px auto 30px;
}

#info h2
{
	margin-bottom: 0px;	
}

#info p
{
    text-align: justify;
    text-justify: inter-word;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	max-width: 740px;
}

.infobutton
{
	width: 320px;
	height: 180px;
	float: left;
	margin: 0 10;
	position: relative;
}

#teams
{
	min-width: 500px;
	max-width: 912px;
	margin: 50px auto;
	font-size: 30px;
}

.teaminfo
{
	width: 300px;
	height: 582px;
	margin: 2px;
	position: relative;
	/*overflow: hidden;*/
}

.teamlogo
{
	position: absolute;
	top: 356;
	left: 0;
	height: 150px;
	width: 300px;
	overflow: hidden;
}

.teamtext
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 72px;
	font-size: 17px;
	color: #fff;
	width: 300px;
	font-weight: 300;
	letter-spacing: 0.01em;
}

.teamtext p 
{
	margin: 10 10;
}


.preview
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 506px;
}

.video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 506px;
}

.shadow_enemy
{
	box-shadow: rgb(212, 0, 0) 0px 0px 0px 0px;
}
.shadow_arboreal
{
	box-shadow: rgb(82,129,70) 0px 0px 0px 0px;
}
.shadow_kinetic
{
	box-shadow: rgb(61,123,186) 0px 0px 0px 0px;
}

.bg_enemy
{
	background: linear-gradient(-10deg, rgba(212,0,0,0.6),rgba(212,0,0,0.8));
}
.bg_arboreal
{
	background: linear-gradient(-10deg, rgba(82,129,70,0.7),rgba(82,129,70,0.9));
}
.bg_kinetic
{
	background: linear-gradient(-10deg, rgba(61,123,186,0.7),rgba(61,123,186,0.9));
}

/*
.bg_enemy
{
	background: rgba(212,0,0,0.8);
}
.bg_arboreal
{
	background: rgba(82,129,70,0.8);
}
.bg_kinetic
{
	background: rgba(61,123,186,0.8);
}*/


#logos
{
	min-width: 400px;
	max-width:900px;
	margin: 50 auto;
}

.logo
{
	height: 100px;
	margin: 25 5;
}

.flex-container 
{
	/*display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.clear
{
	clear: both;
}






