body {
  margin: 0px;
  overflow: hidden;
}

.map {
  display: none;
  position: fixed;
}

#shadow {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background-color: #404040;
  opacity: 0.7;
  top: 0px;
  left: 0px;
}

.video-overlay,
.image {
  display: none;
  position: fixed;
  z-index: 20;
  width: auto;
  height: auto;
  top: 0px;
  left: 0px;
}

.video {
  display: none;
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
}

img.tile {
  float: left;
}

.popup {
  display: none;
  background-size: 100%;
  background-repeat: no-repeat;
  position: fixed;
  width: 64px;
  height: 88px;
}

.popup-image {
  background-image: url('/sites/default/themes/baffinland/img/pin-picture.png')
}

.popup-video {
  background-image: url('/sites/default/themes/baffinland/img/pin-video.png')
}

.popup-interview {
  background-image: url('/sites/default/themes/baffinland/img/pin-interview.png')
}

#compass {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
}

#home {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 40px;
}

#about {
  position: fixed;
  top: 80px;
  right: -6px;
  width: 60px;
}

#about-us {
  display: none;
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000000;
  color: #FFFFFF;
  overflow: scroll;
}

.about-us {
  padding: 5% 20% 5% 10%;
}

.about-us p {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.about-us h2 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 2em 0px;
}

.about-us h2 span {
  background-color: #FFFFFF;
  color: #000000;
  padding: 5px 20px;
  box-shadow: 5px 10px #777777;
  
}

#about-arrow {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 50px;
  z-index: 10;
}

#about-close {
  display: none;
  position: fixed;
  top: 3%;
  right: 2%;
  width: 50px;
  z-index: 10;
}

#intro {
  position: fixed;
  left: 0; 
  bottom: 0; 
  width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 130%;
}

#intro-wrapper {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: 30;
}

#zoomer {
  position: fixed;
  top: 5%;
  left: 5%;
  background: rgba(255,255,255,0.4);
  padding: 2px;
  border-radius: 4px;
}

#zoomer a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 25px;
  width: 25px;
  background: #444444;
  border-radius: 4px;
}

#zoomer a:hover {
  background: #888888;
}
