/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
  font-family: "Montserrat", sans-serif;
}

#logoFooter {
  width: 70%;
}

h1 {
  font-weight: 900;
  font-size: 75px;
}

h3 {
  font-weight: 500;
  font-size: 30px;
}

h5 {
  font-weight: 600;
  font-size: 25px;
}

h2 {
  font-weight: 500;
}

#logoNavbar {
  width: 150px;
  margin-top: 5px;
}

nav ul a,
nav .brand-logo {
  color: #fff;
  font-weight: 600;
}

p {
  line-height: 2rem;
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
  width: 100%;
}

#iframeForm {
  height: 500px;
  padding: 0px 0px 25px 0px;
  width: 100%;
}

#textParallax2 {
  font-size: 45px;
}


@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) {
  #iframeForm {
    height: 500px;
    padding: 0px 0px 25px 0px;
    width: 100%;
  }

  .parallax-container {
    min-height: 400px;
    line-height: 0;
    /* height: auto; */
    color: rgba(255, 255, 255, .9);
  }

  #parallax1 {
    margin-top: 10%;
  }

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

  #parallax2 {
    height: 50%;
    margin: 25% 0%;
  }

  #logoFooter {
    width: 100%;
  }

  h1 {
    font-weight: 900;
    font-size: 40px;
  }

  h3 {
    font-weight: 500;
    font-size: 25px;
  }

  h5 {
    font-weight: 600;
    font-size: 20px;
  }

  h2 {
    font-weight: 500;
    font-size: 35px;
  }

  .navbar-fixed{
    background-color: #110231 !important; 
    padding-top: env(safe-area-inset-top) !important;
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;

  }

  #textParallax2 {
    font-size: 30px;
  }
  
  
}

.icon-block {
  padding: 0 15px;
}

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

footer.page-footer {
  margin: 0;
}