.reveal {
  font-family: "Conv_CALIBRI";
  font-size: 39px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #000000;
  bottom: 30px;
}

.reveal .slides section p {
  font-size: 39px;
}

.reveal .slides section p.disclaimer {
  font-size: 18px;
}

.reveal .slides section p cite {
  font-style: italic;
}

.reveal .slides section blockquote {
  font-size: 26px;
  line-height: 40px;
}

.reveal blockquote::before {
  content: '';
}

.reveal blockquote::after {
  content: '';
}

p.small {
  font-size: 22px;
}

cite {
  font-style: italic;
}

.twitter-share-button { vertical-align: text-bottom }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 0px 0px;
  background: rgba(255, 255, 255, 0);
  border: 4px solid #333333;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;


}

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #3b759e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

.reveal h12b      {
	color: #6a93ca;
	font-family:"ArimoRegular";
	font-size: 38px;
	text-align: center;
   line-height: 1em;
}
.reveal h12d      {
	color: #356542;
	font-family:"ArimoRegular";
	font-size: 30px;
	text-align: center;
   line-height: 1em;
}
.reveal h11b{
  font-family: "Conv_CALIBRI";
  font-size: 38px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #0e7b7b;
}
.reveal h12c      {
	color: #356542;
	font-family:"ArimoRegular";
	font-size: 28px;
	text-align: center;
   line-height: 1em;
}