/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #1c1e20;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background-color: #2b2b2b; }

.reveal {
  font-family: Lato, 'Source Sans Pro', Helvetica, sans-serif; }

.reveal ul {
  list-style-type: none; line-height: 2em; }

.reveal li {
  font-size: 1.5em; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  color: #eeeeee; line-height: 0.9em; letter-spacing: 0.02em;
  font-family: 'League Gothic', Impact, sans-serif; }

.reveal h1 {
  font-family: 'League Gothic', Impact, sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

.reveal h2 {
  font-size: 2.5em;
  font-weight: normal; }

.reveal h3 {
  font-size: 1.5em;
  font-weight: normal; }

/*********************************************
 * COLORS (Not working yet!)
 *********************************************/
.alert .reveal .state-background{background:rgba(200,50,30,.6)}
.soothe .reveal .state-background{background:rgba(50,200,90,.4)}
.blackout .reveal .state-background{background:rgba(0,0,0,.6)}
.whiteout .reveal .state-background{background:rgba(255,255,255,.6)}
.cobalt .reveal .state-background{background:rgba(22,152,213,.6)}
.mint .reveal .state-background{background:rgba(22,213,75,.6)}
.submerge .reveal .state-background{background:rgba(12,25,77,.6)}
.lila .reveal .state-background{background:rgba(180,50,140,.6)}
.sunset .reveal .state-background{background:rgba(255,122,0,.6)}

/*********************************************
 * OTHERS
 *********************************************/
html.shady img {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    -o-box-shadow: 16px 16px 29px #555;
    -icab-box-shadow: 16px 16px 29px #555;
    -khtml-box-shadow: 16px 16px 29px #555;
    -moz-box-shadow: 16px 16px 29px #555;
    -webkit-box-shadow: 16px 16px 29px #555;
    box-shadow: 16px 16px 29px #555;
}
html.poppy img {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    -o-box-shadow: none;
    -icab-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
