body {
  background: #eeeeee;
  background: -moz-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0B5895), color-stop(100%, #000B3B));
  background: -webkit-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -o-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: -ms-radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background: radial-gradient(center, circle cover, #0B5895 0%, #000B3B 100%);
  background-color: #b2b2b2; }

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #f7c363; }

  .reveal h1, .reveal h2 {
    /* font-family: "Source Sans Pro", Helvetica, sans-serif; */
    color: #f7c363; }

::selection {
  color: black;
  background: #bee4fd;
  text-shadow: none; }

::-moz-selection {
  color: black;
  background: #bee4fd;
  text-shadow: none; }