.menu ul{
	transition: 0.7s;
}
.menu{
	background: black;
	font-family: 'VT323', monospace;
	padding: 10px 0 10px 0;
	background-size: 100%;
	text-align: center;
	font-size: 1.2em;
	position: fixed;
	color: #FFFFFF;
	width: 1128px;
	opacity: 0.9;
}
.home-icon{
	margin-left: 70px;
	float: left;
	transition: 0.7s;
	font-size: 1.3em;
}
.menu li{
	color: white;
	display: inline-block;
	list-style: none;
	float: right;
	margin-right: 55px;
	margin-top: -22px;
}
.menu li a{
	text-decoration: none;
	color: white;
	padding: 8px;
	display: block;
}
.menu li a:hover{
	background: white;
	color: black;
	border-radius: 2px;
	transition: 0.3s;
}
.menu img{
	margin-top: 14px;
}

.home-icon a{ color: white; font-size: 36px;}
.home-icon i{ color: #e6e6e6; transition: 0.3s; }
.home-icon i:hover{ color: #a4a4a4; }

/* =============== BANNER =============== */
.banner{
	border-bottom: solid 2px black;
	margin-bottom: -6px;
}
/* =============== SUMÁRIO =============== */
.livro{
	background-image: url('../data/img/backgrounds/background-2.png');
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	margin-top: -29px;
	font-size: 40px;
}
.capa{
	border-bottom: solid 2px black;
}
.livro h1{
	text-align: center;
	font-size: 44px;
	padding-top: 25px;
}

.musica{
	font-family: 'ZCOOL QingKe HuangYou', cursive;
	background-image: url('../data/img/backgrounds/background-3.jpeg');
	padding-bottom: 25px;
	padding-top: 1px;
	margin-top: -5px;
}
.titulo{
	text-decoration: underline;
	text-align: center;
	font-size: 44px;
	
}
.letra{
	font-size: 28px;
	text-align: center;
}



.author{
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
/* =============== RODAPÉ =============== */
div#footer-img img{
	width: 1128px;
	margin-bottom: -5px;
	border-top: solid 2px black;
}
footer#rodape{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding: 25px;
	font-family: 'VT323', monospace;
	font-size: 28px;
	cursor: default;
}
.border{
	border-bottom: 1.5px solid #585858;
	margin: 0px 135px;
}
.idiomas{
	display: inline-block;
	margin: -20px 0 -20px 0;
}
#brasil{
	width: 55px;
	height: 34px;
	border: dashed 3px #e6e6e6;
}
.idiomas img{
	width: 50px;
	height: 30px;
}
.idiomas h5{
	margin-right: 22px;
	color: #a4a4a4;
}

@keyframes brasil {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
#brasil{
	-webkit-animation: brasil .75s linear infinite;
    -moz-animation: brasil .75s linear infinite;
    -ms-animation: brasil .75s linear infinite;
    -o-animation: brasil .75s linear infinite;
   	animation: brasil .75s linear infinite;
}