/* Custom Stylesheet */

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

html {
  font-family: Helvetica, Tahoma, 'Microsoft YaHei', 'PingFang SC', sans-serif;
}

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

.sidenav {
  width: 200px;
}

#logo-container {
  height: 100%;
  display: flex;
}

#logo-container img {
  height: 80%;
}

p {
  line-height: 2rem;
}

.person {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}



.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%;
}

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

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

footer.page-footer {
  margin: 0;
  
}

.footer-copyright{
  line-height: 1rem;
}

.product-name{
  text-shadow: 2px 2px 5px rgba(255, 0, 0, 0.2); 
}

.header.light {
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: border-box;
  font-weight: bold;
  padding: 30px;
  border-radius: 10px;
}