/* 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 {
	box-shadow: none;
}
nav ul a,
nav .brand-logo {
  color: #717171;
  font-size: .75em;
  text-transform: uppercase;
}

nav ul a:hover {
	background: rgba(255,255,255,.1);
}

nav li.current {
	background: rgba(255,255,255,.1);
}
nav li.current:hover {
	background: none;
}

nav .brand-logo {
	padding-top: 10px;
}

.work-label {
	margin:0;
}

h1 {
	font-size:2.2em;
}
h2, h5 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
}
h6 {
	margin:0;
	padding: .25em 0;
}
p {
  line-height: 2rem;
}

.button-collapse {
/*   color: #26a69a; */
}
.work-nav {
	padding:0;
	margin:0;
}
.pagination li {
	font-size: .875em;
}
.pagination li.active, .pagination li.active a {
	background: none;
	color: #000;
	text-decoration: underline;	
}
.pagination li.disabled a {
	color: #848484;
}
ul.pagination {
    margin: 0;
    padding: 0;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  
.card {
	box-shadow: none;
	border: solid 2px #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

@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;
  	}
  	.row .col.s12 {
	  margin-bottom: 1.2em;
  	}
  	.card .card-title {
	  font-size: 14px;
	  line-height: 12px;
	}
	.card .card-content .card-title	{
		line-height: 12px;
	}
}

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

footer.page-footer {
  margin: 0;
}