/* demo for illustrator CSS */

body{
	background:url(../../img/background/nuvens.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-color: #d8eceb;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
}

.no-csstransforms3d .book,

.no-js .book,

.front {
    background: url(../../img/capalivro.jpg), #d8eceb;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.16) 15%, rgba(255, 255, 255, 0.05) 100%), url(../../img/capalivro.jpg), #d8eceb;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.16) 15%, rgba(255, 255, 255, 0.1) 100%), url(../../img/capalivro.jpg), #d8eceb;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;	
}

h1.huge-title{
	font-family:'Lobster', Arial, Helvetica, sans-serif;
	font-size:6em;	
	font-weight: 300;
	color: #E16EA8;
	margin-bottom:5px;
}

.content-title.title-2 h2{
	font-size:38px;
	font-weight: 300;
	color: #E16EA8;
	margin-top:30px;
	margin-bottom:30px
}

.content-title.title-3 h3{
	font-family: 'Marvel', Arial, Helvetica, sans-serif;
	color: rgb(85,85,85);
	font-size: 1.3em;
	margin-bottom: 30px;
	text-transform: none;
	line-height: normal;
}
span.sub-title{
	color:#aaa;
	font-size:.9em;
	margin-left:4px;
}
p.half-width{
	display: block;
	width: 80%;
	margin-left:4px;
}

.intro-content h1{
	font-family: 'Lobster', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	line-height: 38px;
	color: #E16EA8;
}

.intro-content p{
	font-size:14px;
}

.content-title h2{
 	font-family: 'Lobster', Helvetica, Arial, sans-serif;
	text-transform: normal;
}

.book-timeline > li .time-data{
	font-family:'Marvel', Arial, Helvetica, sans-serif;
}

.effect-moveleft.animate .outer-nav a{
	font-family:'Marvel', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:600;
}
