.bold-text {
  font-weight: bold;
}
.capitalize-text {
  text-transform: capitalize;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.quarter-width {
  width: 25%;
}
.text-center {
  text-align: center;
}
.thin-text {
  font-weight: 300;
  font-family: Roboto;
}
.upper-text {
  text-transform: uppercase;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../fonts/MaterialIcons-Regular.eot);
  src: url(../../../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../../../fonts/MaterialIcons-Regular.woff) format('woff'), url(../../../fonts/MaterialIcons-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
.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';
}
.page-splash-message-subtle {
  bottom: 0;
  color: #f58a00;
  font-family: Roboto;
  font-size: 50px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 60%;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
  .show-on-mobile {
    display: normal;
  }
}
@media (min-width: 769px) {
  .hide-on-mobile {
    display: normal;
  }
  .show-on-mobile {
    display: none;
  }
}
