/* Global Application */
body {
    font-family: 'El Messiri', sans-serif;  
    font-weight: 400; /* Set a default starting weight */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Added for better Firefox rendering */
}

#showSubLogoImage {
    width: 50%;
  }
#eventTitle {
    font-size:38px;
    line-height: 1.2;
}
#eventSlogan {
    font-size:22px;;
}
@media (max-width: 768px) {
    #showSubLogoImage {
      width: 80%!important;
    }
    
   #eventTitle {
        font-size:30px!important;
        line-height:1!important;
    }
    #eventSlogan {
        font-size:20px!important;
    }
}