
/* line 17, sass/screen.scss */
#page {
  width: 100%;
  position: relative;
}

/* line 22, sass/screen.scss */
#viewport-shadow {
  position: relative;
  width: 100%;
}

/* line 29, sass/screen.scss */
#viewport, #box, .slide {
  width: 100%;
  height: 600px;
}
@media screen and (min-width:1600px) and (max-width: 1919px){
	#viewport, #box, .slide {
	  width: 100%;
	  height: 600px;
	}
}
@media screen and (min-width:1440px) and (max-width: 1599px){
	#viewport, #box, .slide {
	  width: 100%;
	  height: 500px;
	}
}
@media screen and (min-width:1280px) and (max-width: 1439px){
	#viewport, #box, .slide {
	  width: 100%;
	  height: 500px;
	}
}





/* line 34, sass/screen.scss */
#viewport {
  overflow: hidden;
}

/* line 37, sass/screen.scss */
#controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
}
/* line 44, sass/screen.scss */
#controls li {
  display: inline;
}

/* line 48, sass/screen.scss */
.goto-slide {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 8px;
}
/* line 62, sass/screen.scss */
.goto-slide.current {
  background-color: #00456b;

}
/* line 90, sass/screen.scss */
#effect-switcher h2 {
  border-bottom: solid 1px #555;
  margin: 0 0 10px;
}

/* line 97, sass/screen.scss */
#effect-list {
  overflow: hidden;
}
/* line 99, sass/screen.scss */
#effect-list li {
  display: inline;
}

/* line 102, sass/screen.scss */
.effect, .effect:hover {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  border: solid 1px black;
  border-radius: 7px;
  padding: 10px 12px 6px;
  color: #ccc;
  text-decoration: none;
  background-color: #555;
  -webkit-box-shadow: inset 0px 0px 8px #000;
  -moz-box-shadow: inset 0px 0px 8px #333;
  box-shadow: inset 0px 0px 8px #333;
}
/* line 117, sass/screen.scss */
.effect.current, .effect:hover.current {
  color: #2edbac;
}

/* line 123, sass/screen.scss */
#time-indicator {
  width: 0px;
  height: 3px;
  background-color: #2edbac;
  position: absolute;
  top: 460px;
  left: 140px;
}

/* line 132, sass/screen.scss */
#credits {
  margin: 20px 0 40px;
  padding: 10px 0 0;
  color: #555;
  font-size: .9em;
}
#credits p{
	line-height:24px;
}