body {
    margin: 0;
    /* background: #eaeaea; */
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #282828;
    line-height: 1.5;
}

h1 {
    font-family: "Chewy";
    font-size: 48px;
    color: #263a92;
}

h2 {
    font-family: "Chewy";
    font-size: 45px;
    color: #263a92;
}

h3 {
    font-family: "Chewy";
    font-size: 30px;
    color: #263a92;
}

strong {
    color: #263a92;
}

.presskit {
    width: 100%;
    padding: 0;
    margin: 0;
}

.rblogo {
    width: 200px;
    margin-top: 20px;
}

.header {
    background-image: url('lib-bg.jpg');
    background-size: cover;
    background-position: center center;
    max-width: 3840px;
    height: 300px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo {
    max-width: 400px;
    width: 50%;
}

.main {
    max-width: 1200px;
    min-height: 500px;
    margin-top: -50px;
    margin: 0 auto 0 auto;
    display: flex;
}

.sidebar {
    width: 300px;
}

.sidebar .tall-logo {
    background-image: url('face.jpg');
    background-size: cover;
    background-position: center center;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    border: 4px solid black;
}

.sidebar .sidebar-content {
    margin-top: 20px;
    font-size: 18px;
    position: sticky;
    top: 20px;
}

.sidebar .sidebar-content strong {
    font-size: 22px;
}

.sidebar ul {
    list-style-type: none;
    padding-left: 0
}

.sidebar ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 20px;
}

.sidebar ul li a:hover {
    color: #263a92;
    text-decoration: underline;
}

.content {
    width: 100%;
    padding: 50px;
}


.content-top {
    display: flex;
}

.content .factsheet {
    min-width: 250px;
    padding-right: 40px;
}

.content .factsheet ul {
    padding-left: 0px;
    list-style-type: none;
}

.content .factsheet ul li {
    margin-top: 6px;
}

.steam-link {
    width: 190px;
    height: 40px;
    border-radius: 15px;
    background-color: black;
    display: block;
    padding: 10px 0;
}

.steam-link:hover {
    background-color: #263a92;
}

.steam-link-image {
    background-image: url('steam-white.svg');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}

.mail-link {
    margin-top: 10px;
    width: 190px;
    height: 40px;
    border-radius: 15px;
    background-color: #060f35;
    display: block;
    padding: 10px 0;
}

.mail-link:hover {
    background-color: #263a92;
}

a.mail-link {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;

}

.mail-link-image {
    background-image: url('mail.svg');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    margin-left: 24px;
    margin-right: 5px;
    height: 100%;
    background-position: center;
}

.content .description ul li {
    margin-top: 6px;
}

.media a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.media a:hover {
    text-decoration: underline;
}

.media iframe {
    width: 100%;
    aspect-ratio: 560 / 315;
    border-radius: 5px;
}

.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.download {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: white !important;
    margin-bottom: 20px;
    background-color: black;
    border-radius: 9px;
    padding: 6px 15px;
}

.download:hover {
    text-decoration: none;
    background-color: #263a92;
}

.screenshot {
    padding: 5px;
    text-decoration: none;
    text-shadow: black 1px 0 10px;
    line-height: 45px;
    display: block;
}

.screenshot div,
.screenshot img {
    width: 250px;
    height: 200px;
    border-radius: 5px;
    display: block;
}

.screenshot div {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    font-weight: bold;
}

.screenshot img {
    object-fit: cover;
}

.screenshot.asset {
    color: inherit !important;
    text-shadow: none;
    line-height: 1.3;
}

.screenshot.asset img {
    object-fit: contain;
    background-color: #f5f5f5;
}

.screenshot .label {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
}

.press-copy {
    margin-top: 50px;
}

.press-release {
    border: 3px solid #263a92;
    border-radius: 12px;
    background-color: #f6f8ff;
    margin-bottom: 18px;
    overflow: hidden;
}

.press-release summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 52px 18px 20px;
    font-family: "Chewy";
    font-size: 30px;
    color: #263a92;
    position: relative;
}

.press-release summary::-webkit-details-marker {
    display: none;
}

.press-release summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
}

.press-release[open] summary::after {
    content: '-';
}

.press-release-content {
    padding: 0 20px 20px;
}

.press-release-content p:first-child {
    margin-top: 0;
}

.sc-01 {
    background-image: url('screenshots/01-t.png')
}

.sc-02 {
    background-image: url('screenshots/02-t.png')
}

.sc-03 {
    background-image: url('screenshots/03-t.png')
}

.sc-04 {
    background-image: url('screenshots/04-t.png')
}

.sc-05 {
    background-image: url('screenshots/05-t.png')
}

.sc-06 {
    background-image: url('screenshots/06-t.png')
}

.sc-07 {
    background-image: url('screenshots/07-t.png')
}

.sc-08 {
    background-image: url('screenshots/08-t.png')
}

.sc-09 {
    background-image: url('screenshots/09-t.png')
}

.sc-10 {
    background-image: url('screenshots/10-t.png')
}

.sc-11 {
    background-image: url('screenshots/11-t.png')
}

.sc-12 {
    background-image: url('screenshots/12-t.png')
}

.br-01 {
    background-image: url('branding/600x800.png')
}

.br-02 {
    background-image: url('branding/600x900.png')
}

.br-03 {
    background-image: url('branding/header-capsule-2x.png')
}

.br-04 {
    background-image: url('branding/header.png')
}

.br-05 {
    background-image: url('branding/itch-thumb.png')
}

.br-06 {
    background-image: url('branding/lib-highlight.png')
}

.br-07 {
    background-image: url('branding/lib-logo.png')
}

.br-08 {
    background-image: url('branding/main-capsule-2x.png')
}

.br-09 {
    background-image: url('branding/mini-capsule-2x.png')
}

.br-10 {
    background-image: url('branding/page-bg.jpg')
}

.mailto {
    font-weight: bold;
}


footer {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
}

footer a {
    color: rgb(46, 15, 15);
    text-decoration: none;
}


@media only screen and (max-width: 1250px) {
    .content-top {
        flex-direction: column;
    }

    .content {
        padding: 40px;
    }

    .screenshot div {
        width: 160px;
        height: 100px;
    }

    .screenshot img {
        width: 160px;
        height: 100px;
    }

    .main {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header {
        height: 200px;
    }
}

@media only screen and (max-width: 900px) {
    .main {
        flex-direction: column;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    h3 {
        font-size: 28px;
    }

    .press-release summary {
        font-size: 26px;
    }

    .content {
        padding: 0;
    }

    .sidebar .tall-logo {
        width: 150px;
        height: 150px;
    }

    .sidebar ul {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .tall-logo {
        display: none;
    }

    .screenshot div {
        width: 300px;
        height: 200px;
    }

    .screenshot img {
        width: 300px;
        height: 200px;
    }

    .press-release summary {
        font-size: 22px;
        padding-right: 44px;
    }
}