/* 
 * LeftTheme
 * Additional User CSS Settings
 * Will not be overwritten in case of Theme Update
 * 
*/ 


@import url('https://fonts.googleapis.com/css2?family=Nuosu+SIL&display=swap');
.specialfont {
  font-family: "Nuosu SIL", sans-serif;
  font-weight: 400;
  font-style: normal;
}




h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "Nuosu SIL", sans-serif; color: rgb( 0,0,0,.7) }
h1, h1 a { text-shadow: 1px 1px 2px dimgray; }
.textshadow { text-shadow: 1px 1px 2px dimgray; }
.titlebox { padding: 20px 10px; font-family: "Nuosu SIL", sans-serif; font-weight: 400; font-style: normal; font-size: 30px; line-height: 36px; border-radius: 5px; text-shadow: 1px 1px 2px #c0bebe; filter: drop-shadow( 1px 1px 2px rgb(0, 0, 0, .3) ); text-align: center;}
h2.has-background, h3.has-background, h4.has-background { padding: 20px 5px}


/* WP CHANGES */
.wp-block-separator { border-top: 1px solid; }


@media screen and ( max-width: 781px ) {
  
}
@media screen and ( max-width: 500px ) {
  
}