/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 underline {
     text-decoration: underline;
 }

/* Fix issues with valign-wrapper and responsive grid when change to mobile. */
@media only screen and (max-width: 600px) { .row.valign-wrapper { display: inherit; } }

/* Fix issues with navigation when in mobile mode */
 .navbar-fixed{
     z-index: 1000;
 }

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

p {
  line-height: 2rem;
  text-align: justify;
  /* font-weight: 300 */
}

/* manually change font */
/* html {
font-family: "Times New Roman", Times, Geneva, Arial, serif;
} */

/* product headings */
prspec {
  color: #1565c0;
  font-weight: bold;
}

accent {
  /* color: #ff5722; */
  font-weight: bold;
}

myfont {
  /* font-family: 'Ubuntu', Georgia, sans-serif; */
  font-family: 'Yrsa';
}

footnotesize {
    font-size: 0.9rem;
    font-style: italic;
}

/* bold text */
bt {
    font-weight: bold;
  }

}

.sidenav-trigger {
  color: #444;
}

.parallax-container {
  min-height: 120px;
  line-height: 0;
  height: auto;
  text-align: center;
  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%;
  }
}

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