@import url(http://fonts.googleapis.com/css?family=PT+Mono|Open+Sans:300,300italic,400italic,400|Open+Sans+Condensed:300);
/**
 * Default theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */

/* black:   333333; */
/* d-green: 738634; */
/* green:   9CC222; */
/* l-green: C0F70C; */
/* white:   F8F8F8 */

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #1c1e20;
  background-color: #2b2b2b; }

.reveal {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #eeeeee; }

::selection {
  color: white;
  background: #ff5e99;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #eeeeee;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.reveal h1 {
  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 hgroup {

}

.reveal h2 {
  font-family: 'PT Mono', sans-serif;
  display: inline-block;
  color: #C0F70C;
  font-size: 48px;
}

.reveal h3 {
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  color: #738634;
  font-size: 24px;
}

.reveal h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #d0d0d0;
    font-weight: 300;
    font-size: 20px;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #738634;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #738634; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -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 a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #738634;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #738634; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #738634; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #738634; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #738634; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #9CC222; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #9CC222; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #9CC222; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #9CC222; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #C0F70C;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.reveal .centered {
  text-align: center;
}

.reveal .m-t-xs { margin-top: 0.4em; }
.reveal .m-t-s  { margin-top: 0.8em; }
.reveal .m-t-m  { margin-top: 1em; }
.reveal .m-t-l  { margin-top: 1.4em; }
.reveal .m-t-xl { margin-top: 2em; }

.reveal .m-b-xs { margin-bottom: 0.4em; }
.reveal .m-b-s  { margin-bottom: 0.8em; }
.reveal .m-b-m  { margin-bottom: 1em; }
.reveal .m-b-l  { margin-bottom: 1.4em; }
.reveal .m-b-xl { margin-bottom: 2em; }

.reveal div.col-12-3 {
    float: left;
    width: 64%;
}

.reveal div.col-3-3 {
    float: right;
    width: 33%;
}

.reveal div.col-123-4 {
    float: left;
    width: 72%;
}

.reveal div.col-4-4 {
    float: right;
    width: 25%;
}

.reveal h4 {
    text-align: left;
    font-size: 0.7em;
}

.reveal .git {
    position: relative;
    font-family: 'PT Mono', monospace, sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    background-color: #222222;
    box-shadow: 0px 0px 10px 2px #111111;
    border-radius: 4px;
    padding: 20px 2%;
    margin-bottom: 1.8em;
    border-top: 3px solid #000000;
}

.reveal .git.git-warning:before {
    position: absolute;
    top: -14px;
    left: -16px;
    content: '!';
    background-color: #990033;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    text-align: center;
    border-radius: 50% 50%;
    border: 3px solid #660033;
}

.reveal .js {
    font-family: 'PT Mono', monospace, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    background-color: #F0F0F0;
    color: #333333;
    border-radius: 2px;
    padding: 0.5em 1em;
}

.reveal p.link-to-slides {
    font-weight: 300;
    color: #808080;
    margin-top: 4em;
}

.reveal .js .green {
    color: forestgreen;
}

.reveal .js .red {
    color: crimson;
}

.git .green {
    color: lightgreen;
}

.git .blue {

    color: lightskyblue
}

.git .red {
    color: lightcoral;
}

.git .orange {
    color: lightsalmon;
}

.git .grey {
    color: #909090;
}

/* TOP NAV */
.top-nav {
    position: fixed;
    top: .2em;
    left: .2em;
}

.top-nav a {
    font-family: 'PT Mono', sans-serif;
    color: #738634;
    text-decoration: none;
}

.top-nav a:hover {
    color: #9CC222;
}

/*
-------------------- */

.git-history-2 section img {
    border-width: 0px;
}

.git-history-2 .slide-caption {
    position: relative;
    font-family: 'PT Mono', sans-serif;
    padding: 0 3%;
    font-size: 0.8em;
    line-height: 1.5em;
}

.git-history-2 .command-line {
    text-align: left;
}
.git-history-2 .command-line.command-line-long {
    font-size: 0.9em;
}
.git-history-2 .command-line .rejected-command {
    font-weight: 700;
    color: #F08080;
    -webkit-text-stroke: .1em #F08080;
}

.git-history-2 .branch {
    position: relative;
    top: -5px;
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.6em;
    padding: 0 8px;
    background-color: #FF4500;
}

.git-history-2 .comparison {
    position: absolute;
    top: 0;
    right: 4%;
    font-size: 0.8em;
    background-color: #A0A0A0;
    color: #202020;
    padding: 0 10px;
    line-height: 1.6em;
}

.git-history-2 .git {
    font-size: 0.8em;
    line-height: 1.4em;
}

.git-history-2 p {
    text-align: left;
    line-height: 1.4em;
    font-weight: 300;
    margin: 1.5em 0 1.5em 1em;
}

.git-history-2 p .warning {
    color: #FA8072;
    font-weight: 600;
}

.git-history-2 ul {
    display: block;
}

.git-history-2 ul li {
    line-height: 1.6em;
    font-weight: 300;
}
