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

 .social img{
  padding-top: 15px;
  width: 35px;
 }

 .social-mobile img {
  padding-top: 7px;
  width: 35px;
  float: left;
 }

 .social-mobile b{
  padding-top: 15px;
  margin-left: 15px;
 }

 .social-mobile li{
  padding-top: 10px;
 }

body h1 h2 h3{
  color: #CDC0B7;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

nav{
  background-color: #CDC0B7;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #938a83;
}

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

.fisio{
  max-width: 400px;
}

.descricao-fisio{
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  padding: 10px;
}

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

  nav .brand-logo img {
    width: 115px;
    margin-top: 1px;
    margin-left: -50%;
  }

  .fisio{
    max-width: 270px;
  }

}

@media only screen and (max-width : 600px) {

  .fundo1 img{
    width: 110%;
  }

  .fundo2 img{
    width: 350%;
  }

  #index-banner .section {
    top: 0;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .fisio{
    max-width: 320px;
  }
}

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

footer.page-footer {
  margin: 0;
}

.justify{
  text-align: justify;
  text-justify: inter-word;
}