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

p {
  line-height: 1.5rem;
}

.button-collapse {
  color: #FF0000;
}

.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;
}




























table {
	width: 99%;
	max-width: 99%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #AAA;
	margin-bottom: 15px;

}

table th:first-child {
}

table th:last-child {
	border-right: 1px solid #E7E7E7;
}

table td:last-child {
	border-right: 1px solid #E7E7E7;
}

table th {
	border: 1px solid #E7E7E7;
	border-right: none;
	background-color: #F5F5F5;
	text-align: left;
	padding: 13px 15px 10px;
	color: #454545;
	vertical-align: top;
	font-size: 13px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

table td {
	padding: 5px 10px;
	border: #E7E7E7 1px solid;
	border-top: none;
	border-right: none;
}


table th:first-child {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

table th:last-child {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
}

table tr:last-child td:first-child {
	border-radius: 0 4px 0;
	-moz-border-radius: 0 4px 0;
	-webkit-border-radius: 0 4px 0;
}

table tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
} 



























hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}









.gallery-image {
	max-width: 100%;
}

img, object, embed {max-width: 100%; border: 0;}

h1, h2, h3 {
	font-size: 2rem;
}