/* 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;
}

p {
/*  line-height: 2rem;*/
}

b, strong {
/*  font-weight: bold;*/
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }



.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}


footer.page-footer { margin: 0; }
/*.row { margin-bottom: 0; }*/


.preloader-wrapper.tiny {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}


@media only screen and (min-width: 0) {
  html {
/*    font-size: 14px;*/
  }
}

@media only screen and (min-width: 992px) {
  html {
/*    font-size: 15px;*/
  }
}

@media only screen and (min-width: 1200px) {
  html {
/*    font-size: 16px;*/
  }
}


.container
{
  width: 95%;
}
@media only screen and (min-width: 601px) {
  .container
  {
    width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  .container
  {
    width: 95%;
  }
}


.material-tooltip
{
  font-size: .85rem;
}