@font-face {
	font-family: "Theinhardt";
	src: url('../fonts/Theinhardt-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Theinhardt";
	src: url('../fonts/Theinhardt-Bold.otf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Theinhardt";
	src: url('../fonts/Theinhardt-RegularIta.otf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Theinhardt";
	src: url('../fonts/Theinhardt-BoldIta.otf');
	font-weight: bold;
	font-style: italic;
}


/* ©WA75 Webfont: Fontwasome */
@font-face {
  font-family: 'fontwasome';
  src: url('../fonts/fontwasome.otf');
  font-weight: normal;
  font-style: normal;
}
.fw {
  display: inline-block;
  font: normal normal normal 14px/1 fontwasome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
	font-family: "Theinhardt";
	font-size: 20px;
	line-height: 24px;
}

h1, H2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 60px;
	line-height: 1;
}