/* 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;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  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;
  }
}
@media only screen and (min-width : 1025px) {
  .contact-call-visible {
	opacity:0;

  }
}
@media only screen and (max-width : 1024px) {
 .container{
	width:100% !important;
 }
 .carousel-item{
	width:100% !important;
	text-align:center;
 }
 #id-contact-call{
	background-color:#6DA077;
	width:50px;
	font-size:inherit;
	color:white;
	padding-left:7px;
	margin:auto;
	font-size:1rem;
 }
}
@media screen and (max-width : 415px) {
 .lead-contact{
	font-size:1rem !important;
 }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* Bootstrap  */

.display-4{
font-size:3.5rem;
font-weight:300;
line-height:1.2
}

 .lead{
font-size:1.25rem;
font-weight:300;
line-height:1.5
}

.lead-title{
font-size:1.60rem;
font-weight:350;
line-height:1 !important;
}

.lead-contact{
font-size:26px;
font-weight:300;
line-height:1.5
}

/* MyCSS */

h2,h4,h5,h6,div{
color:#434244
}

.carousel .carousel-item {
  opacity: 1 !important;
}
.content {
  min-height: calc(100vh - 70px);
}
.collapsible-body{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
