@font-face {
    font-family: 'Theinhardt-Bold';
    src: url('/fonts/Theinhardt-Bold.woff2') format('woff2'),
         url('/fonts/Theinhardt-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Theinhardt-Medium';
    src: url('/fonts/Theinhardt-Medium.woff2') format('woff2'),
         url('/fonts/Theinhardt-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt-Light';
    src: url('/fonts/Theinhardt-Light.woff2') format('woff2'),
         url('/fonts/Theinhardt-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Theinhardt-Thin';
    src: url('/fonts/Theinhardt-Thin.woff2') format('woff2'),
         url('/fonts/Theinhardt-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{font-family: Theinhardt-Light; font-size:16px;     line-height: 20px;}

img {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

#footer{
text-align:center; margin-top:20px;

}
#footer a{
	text-decoration: none;

}
a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: black;
	text-decoration: underline;
}

a:active {
  color: black;
}


.text{text-align:center;}


