#bg1 {
	background-image: url(Imagens/dark-souls-giant-crow-art-vd547pduozikhcle.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg2 {
	background-image:url("Imagens/demon wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg3 {
	background-image:url("Imagens/miyazaki wallpaper.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg4 {
	background-image:url("Imagens/dark souls 3 wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg5 {
	background-image:url("Imagens/bloodborne wallpaper 2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg6 {
	background-image:url("Imagens/sekiro wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg7 {
	background-image:url("Imagens/elden ring wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg8 {
	background-image:url("Imagens/lies wallapaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg9 {
	background-image:url("Imagens/personagens wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg10 {
	background-image:url("Imagens/historia wallpaper.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#bg11 {
	background-image:url("Imagens/evolução wallpaper.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


header {
	background: hsla(0,0%,0%,0.67);
	top: 15px;
	height: 50px;
	width: 101.5%;
	margin-left: -8px;
	margin-top: -10px;
	display: flex;
	align-items: center;
	padding: 10px;
}


.nav {
	display: flex;

}
.dropdown {
	position: relative;
	display: inline-block;
	font-style: normal;
	text-align: left;
}

.dropdown-content {
	display: flex;
	flex-direction: row;
	position:absolute;
	border: solid 2px white;
	min-width:50px;
	top: 30px;
	left: 20%;
    margin: 0;
    padding: 0;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.3s ease;
	pointer-events: none;
}

.dropdown-content li {
	list-style:none;
	position:relative;
	text-align: center;
}

.dropdown-content a {
	display: block;
	padding: 10px 10px;
	min-width: 15px;
	text-decoration: none;
	color: white;
	font-family: 'Comic Sans MS';
}
.dropdown ul a:hover {
	color: black;
	background:hsla(0,0%,100%,1.00);
}

.show {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.dropdown-content2 {
	position:absolute;
	border: solid 2px white;
	background: hsla(0,0%,0%,0.67);
	top:42px;
	min-width:130px;
    margin: 0;
    padding: 0;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	pointer-events: none;
}


.dropdown2:hover .dropdown-content2 {
	display:flex;
	flex-direction: column;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.dropdown2 a:hover {
	color: black;
	background:hsla(0,0%,100%,1.00);
	font:bold;
}
section {
	background: hsla(0,0%,0%,0.67);
	color: white;
	text-align: center;
	width: 70%;
	height: 70%;
	margin-left: 16%;
	padding: 10px;
	font-family: "Comic Sans MS";
}
h1 {
	font-size: 40px;
	text-align: left;
	margin-left: 30px;
	font-family: OptimusPrincepsSemiBold;
}
h3 {
	text-align: left;
	margin-left: 30px;
}
p {
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}
footer {
	background: hsla(0,0%,0%,0.67);
	min-height: 150px;
	width: 101.5%;
	margin-left: -8px;
	margin-top: 20px;
	color: white;
	font-family: "Comic Sans MS";
	padding: 10px;
	bottom: 30px;
	display: flex;
}
#img1 {
	width: 30%;
}
.imgmenu {
	width: 70%;
	border:solid white;
}
.amenu {
	font-size: 40px;
	background: black;
	padding-top: 20px;
	padding-bottom: 20px;
	border: double 10px white;
	font-family:OptimusPrincepsSemiBold;
	margin: 10px;
	text-decoration: none;
	color: white;
}
.amenu:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.imgmenu2 {
	width: 90%;
	height: 80%;
	margin: 10px;
	border: white solid;
}
.imgmenu2:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.divmenu {
	display: flex;
}
.divmenuO {
	display: flex;
}
.imgjogos {
	width: 70%;
	border: solid white;
}
.ajogos {
	background: black;
	margin: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-decoration: none;
	color: white;
	font-family: OptimusPrincepsSemiBold;
	border: solid 3px white;
	font-size: 25px;
}
.ajogos:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.img1 {
	width: 50%;
	height: 50%;
	padding: 30px;
}
.img1:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.img2 {
	width: 60%;
	padding: 30px;
}
.img2:hover {
	transform: scale(1.1);
	transition: all 0.3s ease;
}
.divmimi {
	width: 50%;
}
.voltar {
	background: black;
	border: white double 6px;
	font-size: 30px;
	padding: 10px;
	color: white;
	text-decoration: none;
	font-family: OptimusPrincepsSemiBold;
}

@media (max-width: 768px){
	#img1 {
		width: 45%;
	}
	.divmenuO {
		display: flex;
		flex-direction: column;
	}
	.divmimi {
		width: 100%;
	}
	.img1 {
		width: 70%;
		height: 70%;
		padding: 15px;
	}
}

@media (max-width: 400px){
	#img1 {
		width: 55%;
	}
	.img2 {
		width: 70%;
		padding: 25px;
	}
	.img1 {
		width: 80%;
		height: 75%;
		padding: 15px;
	}
	p {
		text-align: left;
		margin-left: 25px;
		margin-right: 25px;
	}
}
