body .reveal .title-page {
  background-color: rgb(0, 51, 102);
  color: rgb(255, 255, 255);
}

body .reveal .title-page h1,
body .reveal .title-page h2,
body .reveal .title-page h3, 
body .reveal .title-page h4, 
body .reveal .title-page h5, 
body .reveal .title-page h6 {
  color: rgb(255, 255, 255);
}


body .reveal {
  color: rgb(0, 51, 102);
  background-color: rgb(255, 255, 255);
}

body .reveal h1,
body .reveal h2,
body .reveal h3, 
body .reveal h4, 
body .reveal h5, 
body .reveal h6 {
  color: rgb(0, 51, 102);
}

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


body .reveal .slides .aligned-left {
  text-align: left !important;
}


body .reveal .slides .aligned-center {
  text-align: center !important;
}


.right-float {
  float: right;
  margin-right: 5%
}

.left-float {
  float: left;
  margin-left: 5%
}

.image-on-right {
  float: right;
  margin-right: 2%;
  width: 36%;
}

.content-on-left {
  float: left;
  margin-left: 2%;
  width: 60%;
}

body .reveal .slides .small {
  font-size: 50%
}

body .reveal section img {
  box-shadow: none;
  max-height: 85%;
  max-width: 85%;
}

