html {
  font-family: 'Noto Serif', serif;
  color: #333;
}

section {
  background: rgba(255,255,255,0.9);
  padding: 5em;
  font-size: 120% !important; 
}

}
.slides {
  width: 100%;
}

h1, h2 {
  margin: .1em 0 .3em !important; 
}

h3 {
  margin: .3em 0 .3em !important;
  line-height: 1.25 !important; 
}

p,ul,ol {
  margin: .5em 0 .5em !important;
}

h1,h2,h3 {	
  font-weight:bold !important;		
}

p,li {
  font-size: 100% !important;
  line-height: 1.75 !important;
}

a:link {color: #005b96; text-decoration: none;}
a:visited {color: #005b96; text-decoration: none;}
a:hover,
a:focus {color: #6497b1; text-decoration: none;
}
a:active {
  color: #6497b1; text-decoration: none;
}
a.roll {
  line-height: inherit !important;
}

.transparent {
  background: transparent !important;
}

.slides small {
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		color: #000;
		font-size: 0.95em;
		border-top: 1px dashed #ccc;
		-webkit-text-size-adjust: none;
}

.reveal .logo {
		position: absolute;
	 bottom: 15px; 
 	left: 15px;
 	z-index: 20;
	}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #000000; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #000000; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #000000; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #000000; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #000000; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #7000000; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #000000; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #000000; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #FF0000;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }