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

.reveal h1 {
  font-family: 'Philosopher', sans-serif;
  font-variant: normal;
  
}

h1, h2, h3, h4, h5, p, strong {
  color: #fdfbe4 !important;
}

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

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

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