/* 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-wrapper img {
    width: 380px;
}

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

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #1a237e;
}

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

  .parallax-container h1 {
      font-family: 'Roboto', sans-serif;
  }

  .highlight-nav {
    background-color: #01579b;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }

  .highlight-nav:hover {
    background-color: #1a237e;
  }

  .no-hover:hover {
    background-color: transparent;
  }

  .product-card {
      text-align: justify;
  }

  /** Products **/

  .product_vertical {
      width: 100%;
      background-image: url(../assets/product_vertical.jpg);
      background-color: #ffffff;
      height: 320px;
      background-position: 50% 65%;
      background-repeat: no-repeat;
      background-size: cover;
  }

    .product_aluminum {
        width: 100%;
        background-image: url(../assets/product_venetian.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 75%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_aluwood {
        width: 100%;
        background-image: url(../assets/product_aluwood.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 70%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_plaswood {
        width: 100%;
        background-image: url(../assets/product_plaswood.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 40%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_wood {
        width: 100%;
        background-image: url(../assets/product_wood.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 45%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_bamboo {
        width: 100%;
        background-image: url(../assets/product_bamboo.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 60%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_roller {
        width: 100%;
        background-image: url(../assets/product_roller.jpg);
        background-color: #ffffff;
        height: 320px;
        background-position: 50% 45%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product_modal {
        text-align: justify;
    }

    .whatsapp_icon {
        width: 50px;
        margin-left: -58px;
        margin-top: 5px;
        display: inline;
        position: absolute;
    }

    .facebook_icon {
        width: 41px;
        margin-left: -55px;
        margin-top: 10px;
        display: inline;
        position: absolute;
    }

    .whatsapp_link {
        margin-top: 15px !important;
    }

    .whatsapp_link a {
        color: #0f9d58 !important;
    }

    .facebook_text {
        color: #0D47A1 !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .intro-parallax .intro-parallax img {
        bottom: 110px;
    }



.intro-parallax img {
    filter: blur(3px);
}


.about-parallax .about-parallax img {
    bottom: 45px;
}

.about-parallax img {
    filter: blur(3px);
}

.highlight-banner {
    font-family: 'Roboto', sans-serif;
}

.products {
    margin-left: 5%; !important;
    margin-right: 5%; !important;
    padding-bottom: 50px; !important;
}

#about {
    padding-left: 5%; !important;
    padding-right: 5%; !important;
    padding-bottom: 50px; !important;
}

.span-fix {
    margin-top: 20px;
}


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

@media only screen and (max-width : 500px) {
    #home {
        height: 95px; !important;
    }

    .nav-wrapper img {
        width: 300px;
    }

    .highlight-banner {
        font-size: 14px; !important;
    }

    .icon-block .material-icons {
        font-size: 40px;
    }

    .header {
        font-size: 30px;
        margin-bottom: 0;
    }

    .header_sub {
        font-size: 20px;
    }

    #index-banner {
        min-height: 270px;
    }

    .feedback_message {
        margin-bottom: 50px;
    }
}
