/* Hides the page title from view */
.node-type-staff-council-newsletter #pagetitle {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}

/* Entire div class for title area */
.sc-newsletter-title-block {
  border-top: 3px double rgba(0,0,0,0.5);
  padding: 6rem 2rem 4rem 2rem;
}

/* H2 tag “Arts and Sciences Staff Council Newsletter” */
.sc-newsletter-main-title {
  margin: 0; 
  font-size: 3em;
  text-align: center;
}

/* H3 tag Semester and Year */
.sc-newsletter-issue { 
  margin: 1rem auto 1rem auto;
  font-size: 5em;
  text-transform: uppercase;
  text-align: center;
}

/* Span Class “For staff, by staff” */
.sc-newsletter-tagline {
  margin: 1em auto 2em auto;
  text-align: center;
}

/* Replaces the “style” markup on the icons, which is preferred with current HTML standards */
.sc-newsletter-icon {
  text-align: center;
}

/* Body info Section tag CSS */
.sc-newsletter-section-block {
  margin-bottom: 3em;
}

/* Body info Div tag CSS */
.sc-newsletter-sectiontitle-block {
  border-top: 3px double rgba(0,0,0,0.5);
  border-bottom:  3px double rgba(0,0,0,0.5);
 margin-bottom: 2rem;
}

/* Body info Section subhead */
.sc-newsletter-title {
  margin: 1em auto;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
