body{
	background: #681728;
	margin-top: 100px;
	font-family: 'Lora';
	padding-top: 120px;
}


@media (min-width: 1200px) {
    .container{
        max-width: 1400px;
    }
}

@font-face {
    font-family: 'lumos';
    src: url('lumos.woff2') format('woff2'),
         url('lumos.woff') format('woff'),
          url('lumos.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

h1{
	display: none;
}

.header .col-lg{
	text-align: center;
}

.book_3d{
	max-height: 700px;
}


.header .author{
	text-align: center;
	font-size: 18px;
	font-family: 'Lumos';
	color: #FFF;
	display: inline-block;
	margin: 0 0;
}

.band{
	display: block;
	width: 100%;
	height: 100px;
	background: #FF0000;
	position: relative;
	top: -200px;
	z-index: -100;
	text-align: center;
	box-sizing: border-box;
	color: #FFF;
	font-size: 40px;
	font-family: 'Lumos';
	line-height: 100px;
}

.review{
	font-size: 18px;
	color: #FFF;
	min-height: 200px;
}

.review .star{
	color: #aa9961;
	display: block;
	margin: 8px 0;
}

.review a{
	color: #aa9961;
	text-decoration: none;
	color: #aa9961;
}

h3{
	color: #aa9961;
	text-align: center;
	font-weight: normal;
	font-size: 48px;
	font-style: italic;
}

h4{
	color: #aa9961;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}

h3 span,
h4 span {
  background-color: #681728;
  padding: 0 0.3em;
}
h3:before,
h4:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #aa9961;
}

p{
	color: #FFF;
}

p a{
	color: #FFF;
}

.profilepic{
	float: left;
	margin: 20px;
	border: 1px solid #aa9961;
}
@media (max-width: 580px) {
    .profilepic{
        display: block;
        margin: 10px auto;
        float: none;
    }
}

img{
	max-width: 100%;
}

.slogan{
	font-size: 24px;
	line-height: 32px;
	font-style: italic;	
}

.slogan.prologo{
	color: #aa9961;
}

.comprar{
	background: #FFF;
	text-align: center;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.comprar img{
	height: 70px;
}

.reviews img{
	max-width: 100%;
}