@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);



  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;; 
    
  }
  
  

  

.zevlogo{
 
   background: rgba(255,255,255,0) !important;
   border:none !important;
   box-shadow: none !important;
   width: 300px;
   position: absolute;
    margin-top:100px;
        margin-left: 50px !important;
}


code {
    font-family: "Inconsolata", sans-serif;
    color: palegoldenrod;  /*original color #c1d192, #C1D14B; lightblue; khaki, palegoldenrod, rosybrown, wheat*/
}

li>code {
    font-family: "Inconsolata", sans-serif;
    font-weight: bold;
    /*background-color:rgba(27, 82, 109, 0.4);*/
}


.reveal a:not(.image) {
  color: #9EC8D8;
   }

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {

/*    margin: 0 0 20px 0;
  color: #fff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-shadow: none;
  word-wrap: break-word;*/

  margin: 0 0 20px 0;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: normal;
  /*text-shadow: none;*/
  word-wrap: break-word;
  /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/

/* font-family: "Montserrat", Impact, sans-serif;
   line-height: 0.9em;
  letter-spacing: 0.02em;*/
}




.reveal pre {
    margin-bottom: 50px;
}
.reveal section img {
    margin: 15px 0px;
    background: rgba(247, 245, 225, 1);
    border: 4px solid #fff9ba;
    box-shadow: 0 0 10px rgba(155, 155, 150, 0.5);
    -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 h3 {
    color: #C1D16C;
    text-align: left;
    padding-bottom: 10px;
    text-transform:none;
    font-size: 1.6em;

    /*font-family: Impact, sans-serif;*/
    /*line-height: 1.2;*/

    /*letter-spacing: 0.0525em;*/
}


.reveal h3 > code{
    /*background-color:rgba(27, 82, 109, 0.4);*/
    color: #C1D16C;
    font-weight: normal;
    /*font-family: "Inconsolata", sans-serif;*/
}

.reveal h2 > code{
    /*background-color:rgba(27, 82, 109, 0.4);*/
    color: #fff;
    font-family: "Inconsolata", sans-serif;
}

.reveal h2 {
    /*font-family: Impact, sans-serif;*/
    text-transform:none;
    /*line-height: 1.2;*/
}
.reveal h1 {
    font-size: 2.45em;
    color: #e8e6b0;
    padding-bottom: 75px;
    letter-spacing: -0.05px;
    text-shadow: none;
    text-transform:none !important;
    margin-bottom: 100px;
    /*font-family: Impact, sans-serif;*/
    /*line-height: 1.2;*/

}
.reveal p {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.reveal ul {
    display: block;
}
.reveal li {
    padding-bottom: 20px;
}
.reveal section img {
    display: block;
    margin: 0 auto;
    background: rgb(255, 255, 255, 1);
}
.minornote {
    color: #d1cfcf;
    padding-top: 20px !important;
    text-align: left;
    font-size: 0.9em !important;
    line-height: 1.1em !important;
    font-style: italic !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.minornote code {
    font-style: normal;
    color: #d1cfcf;
    font-family: "Inconsolata", sans-serif;
}
.reveal section {
    margin-top: -75px;
}
.handsOn h3 {
    color: pink;
    text-align: center;
    text-transform: lowercase;
}
.exerciseBreak h3 {
    color: #ede3af;
    text-transform: initial;
}
.reveal li {
    padding-bottom: 40px;
}
.reveal pre {
    display: block;
    position: relative;
    width: 90%;
    margin: 15px auto;
    text-align: left;
    font-family: monospace;
    line-height: 1.2em;
    word-wrap: break-word;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    margin-top: 0;
    max-width: 95%;
    border: 1px solid #ccc;
    white-space: pre-wrap;
    margin-bottom: 1em;
}
.reveal pre code {
    display: block;
    padding: 0.5em;
    font-size: 1.4em;
    line-height: 1.25em;
    background-color: rgba(247, 245, 225, 1);
    overflow: visible;
    max-height: none;
    word-wrap: normal;
}
pre .comment {
    color: #8c8888;
    line-height: 1em;
    font-size: 1em;
}
pre .preprocessor {
    color: #8c8888;
    line-height: 1em;
}
pre.littlesmaller code .comment {
    font-size: 0.75em;
    line-height: 0.75em;
}
.briefagenda {
    color: #999999;
    padding-bottom: 0px;
}
.longeragenda {
    font-weight: bold !important;
}
.agenda {
    line-height: 1em !important;
}
p.centered {
    text-align: center;
}