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



nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  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;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


.mobile-fab-tip {
  position: fixed;
  left: 75px;
  padding:0px 0.5rem;
  text-align: left;
  border-radius: 2px;
  color: white;
  width:auto;
}



.left-sidebar{
  position: fixed;
  top: 30%;
  z-index: 999;
}
.left-sidebar ul{
  border: none;
}
.left-sidebar i.fa{
  padding: 8px;
  font-size: 20px;
  color: #fff;

}
.left-sidebar li{
  width: 70px;
  transition: .5s;
}

.left-sidebar li:nth-child(1){
  background: #3B5998;
}
.left-sidebar li:nth-child(2){
  background: #55ACEE;
}
.left-sidebar li:nth-child(3){
  background: #e4405f;
}

.left-sidebar li:hover{
  width: 130px;
}




.left-sidebar-mobile{
  position: fixed;
  top: 58px;
  z-index: 999;
  right: 0px;
}
.left-sidebar-mobile ul{
  border: none;

}
.left-sidebar-mobile i.fa{
  align-content: center;
  font-size: 15px;
  color: #fff;

}
.left-sidebar-mobile li{
  width: 40px;
  transition: .5s;
}

.left-sidebar-mobile li:nth-child(1){
  background: #3B5998;
}
.left-sidebar-mobile li:nth-child(2){
  background: #55ACEE;
}
.left-sidebar-mobile li:nth-child(3){
  background: #e4405f;
}

.left-sidebar-mobile li:hover{
  background: grey;
}

.vert-align-h3{
  line-height: 40px;
}
.vert-align-h4 {
  line-height: 35px;
}

hr.blue{

  height: 12px;
  background: #007bff;

}
