@charset "UTF-8";

/* Educed Moment presskit() — adapted from pixelnest/presskit.html (MIT) */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 20px 0;
    color: #2a2a2a;
    background: #fafafa;
    font: 62.5%/1.6 "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body { font-size: 1.4em; }

h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

h1 { margin: 0; font-size: 2.8em; }
h2 { margin: 25px 0 15px 0; font-size: 1.9em; }
h3 { font-size: inherit; font-weight: bold; margin: 18px 0 6px 0; }

img { max-width: 100%; }
p { margin: 15px 0; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 15px 0; padding-left: 30px; }
ul { list-style-type: square; }

dl { margin: 0; }
dt { font-weight: bold; }
dd { margin: 0; }
dd + dt { margin-top: 15px; }

a, a:visited { color: #0077dd; text-decoration: none; }
a:hover { color: #005599; text-decoration: underline; }
a:focus { outline: thin dotted; }

::selection { color: white; background: #0077dd; }

/* Layout */

.page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 25px;
}

@media (min-width: 800px) {
    .page { display: flex; }
    .page-nav { min-width: 25%; }
    .page-wrapper { max-width: 75%; flex: 1; }
    .factsheet { min-width: 33%; }
}

/* Nav */

.nav { margin-bottom: 30px; }
.nav__title { padding: 0 15px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1; }
.nav__title a, .nav__title a:visited, .nav__title a:hover {
    color: inherit;
    text-decoration: none;
}
.nav__subtitle { padding: 5px 15px; color: #888; font-style: italic; }
.nav__list { padding: 0; list-style: none; }
.nav__item, .nav__item:visited {
    display: block;
    padding: 5px 15px;
    color: inherit;
}
.nav__item:hover {
    color: inherit;
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.nav__item--separator {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

/* Page header */

.page-header img { display: block; max-height: 280px; }

/* Block — section divider */

.block {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}
.block:last-child { border-bottom: 0; }

.block__notice {
    margin: 15px 0;
    padding: 12px 14px;
    color: #027194;
    background: #ebf7fd;
    border: 1px solid rgba(45, 112, 145, 0.3);
    border-radius: 4px;
    font-size: 0.95em;
}
.block__notice a { color: inherit; text-decoration: underline; }

/* Grid */

@media (min-width: 800px) {
    .grid { display: flex; }
    .grid__item:not(:first-child) { padding-left: 25px; }
    .grid__item--flexible { flex: 1 1 0; min-width: 0; }
}

._team-fix-margin-top {
    margin-top: -15px;
}

/* Factsheet — left aside next to description */

.factsheet__title {
    margin-top: 0;
}

.factsheet__list dt {
    font-weight: bold;
    margin-top: 12px;
}
.factsheet__list dt:first-child { margin-top: 0; }
.factsheet__list dd { margin: 0; }
.factsheet__list dd small { color: #888; }

.press {
    margin-top: 22px;
}

/* Gallery */

.gallery {
    margin-left: -25px;
    padding-left: 0;
    list-style: none;
    font-size: 0;
}
.gallery__item {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
}
.gallery__item img { width: 100%; }
@media (min-width: 500px) {
    .gallery__item { width: 50%; }
}

/* Logo */

@media (min-width: 800px) {
    .logo { max-width: 49%; }
}

/* Video */

.video-player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}
.video-player__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Button */

.button {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(to bottom, white, #fafafa);
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #2a2a2a;
}
.button:hover {
    cursor: pointer;
    text-decoration: none;
    border-color: #0077dd;
    color: #0077dd;
}

/* Widgets (Steam etc.) */

.widget { width: 100%; border: 0; }
.widget--steam { height: 190px; }

/* Footer */

.page-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 0.9em;
}
.page-footer a { color: #888; }
