body {
  line-height: 1;
  /*
  background-image: url('/ahoi-no.jpg');
  background-size:cover;
  background-position:top left;
  background-repeat: no-repeat;
  */
}

/* CONTENT */

#content {
  height: 90%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* CI */

.ci {
  color:;
  font-size:1em;
  font-family: "News Cycle",Impact,sans-serif;
  font-weight: normal;
}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#vspace {
    height:15%;
}

#footer {
	position: absolute;
    bottom: 0;
    height: 10%;
    left: 0;
    width: 100%;
    font-size: 2em;
	overflow: hidden;
	background: #1F864D;
	text-align:center;
}

.footer-qr {
    vertical-align:top;
}

.footer-caption {
    color:white;
    display:inline-block;
    letter-spacing: 0.2em;
    margin:0 0.5em;
    vertical-align: top;
    height: 100%;
    font-size:8vh;
}

/* SLIDES */

.reveal .progress {
  background:none;
}

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

.reveal .progress {
    bottom: 0;
	left: 0;
	height: 10%;
}

.reveal .playback {
  bottom: 15%;
  left: 33%;
}

.reveal section img {
  border: none;
  box-shadow:none;
}
.reveal img, .reveal video, .reveal iframe {
  max-width: 95%;
  
  height: auto;
}

/* Fullscreen Content */

#content.fullscreen {
    width: 100%;
    height: 100%;
}
