    /*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
    
    .sIFR-active h1,
    .sIFR-active h2 {
      visibility: hidden;
      font-family: Arial;
    }
    
	.sIFR-active h1 {
	  visibility: hidden;
	  font-family: Arial;
	  line-height: 1em;
	  font-size: 15px;
	  font-weight: normal;
	  padding-bottom: 0;
	}
    
    .sIFR-active h2 {
	  visibility: hidden;
	  font-family: Arial;
	  line-height: 1em;
	  font-size: 14px;
	  font-weight: normal;
	  padding-bottom: 0;
    }
    
    /*.sIFR-active h3 {
	  visibility: hidden;
	  font-family: Arial;
	  line-height: 1em;
	  font-size: 17px;
	  font-weight: normal;
	  padding-bottom: 0;
	  margin-bottom: 0;
    }
    
    .sIFR-active h4 {
	  visibility: hidden;
	  font-family: Arial;
	  line-height: 1em;
	  font-size: 17px;
	  font-weight: normal;
	  padding-bottom: 0;
    }
    
    .sIFR-active h5#pullquote {
    	font-size: 24px;
    }*/
