
@font-face {
    font-family: uncial;
    src: url(uncial.woff);
}
@font-face {
    font-family: noto-sans;
    src: url(Noto_Sans/NotoSans-Regular.ttf);
}
@font-face {
    font-family: noto-serif;
    src: url(Noto_Serif/NotoSerif-Regular.ttf);
}

body {
    font-family: noto-sans;
}
h1, h2, h3, h4, h5, h6 {
    font-family: noto-serif;
}

div#logobar {
    width: 100%;
    height: 120px;
    border: 1px solid black;
    background-color: #FEF0B8;
}
div#logo {
    position: relative;
    margin: auto;
    width: 420px;
}

div#projection {
    position: absolute;
    left: 0px;
    top: 5px;
    margin: 0px;
    padding: 0px;
    width: 420px;
    height: 120px;
}
div#name {
    display: block;
    width: 420px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}
div#title {
    display: block;
    width: 420px;
    transform: scale(1, 0.8);
    line-height: 111px;
    font-family: uncial;
    font-size: 81px;
    font-weight: normal;
    vertical-align: top;
}

svg {
    opacity: 0.8;
}

.small {
    font-size: 0.7em;
}

div.story {
    border: 1px solid gray;
    background: #D8ECFF;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0.5em;
}

div.bar {
    border: 1px solid gray;
    background-color: #FEF0B8;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.bar h4 {
    display: inline-block;
}
div.bar ul {
    display: inline-block;
    list-style-type: square;
    list-style-position: inside;
}
div.bar ul li {
/*    display: inline-block; */
}

div.center {
    text-align: center;
}
