/**
 * Black theme for reveal.js. This is the opposite of the 'white' theme.
 *
 * By Hakim El Hattab, http://hakim.se
 */
/*
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Tajawal:wght@300;400;500;700&display=swap');
@import url(./fonts/source-sans-pro/source-sans-pro.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #222; }
*/
/*********************************************
 * Karls Custom Styles
 *********************************************/

/*
.reveal-viewport {
  background: #fff;
  background-color: #fff; }
*/
.reveal
{
	color: #fff;
}

.reveal .controls {
  color:#fff ; }

.reveal a
{
	color: #E13069;
}

.reveal a:hover 
{
	color: #16BAA9;
}

.reveal .progress {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}