/* /*
 * GitPitch Slideshow Custom CSS Styling
 *
 * For details, visit Wiki:
 * https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
 */
 body:before {
  display: inline-block;
  width: 150px; 
  height: 200px;
  position: fixed;
  top: 1em;
  right: 3em;
  /* content: url('img/logo-ics.svg'); */
  content: url('../../_reveal-md/img/logo-ics.svg');
  transform: scale(1);
}

 body:after {
  display: inline-block;
  width: 150px; 
  height: 200px;
  position: fixed;
  top: -5em;
  left: 0em;
  /* content: url('img/logo.png'); */
  content: url('../../_reveal-md/img/logo.png');
  transform: scale(.1);
}
 
.reveal {
  font-size: 1.5em; 
  }

.reveal .slides {
  text-align: left;
  }

.reveal p {
  text-align: justify;
  }
  
.reveal h1 {
  text-align: center;
  font-size: 2.5em; 
}

.reveal h2 {
  text-align: center;
  font-size: 1.7em;
 }

.reveal h3 {
  text-align: center;
  font-size: 1.6em;
 }

.reveal h4 {
  font-size: 1.5em; }

.reveal pre code {
  background-color: #f0f0f0;
  font-size: 1.5em;
  line-height: 1.0;
  }

.reveal img {
  border: none !important;
  box-shadow: none !important;
  z-index:-1;
  }

.reveal em {
    font-style: italic;
    font-family: Courier, monospace;
}

.reveal code {
  background-color: #f0f0f0;  
  font-family: 'Inconsolata', Courier, monospace;
}

.reveal div.left {
  float: left;
  z-index: -10;
  width: 45%;
}

.reveal div.right {
  float: right;
  z-index: -10;
  width: 55%;
}

#left {
	margin: 10px 0 15px 20px;
	text-align: left;
	float: left;
	z-index:-10;
	width:48%;
	font-size: 0.85em;
	line-height: 1.5; 
}

#right {
	margin: 10px 0 15px 0;
	float: right;
	text-align: left;
	z-index:-10;
	width:48%;
	font-size: 0.85em;
	line-height: 1.5; 
}

.overview {
  width: 5em;
	float: right;
}
