/* 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: #bdbdbd ;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #bdbdbd ;
}



 .navhover0 a:hover {
  background-color: rgba(0,0,0, 0.1);
} 
.navhover255 a:hover {
  background-color: rgba(255,255,255, 0.1);
}  
  
  
.parallax-container {
  min-height: 180px;
  line-height: 0;
  height: 200px;
  color: rgba(255,255,255,.8);
}
  .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;
}


.full-height-top {
  min-height: 380px;
  height: 100vh; /* use "vh" instead of % */
  
}
.full-height {

  min-height: 100vh; /* use "vh" instead of % */
  
}
.heightnull {
  color: grey;
  width: 1440px;
  height: 743px; /* use "vh" instead of % */
}
i.icon-color {
    color: grey;
}
.div_text_shadow
{
	color: black; 

            text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; 
}
.mask {
 background-color: rgba(0,0,0,0.7);
}

#navbar-fixed-style{
    position: fixed;
}



#loading {
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    text-align: center;
    font-size: 0.9rem;
    color: #595758;
    background-color: #ffffff;
}

.navWhite {
  background-color: #FFFFFF !important;
  transition:background-color 200ms;
  transition-timing-function:ease-in-out;
}
.navTransparent {
  background-color: transparent !important;
  transition:background-color 200ms;
  transition-timing-function:ease-in-out;
}
.divider {
margin-top:30px;
margin-bottom:30px;
}