@import url('https://fonts.googleapis.com/css?family=Mina|Russo+One');

html {
	
	height:100%;
}
body {
	margin:0;
	background-image:url("../img/fondo-2.jpg");
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	font-family: 'Russo One', sans-serif;
}

#header {
	text-align:center;
	font-size:4vw;
	margin-top:10%;
	color:#FF0;
	text-shadow: 2px 2px #000;
	letter-spacing:2px;
}

#footermail {
	font-family: 'Mina', sans-serif;
	text-align:center;
	font-size:2vw;	
	position:fixed;
    bottom:0;
    width:100%;
}
#footermail p:last-child {
	margin-bottom: 0;
}

#footermail #footerbackground {
	background-color:rgba(255,255,255,0.7);
	padding:10px;
}

@media screen  and (max-width:468px) {
	#header {
		font-size:7vw;
		margin-top:10%;
	}
	#footermail {
		font-size:3.5vw;
	}
}


