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

body, .main, html {
  padding: 0;
  width: 100%;
  float: left;
  color: black;
  font-family: 'Roboto',Arial,sans-serif;
  padding-bottom: 50px;
}

body .header{
  color: #ecf0f1;
  margin: 25px 0;
}

body {
  background: black;
}

.menu a {
  background: black;
  color: #fff;
  font-weight: bold;
  border-color: #444;
}

.menu a:hover {
  background: black;
  border-color: #777;
}

.menu a.active {
  background: black;
  border-color: #777;
}
.main p {
  color: #555;
  font-size: 16px;
  font-weight: 100;
  padding: 0 20px;
  margin: 10px auto;
  max-width: 800px;
}
.nav-top {
  background: black;
}
.nav-top a {
  color: #ecf0f1;
}

/* ALL DEMO */
h1 {
  color: #555;
  text-shadow: none;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 54px;
}

h1 span {
  font-size: 44px;
  display: block;
}

body .nav-top {
  position: absolute; 
  z-index: 11;
  padding-top: 0;
}

body .nav-top span {
  display: inline-block;
}

.adswrap {
  margin-top: 55px;
}

.direction {
  max-width: 500px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 50px;
  font-weight: bold;
}

.menu, .header, .nav-top {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 0;
}

.gallery {
  width: 500px;
  height: 333px;
  margin: 150px auto;
}

.navigation .btn{
  background: #000;
  color: #FFF;
  font-weight: bold;
  border-color: #444;
  border: 4px solid #FFF;
  border-radius: 5px;
  display: inline-block;
  font-size: 1em;
  line-height: 100%;
  margin: 0 5px;
  padding: 0.7em;
  text-decoration: none;
  opacity: 0.7;
}
.fg-caption {
  font-style: italic;
  color: white;
}
.demo5 .fg-caption {
  color: white;
}