body {
  font-family: 'Poppins', sans-serif
}

#contbasso {
  height: 20px;
}

.social-icon {
  padding-right: 10px !important;
  padding-top: 3px !important;
}

.padding {
  padding:20px !important;
}

.ciano {
  background-color: #00f19d !important;
}

.carousel {
  margin-bottom: 0 !important;
}

.ciano-text {
  color: #00f19d !important;
}

.max-width {
  max-width: 80rem;
  margin: 0 auto;
}

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

p {
  line-height: 2rem;
}

nav ul li:hover {
   background-color: #00f19d;
}

nav ul a:hover {
   color: white;
}

.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 : 1360px) {
  .card-tite {
    font-size: 18px !important;
  }
}

@media only screen and (max-width : 992px) { /* TABLET */
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  .card-tite {
    font-size: 15px !important;
  }
}

@media only screen and (max-width : 740px) { /* PHONE */
  #index-banner .section {
    top: 0;
  }
  .parallax-container h1 {
    font-size: 3.4rem;
  }
  .parallax-container h5 {
    font-size: 1.3rem;
  }
  .brand-logo > img {
    width: 9rem  ;
  }
  .card-tite {
    font-size: 12px !important;
  }
}

@media only screen and (max-width : 600px) {
  .card-tite {
    font-size: 24px !important;
  }
}

@media only screen and (max-width : 360px) { /* SMALL PHONE */
  .parallax-container h1 {
    font-size: 2.8rem;
  }
}

/*-------------------------------------------------------------*/

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

footer.page-footer {
  margin: 0;
}
