* { margin: 0; padding: 0;}

header, nav, section, article, aside, footer {
	
	display: block;

}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	height:100%;

}

a:link{

	background-color:transparent; 
	text-decoration:none
}



.container {
	
	margin: auto;
	width: 100%;
	position:relative;
}

header {
	
	background-color: #505050;
	height:60px;
	line-height: 60px;

	
}

header h1{
	
	color: white;
	padding: 15px 20px;
	
}

.nav{
	width:70%;
}

.nav ul{
	
	list-style: none;
	font-size: 18px;
	text-transform: uppercase;
	margin-left:5%;
	float:left;
}

.nav ul li{
	
	display: inline;
	margin: 0;
    	padding: 0;	
}

.nav ul li a{
	
	padding: 0 6px;
	background-color: #505050;
	color: #d0d0d0;
	text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
}

footer .nav ul{
	text-transform: none;
	list-style: none;
}

.lang {
	width: 19%;
	text-align:right;
	float:right;
	margin-right:10%;
}


.lang a{
	color: #d0d0d0;;
}

a{
	
	padding: 0 6px;
	background-color: #505050;
	color: #d0d0d0;
	display: inline;
	text-decoration: none;


	
	
}

.nav ul li.active a,
.nav ul li a:hover,
.lang a:hover
{	
	color: #ffffff;
}

.section {
	
	width: 80%;
	height: 60%;

	position:relative;
	padding-left:5%;
	padding-right:5%;
	padding-top:1em;
	
}


.section img{
	position:relative;
	height:80%;
	width:auto;
	margin:5%;
	z-index:1;
	padding-down:5%;
	margin-left:10%;
	float: left;
}


.video {
	position:relative;
	margin-top:2em;
	color: #ff12fa;
	
}

img {
  	width:80%;
  	height:auto;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
}



footer {
	
	clear: both;	
	padding: 1% 0;
	color: white;
	background-color: #505050;
	bottom: 0;
        position: fixed;
	width: 100%;
	z-index:2;
	

}


footer nav ul{
	font-size: 16px;
	text-transform: none;

}

.footercontent{
	padding-left:10%;
	text-align: left;
}

