@charset "UTF-8";
:root {
  font-size: 162.5%; }

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, 'Droid Sans';
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

#info {
  font-size: small;
  position: absolute;
  bottom: 0px;
  left: 40%;
  z-index: 500;
  color: #fff; }

/* optional */
#topinfo {
  font-size: small;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 500; }

.key {
  color: black;
  display: inline-block;
  padding: 3px 3px 3px 3px;
  text-shadow: none;
  letter-spacing: 0;
  position: relative;
  background: white;
  border-radius: 5px;
  font-weight: bold;
  text-shadow: 0 0 1px currentColor; }

#presentation {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  background: #fff;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 50%, transparent 50%), -webkit-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -webkit-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), -webkit-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -webkit-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), -webkit-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -webkit-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 50%, transparent 50%), -moz-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -moz-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), -moz-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), -moz-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -moz-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), -moz-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), -moz-linear-gradient(left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), -moz-linear-gradient(left, transparent 60%, rgba(0, 0, 0, 0.2) 60%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 50%, transparent 50%), linear-gradient(to left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.2) 60%), linear-gradient(to left, transparent 50%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to left, transparent 40%, rgba(0, 0, 0, 0.2) 40%), linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.2) 60%);
  -webkit-background-size: 1px 50%, 1px 50px, 32px, 120px, 80px, 60px, 90px, 110px, 70px, 500px;
  -moz-background-size: 1px 50%, 1px 50px, 32px, 120px, 80px, 60px, 90px, 110px, 70px, 500px;
  background-size: 1px 50%, 1px 50px, 32px, 120px, 80px, 60px, 90px, 110px, 70px, 500px; }

.slides {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -moz-transition: -moz-transform 1s ease-in-out;
  -ms-transition: -ms-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.slide {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 900px;
  height: 700px;
  left: 50%;
  top: 50%;
  margin-top: -350px;
  background-color: #eee;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding-left: 20px;
  padding-top: 10px;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6), inset 0 0 6px rgba(0, 0, 0, 0.4); }

.slide.far-past {
  display: block;
  margin-left: -2400px; }
.slide.past {
  visibility: visible;
  display: block;
  margin-left: -1400px; }
.slide.current {
  visibility: visible;
  display: block;
  margin-left: -450px; }
.slide.future {
  visibility: visible;
  display: block;
  margin-left: 500px; }
.slide.far-future {
  display: block;
  margin-left: 1500px; }
.slide .counter {
  color: #999999;
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  font-size: 0.7rem; }
.slide img {
  max-height: 90%;
  border: 1px solid white;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  text-align: center; }

#presentation-counter {
  color: #ccc;
  font-size: 0.7rem;
  letter-spacing: 1px;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center; }

#next,
#back {
  z-index: 1000;
  position: absolute;
  top: 5px;
  left: 5px;
  list-style-type: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(white 50%, #eeeeee 50%, #dddddd);
  background: -moz-linear-gradient(white 50%, #eeeeee 50%, #dddddd);
  background: -ms-linear-gradient(white 50%, #eeeeee 50%, #dddddd);
  background: -o-linear-gradient(white 50%, #eeeeee 50%, #dddddd);
  background: linear-gradient(white 50%, #eeeeee 50%, #dddddd);
  border-radius: 7px;
  border: none;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 1rem;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3), 2px 2px 5px rgba(0, 0, 0, 0.7);
  border: 3px solid #eee; }

#next {
  left: auto;
  right: 5px; }

.slide.section,
.slide.intro {
  text-align: center; }

.slide.section,
.slide.intro header {
  font-size: 2.5rem; }

.slide li {
  margin-bottom: 1rem;
  margin-left: 7px; }
  .slide li li {
    margin-bottom: 0px; }
.slide p {
  font-size: 2rem; }

.force-render {
  display: block;
  visibility: hidden; }

ol li {
  margin-left: 10px; }

ol li::marker {
  content: ' ✍'; }

/*@ sourceMappingURL=index.css.map */