/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background:#000000;
      text-align: center;
}

body, .main, html {
  display: block;
  padding: 0;
}

body .header{
  color: #000000;
}

.main p {
  color: #00000000;
  font-size: 16px;
  font-weight: 100;
}

.nav-top {
  border-bottom: 1px solid #f2f2f2;
}

.nav-top a {
  color: #000;
}

.menu a {
  background: #000;
  border: 4px solid #EEE;
}

.menu a.active {
  background: #000;
  font-weight: bold;
}

/* ALL DEMO */
h1 {
  color: #000;
}

.panorama {
  height: 800px;
  margin: 0 auto;
}

#demo3 .panorama {
  width: 100%;
}
