body {
    background-color: #ffffff;
}



.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6{
  	margin: 0 0 15px 0;
	color: #4a3c89;
	font-family: Gill Sans MT;
	font-weight: normal;
  	line-height: 1.2;
  	letter-spacing: -0.03em;
  	text-transform: none;
  	text-shadow: none;
	word-wrap: break-word;
	}


.reveal h1 {
  	font-size: 2em;
	text-align: center;
	color: #4a3c89;
	font-family: Gill Sans MT;
	font-weight: normal;
  	line-height: 1.2;
  	letter-spacing: -0.03em;
  	text-transform: none;
  	text-shadow: none;
	word-wrap: break-word;
	}

.reveal h2 {
  	font-size: 1em; }

.reveal h3 {
 	font-size: 1em; }


.reveal h1 {
	text-shadow: none; }

.reveal p {
  	margin: 20px 0;
	line-height: 1.3; 
	color: #fff;}

.reveal a {
  color: ##4a3c89;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #8dcffc;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
background: #068de9; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
margin: 0 0 0 1em; 
 color: ##4a3c89}
 
 .reveal section img{
	 border: none;
	 
 }

