/* 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;
}

.logo-custom {
  max-width: 30%;
  width: 250px;
}

.float-card{
  position: fixed;
  top: 0em;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 64%);
}

.card-inner-content{
  padding: 30px 60px;
}

.card-overflow-y{
 overflow-y: auto;
 height: auto;
 max-height: 500px;
}

.miguescloud-text{
  background: linear-gradient(90deg,#8c52ff,#5ce1e6);
  /* Clip the background to the text */
  -webkit-background-clip: text;
  background-clip: text;
  /* Make the original text color transparent */
  -webkit-text-fill-color: transparent;
  line-height:131%
}

img.svg {
  filter: invert(0.5) sepia(1) saturate(3) hue-rotate(317deg);
  margin: 0 15px;
}

ul li img {
    border-radius: 30px;
}

.shadow-border {
  border-radius: 50px;
  box-shadow: 1px 3px 11px 0px black;
}

.bg-text {
  background-color: rgba(42,56, 103, 0.8);
  border-radius: 10px;
  padding: 1px;
}

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%;
  }
  div a.brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }
}

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