@charset "UTF-8";
/*RELEVANT FOR OLD SUWANEE CHRISTIAN SCHOOL
font-family: 'Sanchez', serif;
FIND SCHOOL-SPECIFIC FONTS IN EACH INDIVIDUAL SCHOOL'S CSS-FOLDER: fonts.css
*/

@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');

/*LINE 9512*/
.b-newsletter_inner h3 {
  font-family: 'Sanchez', serif;
  font-size: 1.5rem; /*24px*/
  line-height: 1;
  font-weight: normal;
}
  
/*LINE 9519*/
.b-newsletter_inner h2 {
  font-family: 'Sanchez', serif;
  font-size: 3rem; /*48px*/
  line-height: 1;
  margin: 20px 0;
  font-weight: bold;
}

.b-page_title h1 {
  font-family: 'Sanchez', serif;
  font-size: 2rem; /*32px*/
  line-height: 1;
  font-weight: bold;
  }
@media screen and (min-width: 768px) {
  .b-page_title h1 {
    font-size: 3rem; /*48px*/
  }  
}

.b-featured_cat-2 .b-featured_btnbox h2 {
  font-family: 'Sanchez', serif;
  font-size: 1.15rem; /*18px*/
}

.b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg h3 {
  font-family: 'Sanchez', serif;
  font-style: normal ;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  font-size: 1.5rem; /*24px*/
}
.b-featured_btnbox .b-section_title h4 {
  font-family: 'Sanchez', serif;
  font-size: 1.5rem; /*24px*/
  color: #ffffff;
  line-height: 2;
 }
 @media screen and (min-width: 768px) and (max-width: 991.98px) {
    .b-featured_cat-2 .b-featured_cat_in .b-cat_overlay.b-cat_overlay_bg h3 {
      font-size: 1rem; /*16px*/
      padding: 0;
    }  
    .b-featured_btnbox .b-section_title h4 {
      font-size: 1rem; /*16px
      padding: 0 15px;
    }
}