@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  src: url('./fonts/NotoSerif-Regular.ttf');
}

body {
    background-color: #fff;
    color: #606060;
    width: 1100px;
    font-family: 'Noto Serif';
    font-size: 12pt;
    margin: 1.25em auto auto auto;
    line-height: 1.5em;
}

.maintitle {
    display: block;
    font-size: 30pt;
    padding: 50pt 0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
    margin-bottom: 5pt;
}

a {
    color: #606060;
}

.game {
    position: relative;
    display: table;
    margin-bottom: 20pt;
    border-top: 1px solid black;
    width: 1060px;
    padding: 0 20px 0pt 20px;
}

.game.last {
    height: 0;
}

.game.last ul {
    list-style: none;
}

.game .game-inner {
    display: table-row;
}

.game .left {
    display: table-cell;
    height: 100%;
    padding-right: 12pt;
}

.game .right {
    text-align: right;
    display: table-cell;
    width: 420px;
    height: 100%;
}

.game .right img {
    margin-bottom: 10px;
}

.game .shot {
    position: relative;
    width: 300px;
    height: auto;
}

.game .date {
    padding-bottom: 20pt;
}

.game .title {
    font-weight: bold;
    color: black;
    font-size: 18pt;
    margin: 1.25em 0;
}

.game .blurb {
    text-align: left;
}

.game .section {
    margin-bottom: 2em;
}

.game ul {
    margin: 0;
    padding: 0 0 0 20pt;
}

.game .download:first-of-type {
    margin-bottom: 0.5em;
}

.footer-hr {
    width: 100%;
    margin: 0pt 0 5pt 0;
    border-bottom: 1px solid black;
}

.footer {
    font-size: 12pt;
    border-top: 1px solid black;
    margin-bottom: 40pt;
    padding-top: 40pt;
    text-align: center;
}

.social {
    font-size: 12pt;
    padding: 2px;
    margin: 0 4px;
}