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

.button-collapse {
  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;
}

.sunred {
  background-color: #ED1F24 !important;
}

.sunred-text {
  color: #ED1F24 !important;
}

.sunblue {
  background-color: #3752A3 !important;
}

.sunblue-text {
  color: #3752A3 !important;
}

.black-text {
	 color: #000000 !important;
}

.rwtmaroon-text {
	 color: #4D1111 !important;	
}
.rwtmaroon {
	 background-color: #4D1111 !important;	
}

.img-border-shadow {
    border: 5px #fff solid;
    -webkit-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
    -moz-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
    box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}