/*
Theme Name:     ShootingStarPremium-Child
Description:    
Author:         RSS
Template:       shootingstar-premium

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
  
.wrapper h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  -ms-word-wrap: break-word;
  word-wrap:     break-word;
  line-height: 120%;
  margin: 20px 0 7px;                   
}
h1 {
  color: black;
  font-size: 28px;  
}
h2 {
  color: black;
  font-size: 22px;  
}
h3 {
  color: black;
  font-size: 19px;  
}
h4 {
  color: black;
  font-size: 17px;  
}
h5 {
  color: black;
  font-size: 15px;  
}
h6 {
  color: black;
  font-size: 14px;  
}
blockquote, q { 
  background: #E0E1FE;
  border-left: 1px solid #e3e3e3;
  clear: both;
  color: black;
  font-style: italic;
  margin: 0 0 20px;
  padding: 15px;
}