
body {
    font-family: "Roboto","Helvetica Neue","Helvetica","Arial","sans-serif";
    color: #fffffe;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.header {
    background-color: #181818;
}

.header .bar {
    margin: 0;
    padding: 0.5rem 2rem;
}

.header .bar .beamdog_logo {
    width: 200px;
    /* user-zoom: none; */
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

.bar {
    display: flex;
    background-color: #111;
    justify-content: flex-start;
    align-items: center;
    height: 3rem;
}

.bar h2 {
    margin-left: 1rem;
    text-transform: uppercase;
}

.header .banner {
    background-image: url("/images/beamdog_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 25%;
    min-width: 100%;
    min-height: 25vmin;
}

h1.title {
    text-transform: uppercase;
}

#content {
    color: #fffffe;
    font-size: 1rem;
    padding: 3rem 3rem;
    box-shadow: #000 0px 0px 20px;
}

a {
    color: dodgerblue;
}

.game a, h4 a {
    color: white;
    text-decoration: none;
}

#content, footer {
    background-color: #181818;
}

.files {
    display: flex;
}

.entryContent, .entryTitle {
    margin: 1rem;
}

.entryTitle h4 {
    margin-top: 0;
}

.entryTitle {
    margin-left: 0;
    max-width: 20vh;
    min-width: 20vh;
    width: 20vh;
}

.entryContent p:first-child {
    margin-top: 0;
}

footer {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 15px #181818;
}

footer .content {
    /*border-top: 2px solid #787878;*/
    border-bottom: 2px solid #2b2b2b;
    width: 100%
}

@media only screen and (max-width: 416px) {
    #content {
        padding: 1em 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .files {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1280px) {
    #content {
        padding: 4rem 6rem;
    }
}

@media only screen and (min-width: 1920px) {
    #content {
        padding: 4rem 12rem;
    }
}