/*****************************************************************************
    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,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
	  margin:0;
	  padding:0;

    }
	

    .sIFR-active h1 {
      padding-bottom: 0;margin:0;
	  padding:0;
    }

    .sIFR-active h2 { /* copy of h1 */
      padding-bottom: 0;margin:0;
     padding:0;
    }
    .sIFR-active h3 { /* was h2 */
      font-size: 16px;
      display: block;
    }
	
    .sIFR-active h4 { /* was h3 */
      font-size: 18px;
    }

    .sIFR-active h5 { /* was h4 */
      font-size: 21px;
      font-weight: normal;
    }

    .sIFR-active h5#pullquote {
      font-size: 24px;
    }