@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,300');

body
{

	min-width:500px;
	min-height:500px;
	background-color:black;
	
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url('backgrounds/bg_first_load.jpg');
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	z-index: 0;

	
	color: white;
	
	
	max-height:100%;
	
	
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: 'Roboto',"HelveticaNeue-Light", "HelveticaNeue", sans-serif;
	


	
	
}

#bg, #content_home_bg
{
	

}

#bg
{
	min-width:500px;
	display: block;
	float: left;
	min-width:500px;
	min-height:500px;
	height:100%;
	width:100%;
	max-height:100%;
	
	
	z-index: -10;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	
	background-color: black;
	overflow: none;

	background-size: cover;
	background-position: center center;
	background-image: url('backgrounds/bg_live.jpg');
	
	/**
	-webkit-filter: blur(20px) ; 
  	filter: url('/media/blur.svg#blur');
  	filter: blur(15px);
  	/*-webkit-filter:  grayscale(0.6) brightness(0.8); x*/

  	/**/
  	
  	

	

}


#content_home_bg
{
	display: block;
	float: left;
	min-width:100%;
	min-height:10%;
	height:auto;
	
	
	z-index: -1;
	position: absolute;
	top:60%;
	
	
	background-color: RGBA(0,0,0,0.1);
	overflow: none;
 
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	/*background-image: url('backgrounds/DSC_0290.jpg');
	
	/*
	-webkit-filter: blur(10px);
  	filter: url('/media/blur.svg#blur');
  	filter: blur(25px);
  	/**/

}

#container_home
{
	display: block;
	float: left;
	width:100%;
	min-width:500px;
	height:100%;
	max-height:100%;
	min-height:500px;
	
	z-index: 1;
	position: absolute;
	top:0%;
	
}


#content_home
{


	display:block;
	float:left;

	background-color: rgba(0,0,0,0.20);
	min-width:100%;
	min-height:10%;
s	z-index: 1;
	position: absolute;
	top: 60%;
	
}






#container_home h1
{
	display:block;
	font-size:5em;
	font-weight: 100;
	text-shadow: 1px 1px #000000;
	
	position: relative;
	top: 10%;
	max-width:100%;
	min-width:100%;
	
	text-align: center;
}

#container_home h2
{
	display:block;
	font-size:1em;
	font-weight: 100;
	text-shadow: 1px 1px #000000;
	
	position: relative;
	top: 10%;
	max-width:100%;
	min-width:100%;
	
	text-align: center;
}


#nav_home
{
	
	
	display: block;
	float:left;
	min-height:5%;
	width: 50%;

	position: relative;
	top:10%;
	left:25%;
	right:25%;
	
	margin-left: auto;
	margin-right: auto;

}



#nav_home a
{
	font-size: 1.5em;
	font-weight: 100;
	text-shadow: 1px 1px #000000;
	
	display: block;
	float: left;
	height:1em;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.5%;
	padding-bottom:0.5%
	margin-right:2px;
	
	line-height:75%;
	
}

#nav_home a:hover
{
	border-color:Rgba(225,225,225,0.4);
	border-radius: 10px;
	background-color: Rgba(225,225,225,0.2);
	
}

#nav_home a:active
{
	border-color:Rgba(225,225,225,0.4);
	border-radius: 10px;
	background-color: Rgba(225,225,225,0.3);
	
	-webkit-filter: blur(10px);
  	filter: url('/media/blur.svg#blur');
  	filter: blur(10px);
	
}

#container
{
	display: block;
	float: left;
	width:100%;
	height:100%;
	max-height:100%;
	min-height:500px;
	min-width:500px;
	
	
	z-index: 1;
	position: absolute;
	top:0%;
	left: 0px;
	right: 0px;
	bottom:0px;
	
	background-color: rgba(0,0,0,0.25);	

	
	overflow: scroll;


}

#content
{
	display:block;
	float:left;
	padding-left:2.5%;
	padding-right:2.5%;
}

p{
	font-weight: 300;
	font-size:1.25em;
}


h1
{
	font-weight: 100;
	font-size:5em;
	text-shadow: 1px 1px #000000;
}
#nav
{
	display: block;
	float:left;
	width:100%;
	min-height:2em;
	margin-left: 2.5%
	margin-bottom:1em;
}

#nav a
{
	font-size: 2em;
	font-weight: 300;
	text-shadow: 1px 1px #000000;
		
	display: block;
	float: left;
	height:1em;
	padding-left:1%;
	padding-right:1%;
	padding-top:0.5%;
	padding-bottom:0.5%
	margin-right:2px;
	
	line-height:75%;


	
}

#nav a:hover
{
	border-color:Rgba(225,225,225,0.4);
	border-radius: 10px;
	background-color: Rgba(225,225,225,0.2);
	
}


#nav a:active
{
	border-color:Rgba(225,225,225,0.4);
	border-radius: 10px;
	background-color: Rgba(225,225,225,0.3);
	
	-webkit-filter: blur(10px);
  	filter: url('/media/blur.svg#blur');
  	filter: blur(10px);
	
}


.gallery_container
{
	width:100%;
	min-width: 100%;
	display: block;
	float:left;
	min-height: 20%;
	margin-top:2.5%;
	margin-bottom:2.5%;
}

.gallery_item
{
	display:block;
	width: 20%;
	min-width:150px;
	height:auto;
	border-radius: 10px;
	float:left;
	margin-left: 2.5%;
	margin-right:2.5%;
	margin-bottom: 2.5%;
	overflow: none;

	
	
	
}

.gallery_img
{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;


}

.gallery_img:hover
{
  	filter: grayscale(0.4) opacity(0.75);
  	-webkit-filter: grayscale(0.4) opacity(0.75);
}

.gallery_img:active
{
  	
	-webkit-filter: grayscale(0.8) opacity(0.2);
  	filter: url('/media/blur.svg#blur');
  	filter: grayscale(0.5) opacity(0.2);
  	
  	
}


.content_img
{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	opacity: 0.95;
}
