/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

x-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

#main {
  padding-top: 55px;
}

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


.slider .indicators .indicator-item.active {
    background-color: #000000; }

nav {
  height: 65px;
  line-height: 65px;
}

a {
    color: #f57c00;
}

.title {
  font-size: 2rem;
  font-weight: 300;
  font-stretch: condensed;
  text-transform: capitalize;
  text-align: center;
}

