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

#mobile-logo {
	display: none;
}

#logo-container {
  background-image: url('../1987logo.png');
  width: 600px;
  height: 64px;
  background-repeat: no-repeat !important;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26C6DA;
}

.parallax-container {
  min-height: 1800px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

#header-quote {
	/*padding-top: 600px;*/
}

#index-banner {
	min-height: 1200px;
}

  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 1100px) {

#logo-container {
  background-image: none
}

.parallax-container {
	display: none;	
}

#mobile-logo {
	display: block;
}

}

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

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

@media only screen and (max-width : 600px) {
	
#mobile-logo {
	display: block;
}
	
.parallax-container {
	display: none;	
}
	
  #index-banner .section {
    top: 0;
  }
}

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

footer.page-footer {
  margin: 0;
}