
body {
	text-align: center;
	background-image: url("resources/bckg4.gif");
	background-size: 250px;
	cursor: url(resources/pearlgold.cur), auto;
}

header {
	padding-top:20px;
	width: 100%;
}


.top img {
	align-content: center;
	margin:auto;
	height: 60px;
	max-width: 10%;
}

.title {
	width: auto;
	height: auto;
	max-width: 80%;
	min-width: 50%;
	visibility: visible;
}

.bottom {
	width: 100%;
}

nav {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

nav a {
	margin: 5px auto;
	font-family: "Old English Five", sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.link {
	width: 40%;
} 

nav a:link {
	text-decoration: none;
}

nav a:visited {
	color:#D6C160;
}




main {
	width: 100%;
	height: 100%;
}

.container {
	padding: 2rem;
	height: 100%;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}

.question {
	width: 100%;
	height: auto;
	margin: 1rem;
	padding: 10px;
	position: relative;
	text-align: center;
}

@media all and (max-width: 620px){
	.question {
		width: 100%;
		height: auto;
		margin: 1rem auto;
	}
} 

.frame{
	width: 100%;
	height: 100%;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;

}

.icon {
	height: 150px;
	width: 150px;
	z-index: -1;
	position: absolute;
	top:0;
	left: 0;
	margin:35px;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s;
}

.number {
	height: 40px;
	width: auto;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden; 
	margin: 80px 30px ;
	

}

.question .item{
	width: 60%;
	margin: 4rem auto 5rem auto
}


footer img {
	float: right;
	height: 25px;
}


@media all and (max-width: 620px){
	.top img {
		min-width: 60px;
	}
	nav {
		flex-direction: column;
	}
	.container {
		justify-content: space-around;
	}
} 

@font-face {
	font-family: 'Old English Five';
	src: url('Old-English-Five.ttf');
}


#pociones {
	box-sizing: border-box;
	display: block;
	font-size: 40px;
	font-family: 'Comic Sans', monospace;
	color: white;
	font-weight: bolder;
	margin: auto;
	
	width: 400px;
	padding: 150px 30px;
	height: 220px;
}

@media all and (max-width: 450px){
	#pociones {
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center;
		height: 220px;
		width: 90%; 
	}

}

#hechizos {
	box-sizing: border-box;
	display: block;
	font-size: 40px;
	font-family: 'Courier New', Courier, monospace;
	color: white;
	font-weight: bolder;
	margin: auto;

	width: 400px;
	padding: 90px 30px;
	height: 220px;

	background-image: url('assets/hechizos/18.png');
	background-size: 100%;
}


@media all and (max-width: 450px){
	#hechizos {
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center;
		height: 220px;
		width: 90%; 
	}

}

#invocacion {
	box-sizing: border-box;
	display: block;
	font-size: 40px;
	font-family: 'Courier New', Courier, monospace;
	color: white;
	font-weight: bolder;
	margin: auto;

	width: 400px;
	padding: 90px 30px;
	height: 220px;

	background-image: url('assets/angeles/4.gif');
	background-size: 100%;
}

@media all and (max-width: 450px){
	#invocacion {
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center;
		height: 220px;
		width: 90%; 
	}

}