@import url(https://fonts.googleapis.com/css?family=Abel|Lato:300,400,700,400italic);
/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

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

body { 
  color: #2196F3; 
}

.parallax-container {
      height: 256px;
}
        
.parallax
{
	left:-1px;
}

.parallax .iris 
{
  background-image : url("../img/bg-iris.png"); 
  position: absolute;
  left:0px;
  bottom:0;
  padding-left:20px;
  padding-right:20px;
  font-family: Lato;
  font-weight: 200;
  display:block;
  text-align:right;
  width:100%;
}

footer.page-footer
{
  background : url("../img/32.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parallax .iris h1,
.parallax .iris h2,
.parallax .iris h3,
.parallax .iris h4,
.parallax .iris h5,
.parallax .iris h6
{
  font-family: Lato;
  font-weight: 200;
}

