@charset "UTF-8";
body {
  margin: 0 auto;
  padding: 48px 0 0 0;
  width: 100%;
  text-align: center;
  background: #353535;
  font-family: 'Gill Sans','Gill Sans MT','Calibri','Cabin', sans-serif;
  letter-spacing: .01em;
}
.container {
	margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}
h1 {
  color: #eee;
  font-weight: 400;
  text-align: center;
}
.top img {
  width: 30px;
  position: fixed;
  bottom: 25px;
  right: 25px;
}
img {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: static;
  outline: none;
}
.container img {
	margin-bottom: -1px;
}
.vert-space-28 {
  height: 28px;
}
.vert-space-48 {
  height: 48px;
}
.vert-space-60 {
  height: 60px;
}
.vert-space-90 {
  height: 90px;
}
.vert-space-120 {
  height: 120px;
}
img#zoomOut, img#zoomIn {
  width: 30px;
  display: inline;
}
.mag-glasses {
	z-index: 999;
	position: fixed;
	top: 25px;
	left: 50px;
}
#single-double img {
  width: auto;
  height: 50px;
}
button {
  background: transparent;
  color: #999;
  font-size: 36px;
  font-weight: normal;
  border: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  outline: none;
}
#zoomtext, #zoomtext-lower {
    transform: scale(1);
    transition: transform .8s ease;
  transform-origin: top center 200px;
}

