/* CSS Document */

html,body
{
	position:relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
}
*
{
	font-family:Century Gothic;
	margin:0;
	padding:0;
	border:none;
	
}
ul,li
{
	list-style:none;
}
a
{
	text-decoration:none;
	color:#666;
}
/****HEADER****/
header
{
	position:relative;
    z-index: 2;
    width: 100%;
	padding:5px 0px 0px 0px;
    text-align: center;
	box-shadow:0px -6px 35px 8px black;
	-moz-box-shadow:0px -6px 35px 8px black;
	-webkit-box-shadow:0px -6px 35px 8px black;
	background-color:#2b2a29;
}

section
{
	padding:0px 0px 0px 0px;
	transition: margin-top 0.5s ease-out;
    text-align:left;
    position: relative;
	/*margin-right: 80px;*/
	z-index:0;
	height:100%;	
}


footer{}

@media screen and (max-width: 768px)
{
	section
	{
		padding:0px 0px 0px 0px;
		transition: margin-top 0.5s ease-out;
		text-align: center;
		position: relative;
		z-index:0;
		height:100%;
		background-color:white;
		margin-left:0px;
		margin-right:0px;
	}
}
@media screen and (max-width: 520px){}
