@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Acme');
@media screen and (min-width:1002px){
body.home{
	font-family: 'Acme', sans-serif;
    background-image: url(../images/day.jpg);
    background-size: cover;
	background-attachment: fixed;
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

    

body.self{
	font-family: 'Acme', sans-serif;
    background-image: url(../images/day.jpg);
    background-size:cover;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.store{
	font-family: 'Acme', sans-serif;
    background-image: url(../images/star.jpg);
    background-size:cover;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body.char{
	font-family: 'Acme', sans-serif;
    background-image: url(../images/nubes2.png);
    background-size:cover;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.chap{
	font-family: 'Acme', sans-serif;
    background-image: url(../images/cielo.jpg);
    background-size: cover;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#wrap{
    width: 1002px;
    margin: 0 auto;
}

a.btn1{ 
    position: absolute;
    top:0;
    left:20px;
    font-style: italic;
}


a.btn2{ 
    position: absolute;
    top:0;
    left:170px;
    font-style: italic;
}

a.btn3{ 
    position: absolute;
    top:0;
    left:388px;
    font-style: italic;
}

a.btn4{ 
    position: absolute;
    top:0;
    left:504px;
    font-style: italic;
}

header#home{
    width:1002px;
    height:651px;
    margin:0 auto;
    
}

header#second{
    width:1002px;
    display:flex;
    justify-content: space-between;
}

header#second img.logo{
height: 87px;
margin: 0 0 10px 0px;
}
	
	h3.title{
		width: 1002px;
		height:65px;
		background-color: #411c00;
		color: goldenrod;
		border: 4px solid #000;
		text-align: center;
		line-height: 65px;
		font-size: 30px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	h4.story{
		width: 1002px;
		height:65px;
		background-color: #574000;
		color: goldenrod;
		border: 4px solid #000;
		text-align:left;
		line-height: 65px;
		font-size: 30px;
		text-indent: 15px;
		
	}
	section#personajes{
		width: 1002px;
		margin: 0 auto;
	}
	
	
	
section#mainstory{
	width: 967px;
	background-image: url(../images/madera2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #000;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	
		
		
	}
	
	
	ul#chapterlist{
		width: 967px;
		display: flex;
		flex-wrap: wrap;
		list-style:none;
	}	
	
	ul#chapterlist li{
		text-align: center;
	}

	h5.capitulo1{
		font-size: 22px;
		color:#ddae1e;
		font-family: serif;
		text-shadow: 1px 1px 4px #000;
		margin-bottom: 10px;
	}
	
	h5.map1{
		font-size: 30px;
		color:#ddae1e;
		font-family: serif;
		text-shadow: 1px 1px 4px #000;
		margin-bottom: 10px;
		margin-top: 50px;
		
		
	}
	
	h5.map2{
		font-size: 30px;
		color:#ddae1e;
		font-family: serif;
		text-shadow: 1px 1px 4px #000;
		margin-bottom: 10px;	
	}
	
	h5.map3{
		font-size: 30px;
		color:#ddae1e;
		font-family: serif;
		text-shadow: 1px 1px 4px #000;
		margin-bottom: 10px;
		margin-top: 50px;
		
		
	}

	
	.gallery img:hover {
		filter: saturate(100%);
		transform: scale(1.1);
	}
	
	
	section#store{
	width: 982px;
	background-image: url(../images/storedesing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 4px solid #000;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
		
	}
	
	ul#maplist{
		margin-left: 40px;
		width: 967px;
		display: flex;
		flex-wrap: wrap;
		list-style:none;
		
	}
	
	h4.qwy{
		width: 1002px;
		height:65px;
		background-color: #663300;
		color: goldenrod;
		border: 4px solid #000;
		text-align:left;
		line-height: 65px;
		font-size: 30px;
		text-indent: 15px;
		margin: 0 auto;
	}
	
	

section#intro{
	width: 962px;
	/*height: 810px;*/
	background-image: url(../images/madera4.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;
	border: 4px solid #000;
	padding: 20px;
	font-size: 23px;
	margin:0 auto;
	line-height: 110%;
	color:#fff;
	text-align:left;
	text-shadow: 1px 1px 4px #000;
}
	
	section#goals{
	width: 962px;
	height: 810px;
	background-image: url(../images/textura.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 4px solid #000;
	padding: 20px;
	font-size: 23px;
	margin:0 auto;
	line-height: 175%;
	color:#fff;
	text-align:left;
	text-shadow: 1px 1px 4px #000;
	margin-bottom: 20px;
		
	}
	
	p.history{
		width: 660px;
		margin-left: 150px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	
	ul.goals{
		width: 384px;
		margin-left: 250px;
		margin-top:30px;
	}
		
	
	section#concepts{
	width: 965px;
	height: 399px;
	background-image: url(../images/textura2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #000;
	margin: 8px auto;
	padding: 20px;
	
	}
	
	section#alhambra{
		margin: 0 auto;
	}
	
	p.art{
		text-align: center;
		font-size: 30px;
		color: goldenrod;
		line-height: 150%;
	}
	


section#intro img.photo{
	display: block;
	width:290px;
    margin: 0 auto;
	border: 5px solid #155915;
	
}


main{
    width: 1002px;
	margin:0 auto
		;
}

div#manga img.portada{
	margin: 50px 0 50px 0;

}

	
div#news{
    background-color:black;
    margin: 20px 0 21px 0;
    border-radius: 15px;
    padding: 22px 60px;
    
}
h2{
    text-align: center;
    font-size: 26px;
    line-height: 160%;
    color: goldenrod;
}
    h3{
        text-align: center;
        font-size: 20px;
        line-height: 160%;
        color: goldenrod;
        margin-bottom: 5px;
    }
dl{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    font-size: 19px;
}
dt{
    width: 130px;
    line-height: 150%;
    color:goldenrod;
}
dd{
    width: 470px;
    line-height: 150%;
    color:goldenrod;

}
footer{
    width:100%;
    height: 246px;
    background-image: url(../images/footer.png);
    margin:auto;
    text-align: center;
    font-size: 20px;
    color:goldenrod; 
	position: relative;
	box-sizing: border-box;
	padding: 15px 0 0 0;
	
}
	footer b{
		line-height: 150px;
	}

	footer ul{
		display:flex; 
		width: 1002px;
		margin: 0 auto;
		list-style: none;
		justify-content:flex-end;
		align-items: flex-start;

	}

	footer li{
		margin-left: 10px;
		
	}
nav#gnav{
    width:609px;
    height:54px;
    background-image:url(../images/btnback2.png);
    margin:0 auto 15px auto;
    position:relative;
	
}
	
button.drawer-toggle{
		display: none;
	}

img.logo{
margin: 0 auto;
display: block;
width: 100%;
padding: 25px 0;
height: auto;
	
}
    
nav#gnav a{
    color:white;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size:14px;
    font-weight:bold;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

nav#gnav li{ 
float:left;
    padding-left:32px;


}
	
	
	
	
	img.border{
		border: 6px solid #000;
		margin: 0 5px 10px 0;
	}
	
	img.border2{
		border: 6px solid #000;
		margin: 0 5px 10px 0;
		margin-top: 10px;
		
	}
	
	img.border3{
		border: 6px solid #000;
		margin: 0 auto;
		margin-top: 10px;
		
	}
	.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom:60px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	
}
	
	


}