.s1{
  background: red;
}

.main_menu {
  margin-left: 100px;
  position: relative;
}

.section-title {
padding-bottom : 36px;
}

.scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space:nowrap
}

.pembuka{
  margin-top: 100px;
  display: none;
  position: absolute;
  align-content: center;
  width: 100%;
}

.material-icons.small { font-size: 18px; }
.material-icons.large { font-size: 24px; }
.material-icons.huge { font-size: 36px; }
.material-icons.gigantic { font-size: 48px; }

.pushup {
  margin-top: -80px;
  margin-bottom: 0px;
}

.welcome-banner {
  height: 700px;
  background-color: #111111;
  position: relative;

}



.opacity-7{
  opacity: 0.7;
}

.fa-cog {
    color: grey;
}

.bg-bottom {
  background-position: bottom;
}

.bg-nav {
  background-color: teal;
  position: fixed;
  top: 0px;
  height: 64px;
  margin: auto;
  width: 100%;
  display: none;
}

#login-form {
 width: 350px;
}

.bg-nav-show {
  background-color: teal;
  display: none;
}


nav {
  background-color: rgba(0,0,0,0);
}

nav ul a,
nav .brand-logo {
  color: #ffffff;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #a8a8a8;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  background-color: rgba(0,0,0,.3);
}

.large {
  min-height: 680px;
}

.medium {
  min-height: 380px;
}

.hide-nav {
}

.gambar{
    margin: auto;
    position:relative;
    overflow:hidden;
    height: 140px;
    width: 140px;
}
.gambar img{
    position:absolute;
}

  .parallax-container .section {
    width: 100%;

  }

  .no-margin-top {
    margin-top: 0px;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}



.icon-block {
  padding: 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
