/* Enter Your Custom CSS Here */

@font-face {
    font-family: 'Rashi';
    src: url('fonts/Rashi-Regular.eot');
    src: url('fonts/Rashi-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rashi-Regular.svg#Rashi-Regular') format('svg'),
    url('fonts/Rashi-Regular.woff') format('woff'),
    url('fonts/Rashi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lucida Handwriting';
    src: url('fonts/LucidaHandwriting-Italic.eot');
    src: url('fonts/lLucidaHandwriting-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/LucidaHandwriting-Italic.svg#LucidaHandwriting-Italic') format('svg'),
    url('fonts/LucidaHandwriting-Italic.woff') format('woff'),
    url('fonts/LucidaHandwriting-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Uncomment this if you want to remove the space between words
*
.site-title {
 font-size: 0;
}
*/

/* Font size for all the span tags
.site-title span {
  font-size: 30px;
}
 */
/* style the first word */
.site-title span:nth-child(1) {
//color: #333;
  font-family: 'Lucida Handwriting';
  font-size: 45px;
  font-weight: 700;
  padding-right: 5px;
}
/* style the second word */
.site-title span:nth-child(2) {
 //color: #99d7da;
  font-family: 'Rashi';
  font-size: 55px;
  font-weight: 700;
}
/* style the third word
.site-title span:nth-child(3) {
 color: #333;
 font-weight: 400;
}
 */

/* Make sure font FontAwesome is loaded properly onto the icons in AccessPress Social Share Plugin - Theme 4 */

.apss-theme-4 .apss-single-icon .fa, .apss-theme-4 .apss-single-icon .fas, .apss-theme-4 .apss-single-icon .fab {
    font-family: fontawesome;
    left: 8px;
    top: 7px;
}
