@media only screen and (max-width: 1024px) {

.chamada img {
  margin-top: -50px;
  height: 300px;
  width: 300px;
}
.capa h1{
  font-size: 35px;
  font-weight: 600; 
}

}

/*Tamanho padrão para tablets*/

@media only screen and (max-width: 768px) {

.capa h1{
  font-size: 27px;
  font-weight: 600; 
}
.imgbook img{
  margin: 0 0 0 5px;
  padding: 0;
  height: 220px;
  width: 220px;
}
.chamada img {
  margin-top: -50px;
  height: 200px;
  width: 200px;
}
.chamada h1{
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 20px 25px;
}

.formulario h1{
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 25px;
}

}

/*Tamanho padrão para celulares*/

@media only screen and (max-width: 480px) {

.capa h1{
  font-size: 17px;
  font-weight: 600; 
}
.texto-capa h2{
  color: white;    
  margin-top:60px; 
  font-style: italic;
  font-family: 'Righteous', cursive;
  background-color: #870808;
  width: 170px;
  font-size: 15px;
}
.imgbook img{
  margin: 55px 0 0 0;
  height: 150px;
  width: 150px;
}
.sobre {
  margin-top: 30px;
}
.sobre h1{ 
  font-weight: 600;
  color: #870808;
}

.formulario h1{
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 25px;
}

.chamada img {
  margin-top: -20px;
  height: 100px;
  width: 100px;
}
.chamada h1{
  color: white;
  text-align: center;
  font-size: 15px;
  margin: 10px 25px;
}
.chamada{
  background: #870808;
  margin-top: 60px;
  height: 95px;
}
.botaoblog{
  background: white; 
  border: 1px solid white;
  margin:2px 0 0 32%;
  padding: 4px 18px;
  color: #870808;
  font-size: 11px;
}
.botaoblog:hover{ 
  border: 1px solid white;
  margin:2px 0 0 32%;
  padding: 4px 18px;
  font-size: 11px;
  transition-duration: .4s;
  background: transparent;
  color: white;  
}
.autor {
  margin-top: 30px;
}
.autor p{  
  font-size: 14px;
  padding: 15px 0;
  font-family: 'Raleway', sans-serif;
  color: black; 
}
.autor img{
  height: 150px;
  width: 150px;
  margin-left: 25%;
  margin-bottom: 30px;
  border-radius: 50%;
}


}

