h1 {
	font-size: 7rem;
	text-align: left;
	font-family: 'flamabook';
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.6rem;
	line-height: 8rem;
text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
top:20%;
}

h1:after {
	content: '';
	margin-top: 4rem;
	width: 100px;
	height: 4px;
	background-color: #FFFFFF;
	display: block;

}

h1 span {
	font-family: 'flamamedium';
}

h2 {
	margin: 0 auto;
	max-width: 400px;
	font-size: 4rem;
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
	font-family: 'flamamedium';
	text-transform: uppercase;
	line-height: 5rem;
}
h2:after {
	content: '';
	margin-top: 4rem;
	width: 60px;
	height: 4px;
	background-color: #FFFFFF;
	display: block;
}

h3 {
	text-align: center;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'flamabold';
	color: #606a70;
    font-size: 1.6rem;
    margin: 2rem 0 0;
}

h4 {
	font-size: 1.6rem;
	color: #888;
	padding-top: 1rem;
	text-align: center;
	font-family: 'flamabook';
}


/* --- */

.head-title {
	position: absolute;
	top: 50%;
	left: 50%;
}

#header div.author {
	max-width: 350px;
	display: block;
	text-align: center;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-family: 'flamamedium';
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 12rem;
	font-size: 1.3rem;
	line-height: 1.7rem;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}


/* animar o título no header */

.first {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}

.last {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/* imagens de abre */

@media screen and (max-width: 960px) {
	.img-abre {
		width: 100%
	}
	figure {
		margin-top: 56px;
	}
}

@media all and (max-width: 480px) {
	#header h1 {
		font-size: 5rem;
	}
	#header h1 span {
		font-size: 4vw;
	}
}
