@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../fondo-index.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.3rem;
	line-height: 1.5em;
	margin: 0.2em;
	color:#595656;
}

p {
	margin-bottom: 0.2em;
	padding: 0.2em;
}


h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.5rem;
	color:#535151;
}

h3 {
	font-size: 1.5rem;
	color:#B80A0D;
}

h4 {
	font-size:1.7em;
	color:#F4E927;
}

h5 {
	font-size:1.7em;
	color:#535151;
}


.container {
	align-content: center;
	max-width: 990px;
	margin: 0 auto;
}

.header {
	font-size: 1.5rem;
	background:#000000;
	color:#DCD5D5;
	margin: 0;
	padding: 0.2rem 0;
	
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.header a {
	color:#868282;
	text-decoration: none;
}

.logo-nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.menu-icon {
	display: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	display: inline-block;
}

.navigation ul li a {
	display: block;
	padding: 0.2rem 1rem;
	transition: all 0.4s linear;
	border-radius: 3px;
}

.navigation ul li a:hover {
	background: #686767;
}

.main {
	padding-top: 10rem;
	
}

.main a {text-decoration: none;
	color: gold;
	
}

.footer {
	
	background:#000000;
	color:#FDF9F9;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 1rem;
	
}

