h1 {
	font-size: 30rem;
	text-align: center;
	font-family: 'dragon_is_comingregular';
	color: #925b24;
	cursor: pointer;
	font-weight: normal;
	line-height: 11rem;
	word-spacing:3rem;
    max-width: 560px;
}

h1 span {
	font-size: 5rem;
	display: block;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #694f47;
    font-family: 'estadofinebold';
	line-height: 5rem;
	word-spacing:0rem;
}

h2 {
	margin: 0 auto;
	max-width: 620px;
	font-size: 6rem;
	text-align: center;
	color: #925b24;
	font-family: 'estadoheadlinebold';
	padding: 8rem 2rem;
}

h3 {
	margin: 0 auto;
	font-size: 3.6rem;
	max-width: 620px;
	text-align: center;
	font-family: 'estadoheadlineregular';
	line-height: 4.8rem;
	color: #3f3129;
	padding: 2rem;
}

.hr-title {
	margin: 0 auto;
	width: 64px;
	height: 2px;
	background-color: #925b24;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.author {
	margin: 0 auto;
	font-family: 'freightbook';
	font-size: 1.8rem;
	text-transform: uppercase;
	max-width: 620px;
	display: block;
	text-align: center;
	padding: 2rem 0 8rem 0;
	opacity: .75;
	line-height: 2.4rem;
}

.text-intro {
	display: block;
	margin: 0 auto;
	font-family: 'freightbook';
	font-style: italic;
	font-size: 2.2rem;
	max-width: 620px;
	padding: 2rem;
	text-align: center;
	line-height: 3.2rem;
}

h4 {
	margin: 0 auto;
	max-width: 620px;
	line-height: 3.2rem;
	font-size: 2.2rem;
	padding: 2rem 0;
	color: #3f3129;
	text-align: center;
	font-family: 'flamabold';
	text-transform: uppercase;
	padding-top: 8rem;
}

/* --- */

.head-title {
	/*position: absolute;*/
	top: 15%;
	left: 5%;
}

.linhaFinaAbertura{
	max-width: 470px;
	color: #694F47;
	/*
	position: absolute;
	*/
	top:55%;
	line-height: 2.6rem;
	left: 8%;
	font-size: 2.2rem;
}

.linhaFinaAbertura a{
	margin-top: 3rem;
	border: 1px solid #CCCCCC;
	color: #6C534B;
	font-weight: 1000e;
	padding: 1rem;
	font-size: 2.3rem;
	text-align: center;
	width: 18rem;
	background: #FDFDFD;
}



#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;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}


/* animar o título no header */



/* 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: 18rem;
		line-height: 8rem;
		top:10rem;
	}
	#header h1 span {
		font-size: 4rem;
	}
	.linhaFinaAbertura{
		font-size: 1.9rem;
		line-height: 2rem;
}
*/

}
