@font-face {
    font-family: "akirafont";
    src: url(/assets/fonts/akirafont.ttf);
}
@font-face {
    font-family: "akirafont2";
    src: url(/assets/fonts/ariblk.ttf);
}
::selection {
    background-color: var(--accent);
    color: var(--text2);
}
:root {
    --bg: #000;
    --bg2: #f0eeee;
    --text: #f0eeee;
    --text2: #000;
    --accent: #e7a200; /* eaa90f*/
    --accent2: #ec0c17;
}
html {
    font-family: Verdana, sans-serif;
    font-size: 80%;
    background: url(/fanpages/akira/imgs/movie/page_background_far.png) no-repeat right fixed;
    background-color: var(--bg2);
    scrollbar-color: var(--accent) var(--bg2);
}
body {
    position: relative;
    margin: 0;
}
.container {
    width: 620px;
    background: url(/fanpages/akira/imgs/movie/page_header.png) no-repeat;
    background-color: var(--bg2);
    border-right: 10px dashed var(--accent);

}
/* --- text elements --- */
p {
    text-align: justify;
}
a {
    color: var(--accent);
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: var(--text2);
}
header {
    font-family: "akirafont2";
    font-size: 89px;
    letter-spacing: -10px;
    line-height: .01;
    color: var(--accent);

    margin: 0 0 0 -5px;
    padding: 28px 0 0 0;
}
hr {
    margin: 10px;
    border: 1px solid var(--text2);
    border-width: 1px 0 0 0;
}
figure {
    margin: 0;
    padding: 0 10px;
}
ol {
    list-style: inside decimal-leading-zero;
    line-height: 1.3;
}
ol li::marker {
    font-weight: bold;
}

#subtitle {
    font-family: serif;
    font-weight: bolder;
    font-size: 45px;
    letter-spacing: -5px;
    margin: -8px 0 0 41px;
}
h1.section, h2.sub-section {
    margin: 0;
    padding: 0 10px;
}
h1.section {
    text-align: center;
    font-size: 41px;
    font-family: "akirafont2";
    color: var(--accent);
    letter-spacing: -3px;
    line-height: .2;
}
.section-subtitle {
    font-size: 28px;
    font-family: serif;
    font-weight: bolder;
    color: var(--text2);
}
h2.sub-section {
    font-size: 18px;
    font-family: monospace;
}
.accent {
    font-family: "akirafont2";
    color: var(--accent);
}
.sub-section-text {
    margin-left: 10px;
    border-left: 5px solid var(--accent);
}
/* --- page construction --- */
#movie-page-info {
    margin-top: -35px;
}
#movie-page-info p {
    text-align: right;
    padding: 0 9px;
}
#movie-page-start p,
#movie-page-prod p,
#movie-page-legacy p,
#movie-page-game p,
#movie-page-personal p {
    padding: 0 10px;
}
#movie-page-footer {
    align-content: center;
    text-align: center;
    font-size: 11px;
    background-color: var(--bg2);
    color: var(--text2);
    padding: 12px 0;
}