@font-face {
    font-family: NapukeLogo;
    src: url("../font/Napukelogo-Regular.otf") format("opentype");
}

html,body {
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    font-size: 18px;
}

div {
  aborder: 1px solid red;
}

a {
    text-decoration: none;
    color: black;
}

a:hover,
a.active {
  color: gray;
}

#container {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

table {
  margin:0;
}

td {
  vertical-align: top;
}

table,tr,td {
}

.logo td {
  text-align: center;
}
.logo img {
  width: 50%;
}

#menu td {
    font-family: 'NapukeLogo', 'Shantell Sans', cursive;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5em;
    white-space: nowrap;
}

td.article {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
}

.article em {
    color: FireBrick;
}

#footer {
    width: 100%;
    font-size: 3em;
    text-align: center;
}

#footer td {
  padding-top: 1em;
}

#menu td, 
#footer td {
  text-align: center;
}

#footer td {
  padding-bottom: 1em;
}

td.margin {
  width: 10%;
}
td.image {
  width: 20%;
}
td.article {
  width: 60%;
}

tr.page {
  display:none;
}

tr.page td {
  padding-top: 2em;
}

.page .image img {
  width: 90%;
}

.admin {
    font-size: 12px;
}

textarea {
  width: 100%;
  min-height: 300px;
}

