.parallax-container {
	min-height: 768px;
	line-height: 0;
	color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}
.dot {
	font-size:24px;
	font-weight:bold;
	line-height:inherit;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 0%;
  }

  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

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

footer.page-footer {
  margin: 0;
}
