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


/* label underline focus color 
.input-field input[type=text]:focus,.input-field input[type=email]:focus,.input-field textarea.materialize-textarea:focus{
	border-bottom: 2px solid #3f51b5;
}*/
nav ul li.active, nav ul li:hover{
	background-color:transparent;
	transition:1s ease;
}
nav ul li.active a{
	border-bottom:3.5px solid #3f51b5;
}
nav ul li:hover a{
	border-bottom:3.5px solid #5c6bc0;
}
nav ul li a, nav ul li a{
	margin-top:-3.5px;
}
nav ul a{
	color:#ff5722;
}
nav ul li:hover a{
	color:#ff8a65;
}

.tags{
	line-height: 1.5;
}
.tags a{
	display: inline-block;
}
span.badge{
	float:none;
	position:relative;
	right:0;
	min-width:3rem;
	padding:4px 6px 4px 6px;
	background-color:#3f51b5;
	letter-spacing:1px;
	color:#fff;
	border-radius:2px;
	font-size:12px; 
	bottom:3px;
}
.header-tags a{
	margin:3px;
}
.sidebar-content{
	padding:5px;
}
.sidebar-content h4{
	font-size:24px;
	font-weight: 300;
}
hr{
	margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
	border-top: 1px solid #eee;
}
.breadcrumbs a {
	font-weight:300;
}