@import url(http://fonts.googleapis.com/css?family=Chango);
@import url(http://fonts.googleapis.com/css?family=Emblema+One);

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
body{
	/*background: url('imgs/fondoMadeira.jpg');*/
	background: url(imgs/fondoMadeira.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    font-family: 'Emblema One', cursive;
	height: 100%;
	width: 99%;
}
footer{
	bottom: 0.5%;
	position: fixed;
	text-align: center;
	width: 100%;
}
	footer a{
		color: #977a58;
		text-decoration: none;
	}
	footer div{
		background-color: black;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	}
header{
	float: center;
	height: 15%;
	margin-bottom: 1%;
	margin-top: 2%;
	text-align: center;
}
	header h1{
		padding: ;
		text-shadow: 0.3em 0.3em 0.5em #1C2422;

	}
		header h1:hover{
			color: #192424;
			text-shadow: 0em 0em 0.5em #FFF;
		}
	header div{
		border-color: #977a58;
		border-radius: 0.5em;
		border-style: solid;
		box-shadow: 0.5em 0.5em 1em #1C2422;
		display: inline-block;
		padding: 0.5%;
	}
section{
	float: center;
	height: 79%;
	margin: 0 auto;
	/*margin-top: 2%;*/
	text-align: center;
	width: 90%;
}
	section img{
		border-color: #977a58;
		border-style: solid;
		border-radius: 1em;
		box-shadow: 0.3em 0.3em 0.8em #977a58;
		float: center;
		/*height: 55%;*/
		width: 60%;
	}
		section img:hover{
			width: 61%;
		}
	section a{
		text-decoration: none;
	}

#clickImaxe{
	opacity: 0;
}