/*fonts*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*end fonts*/

.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block!important;
}

/* 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;
  height: 100%;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.page_login > div.s12 {
  margin: 0 auto;
  float:none;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;
}

.card {
  overflow: hidden;
}


@media only screen and (min-width: 1280px) {
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}



@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #home .parallax-container:first-of-type {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .card .card-image .card-title {
    text-decoration: underline;
    cursor: pointer;
  }
  #home .parallax-container:first-of-type {
    top: 0;
  }
  nav {
    box-shadow: none;
  }
  nav a.vertical-middle {
    position: relative!important;
    left: 0!important;
    width: 80%;
  }
  .parallax-container h1 {
    margin-top: -50px;
  }
}

@media only screen and (max-width : 450px) {
  nav a.vertical-middle {
    width: 70%;
    margin-top: -35px!important;
  }
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
