/*********************************************
 * GLOBAL STYLES
 *********************************************/
 /*li {list-style-type: square;}*/
 /*li {list-style-type: circle;}*/
 li {list-style-type: disc;}

.reveal section li{
  margin: 10px 0;
}

p { text-align: left; }

/*********************************************
 * IMAGES (turn off borders and background)
 *********************************************/
.reveal section img { background:none; border:none; box-shadow:none; }
.reveal section img:hover { background:none; border:none; box-shadow:none; }

.footer{
  position:absolute;
  /*bottom: 50%;*/
  right: 10%;
}

body {
  background: rgb(240, 246, 241);
  /*background-color: #fdf6e3;*/
}

.reveal .controls {
  bottom: 35px;
}
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
  border-right-color: #8b743d; }

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

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

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

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

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

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

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

  .reveal .progress {
    background: rgba(0, 0, 0, 0.2); }

  .reveal .progress span {
    background: #1a1206;
    -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);
    transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
