@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: bold;
  src: url(MaterialIcons-Thin.eot); /* For IE6-8 */
  src: local('Roboto Bold'),
       local('Roboto Bold'),
       url(/structure/fonts/roboto/Roboto-Bold.woff2) format('woff2'),
       url(/structure/fonts/roboto/Roboto-Bold.woff) format('woff'),
       url(/structure/fonts/roboto/Roboto-Bold.ttf) format('truetype');
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold {
  font-family: 'Roboto Bold';
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: normal;
  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';
	
}

h1.bold.fs35 {
  font-size: 35px;
}
h1.bold.fs44 {
	text-transform: uppercase;
	font-size: 44px;
}
h2.bold.fs25.uc {
  text-transform: uppercase;
  font-size: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2.bold.fs32.uc {
  text-transform: uppercase;
  font-size: 32px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h1.bold.fs64 {
	text-transform: uppercase;
	font-size: 64px;
	text-shadow: 3px 1px 11px rgba(0, 0, 0, 1);
}

h3.bold {
  font-size: 30px;
}
h4.bold {
  font-size: 18px;
}
h5.bold {
  font-size: 15px;
}
h6.bold {
  font-size: 12px;
}
p.bold {
	padding-bottom: 15px;
	line-height: 18px;
}