/* $Id: base.css,v 1.1 2025/07/31 19:21:09 goltz Exp goltz $ */

/* Base style for all pages. */

body {
    font-family: Times New Roman, serif;
}

@font-face {
    font-family: 'PumpRus';
    src: url('https://universeonline.org/fonts/pump.ttf');
}

.pr {
    font-family: "PumpRus", "Helvetica", sans-serif;
    font-size: 60px;
    color: black;
    text-transform: uppercase;
    letter-spacing: -9px;
}

.pr-small {
    font-family: "Helvetica", sans-serif;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    color: #4A89DC;
    text-align: center;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

h2 {
    color: #555;
    border-bottom: 2px solid #4A89DC;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    border-bottom: 2px solid #4A89DC;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

h4 {
    font-family: Helvetica, Arial, sans-serif;
}

h5 {
    font-family: Helvetica, Arial, sans-serif;
}

h6 {
    font-family: Helvetica, Arial, sans-serif;
}

li {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #4A89DC;
    font-weight: bold;
}

a.name {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #2C3E50;
    text-decoration: underline;
}

address {
    margin-top: 20px;
    text-align: center;
    font-style: normal;
}

@media (min-width: 600px) {
    body {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px;
    }
}

/* Classes for scrolling content with footer. */

.footer {
    position: sticky;
    bottom: 0;
    background-color: #fff;
}

.example {
    background-color: #E6E6E6;
}

.gm {				/* For GM-only blocks */
    background-color: #C8FFC8;
    border: 5px solid black;
    margin: 5px;
    padding: 5px;
}

.disc {				/* For things the players have discovered over time */
    background-color: #C0FFFF;
    border: 5px solid blue;
    margin: 5px;
    padding: 5px;
}

.center {
    margin: auto;
    width: 50%;
    text-align: center;
    border: 3px solid green;
    padding: 10px;
}

.indent {
    margin-left: 2em;
}

.tab-label {
    font-style: italic;
}

.figure {
    margin: auto;
    text-align: center;
    /* border: 3px solid gray; */
    padding: 10px;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center;
}

table.tab-ahl tr th {
    text-align: left;
}

.sc {
    font-variant: small-caps;
    font-weight: bold;
    font-size: 110%;
}

li.section {
    list-style-type: upper-alpha;
    font-variant: small-caps;
    font-weight: bold;
}    

/* For "disappearing" sections.  "display" will be modified by JavaScript. */

.optshow {
    display: block;
}
