/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 body {
 	background-color:#f6f6f6;
}

h1, h2 {
	color: #37474f;
	font-weight: 300;
}
.primarycol {
	color: #37474f;
}
.primarybg {
	background-color: #37474f;
}
ul.pagination li.active {
	background-color: #37474f;
}

nav ul a,
nav .brand-logo {
  color: #444;
}
#mainlogo {
	/*padding-top:4px;*/
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #263238;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

 #topnav {
	padding-left:2em;
	padding-right: 2em;
	height:100%;
 }
 /*
 #wmark {
	 z-index:10;
	 position:absolute;
	 top:30px;
	 right: -300px;
	 width:800px;
	 height:800px;

    -webkit-animation:spin 24s linear infinite;
    -moz-animation:spin 24s linear infinite;
    animation:spin 24s linear infinite;
 }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 */

 #socmed {
	 text-align:right;
 }

 #socmed a {
	 margin-top:1em;
	 margin-left:1em;
 }

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

 #socmed, #footcontect, .footer-copyright {
	 text-align:center;
 } 

 #socmed a {
	 margin-top:1em;
	 margin-right:.5em;
	 margin-left:.5em;
 }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  .brand-logo {
	  text-align:right;
	  vertical-align: middle;
  }
  .brand-logo img {
	  vertical-align: middle;
	  width:100%;
  }
}

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

footer.page-footer {
  margin: 0;
}

#nav-mobile li {
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
#picgallery .col {
	padding-bottom:1.5rem;
}
.footer-copyright {
	/*background-color:#455a64 !important;*/
}
.errtext {
	color: #f30000;
	padding: 1em;
}
.nomarginbottom {
	margin-bottom:0px;
}
#pdfico i {
	display: block;
	font-size:4.5em;
	color: #e40613;
}
#printico i {
	display: block;
	font-size:4.5em;
	color: #3baa34;
}
#emlico i {
	display: block;
	font-size:4.5em;
	color: #0f70b7;
}

a.dllink {
	display: inline-block;
	margin:1em;
}
a.dllink img{
	display:inline;
	vertical-align:middle;
}
.side-nav li ul li {
	overflow:hidden;
}
.pagecontent img {
	max-width:100%;
	height:auto;
}