/* Copyright of Mode42 */
@font-face{
        font-family:'SVBM';
        font-style:normal;
        font-display:block;
        src:url('SVBM.ttf') format('truetype');
}
* {
  margin:0;
  padding:0;
}
body {
    font-family:'SVBM';
    font-size:18px;
    line-height:115%;
    color:#000;
    background:#fff;
}
h1 {
    font-family:'SVBM';
    font-size:30px;
    line-height:115%;
    font-color:#000;
}
h2 {
    font-family:'SVBM';
    font-size:26px;
    line-height:115%;
    font-color:#000;
}
h3 {
    font-family:'SVBM';
    font-size:24px;
    line-height:115%;
    font-color:#000;
}
h4 {
    font-family:'SVBM';
    font-size:22px;
    line-height:115%;
    font-color:#000;
}
h5 {
    font-family:'SVBM';
    font-size:20px;
    line-height:115%;
    font-color:#000;
}
p {
    font-family:'SVBM';
    font-size:18px;
    line-height:115%;
    font-color:#000;
}
a {
    font-family:'SVBM';
    font-size:18px;
    line-height:115%;
    font-color:#000;
}
.header {
    height:100%;
    width:100%;
    text-align:center;
    margin:0;
    color: #000;
    background:#fff;
    padding-top:10px;
}
.wrapper {
  padding-top:2px;
  width:100%;
  margin:auto;
  overflow:hidden;
}
.menu {
  float:none;
  background:#fff;
}
.menu ul {
  margin-left:0;
  list-style:none;
  text-align:center;
}
.menu ul li {
  display:inline-block;
}
.menu ul li a {
  display:block;
  padding:0px;
  color:#000;
  text-decoration:none;
}
.menu ul li a:hover {
  background:#fff;
  color:blue;
}
.content {
    height:100%;
    width:100%;
    text-align:center;
    margin:0;
    color: #000;
    background:#fff;
    padding-top:10px;
}
.footer {
    height:100%;
    width:100%;
    text-align:center;
    margin:0;
    color: #000;
    background:#fff;
    padding-top:150px;
}
/* Copyright of Mode42 */
