/* 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;
}
.brand-logo img,
.logo img {
	padding-top:10px;
}
p {
  line-height: 2rem;
}
.block {
	float:left;
	width:100%
}
.diler, .slogan {
	line-height: 1.50;
	padding-top: 11px;
	text-transform: uppercase;
}
.slogan {
	font-size: 0.8rem;
}
.contact-block {
	padding: 0 32px;
	border-bottom: 3px solid #FFF;
}

.button-collapse {
  color: #FFF;
  
}
.content {
	padding-bottom:4rem;
}
.img-bg-container {
	background: #FFF url(../img/slide5.jpg) center no-repeat;
	background-size: cover;
}

.parallax-container {
  min-height: 380px;
  height: auto;
  color: rgba(255,255,255,.9);
  position: relative
}

.modal {
	color: rgba(0, 0, 0, 0.87);
}
@media (min-width:993px) {
	.card {
		height:380px
	}
}
.parallax-container .section {
	background: rgba(0,0,0,0.5);
    height:100%;
    position: absolute;
    width: 100%;
 }

#contact {
	position:relative;
	height:350px;
	background: url(../img/map.png) center no-repeat;
	background-size: cover;
	
}

.adress {
	margin-top:2.5em;
	background: rgba(82, 125, 128, 0.85);
	
}
.adress p {
	padding:2em;
}
.adress, .adress a {
	color: #FFF;
}
@media only screen and (max-width:600px) {
	#contact {
		height:auto
	}
	#contact {
		background: #FFF;
	} 
	.adress {
		margin-top:1em;
		background: #f5f5f5;
	}
	.adress p {
		padding:1em;
	}
	.adress, .adress a {
		color: rgba(0, 0, 0, 0.87);
	}
}


@media only screen and (max-width : 600px) {
	  
  #index-banner .section {
    top: 0;
  }
  .brand-logo img {
  	padding-top:5px
  }
}
.card .card-image{
	min-height:210px;
}
.card .card-title {
     min-height: 65px
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}