/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
  background-image: url('../images/bg.png');
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center;
}

#nav-logo {
  height: 40px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

#applivedemo {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 600px;
  height: 420px;
  background-image: url('../images/app-in-hand.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: 10;
}

section.
.btn-large {
  display: block;
}

.featurette {
  text-align: center;
  padding: 10% 0;
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;
}

@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;
  }
}

#index-banner {
  position: relative;
}

.icon-block {
  padding: 0 15px;
}

.btn {
  min-height: 50px;
  line-height: 50px;
}
i.top {
  display: block;
}
.btn-block {
  width: 100%;
}

.white {
  background-color: #fff;
}

.white-tr-25 {
  background-color: rgba(255,255,255,.25) !important;
}

.black-tr-35 {
  background-color: rgba(0,0,0,.35) !important;
}
.black-tr-45 {
  background-color: rgba(0,0,0,.45) !important;
}
.black-tr-25 {
  background-color: rgba(0,0,0,.25) !important;
}
.white-tr-80 {
  background-color: rgba(255,255,255,.80) !important;
}
.btn-primary {
  background-color: #AE3E08 !important;
}

.notice-bar {
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
    z-index: 100;
}

.notice-bar h5 {
  font-size: 1.2em;
    line-height: 1.5;
    letter-spacing: 1px;
}


/*-------- Overrides -----------*/
.card-body {
  min-height: 200px;
  line-height: 1.5;
  font-size: 1.0em;
}
.flex-control-nav {
  position: relative;
  bottom: 0;
}

footer.page-footer {
  margin-top: 0;
}


.hidden {
  display: none;
}

.activator {
  cursor: pointer;
}

.divider {
  background-color: rgba(160, 160, 160, 0.2);
}

.parallax img {
  background-size: 100%;
  background-repeat: no-repeat;
}
 @media only screen and (max-width : 992px) {
   .parallax img {
    background-size: cover;
  }
    nav .brand-logo {
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
    }
}
