@font-face {
    font-family: 'pixel_operatorbold';
    src: url('fonts/pixeloperator-bold-webfont.eot');
    src: url('fonts/pixeloperator-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pixeloperator-bold-webfont.woff2') format('woff2'),
         url('fonts/pixeloperator-bold-webfont.woff') format('woff'),
         url('fonts/pixeloperator-bold-webfont.ttf') format('truetype'),
         url('fonts/pixeloperator-bold-webfont.svg#pixel_operatorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pixel_operatorregular';
    src: url('fonts/pixeloperator-webfont.eot');
    src: url('fonts/pixeloperator-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pixeloperator-webfont.woff2') format('woff2'),
         url('fonts/pixeloperator-webfont.woff') format('woff'),
         url('fonts/pixeloperator-webfont.ttf') format('truetype'),
         url('fonts/pixeloperator-webfont.svg#pixel_operatorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@keyframes flash {
  50% {
    opacity: 0.75;
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0e0c25 url(images/gradient.png) top repeat-x;
    color: white;
    font-family: 'pixel_operatorregular';
    letter-spacing: 1px;
}

h1 {
    font-family: 'pixel_operatorbold';
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff3333;
}

h2 {
    font-family: 'pixel_operatorbold';
    font-weight: 32px;
    margin: 40px 0;
}

p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 24px;
}

p a {
    opacity: 1;
    color: white;
    text-decoration: underline;
}

p a:hover {
    opacity: 0.8;
}

.blocklink {
    display: block;
}

.group:after {
    content: '';
    display: table;
    clear: both;
}

.site {
    max-width: 1200px;
    margin: auto;
}

.header {
    position: relative;
    margin-top: 20px;
    height: 234px;
    text-align: center;
    margin-bottom: 20px;
}

.header img {
    display: inline-block;
    max-height: 100%;
    height: auto;
}

.header-social {
    position: absolute;
    top: 0px;
    left: 0;
}

.header-android {
    position: absolute;
    top: 0px;
    right: 0;
}

.header-android a:hover {
    opacity: 0.8;
}

.header-social a {
    margin-right: 10px;
}

.header-social a:hover {
    opacity: 0.8;
}

.hidden {
    opacity: 0;
    width: 0;
    height: 0;
    font-size: 0;
}

.secondary {
    max-width: 780px;
    margin: auto;
}

.game {
    width: 100%;
    height: 503px;
    margin-bottom: 20px;
}

.social-buttons {
    margin: 30px 0;
    text-align: center;
    vertical-align: middle;
}

.social {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.social img {
    max-width: 100%;
    margin-bottom: 20px;
}

.social .column {
    flex: 0 0 30%;
}

/*.social li {
    height: 21px;
    display: inline-block;
    margin: 0 5px;
}

.social li:hover {
    animation: flash 0.2s infinite;
}

.social li img {
    max-height: 100%;
    width: auto;
}*/

.footer {
    padding: 20px;
    font-size: 12px;
    text-align: center;
    background: #090818;
}

.footer-content {
    max-width: 780px;
    margin: auto;
}

.left {
    margin-right: 320px;
}

.right {
    float: right;
    width: 300px;
}

.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.screenshot {
    background: rgba(255,255,255,0.4);
    flex: 0 0 32%;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.2s;
}

.screenshot a,
.screenshot img {
    display: block;
}

.screenshot:hover {
    opacity: 0.5;
}

.credits {
    clear: both;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    opacity: 0.5;
}

.credits > div div:first-child {
    font-size: 12px;
}

.credits a {
    text-decoration: none;
    color: white;
}

.column {
    flex: 0 0 30%;
}

.hashtags {
    margin: 20px 0;
    text-align: center;
    font-family: 'pixel_operatorbold';
    text-transform: uppercase;
    font-size: 40px;
}

.hashtags a {
    color: #ff3333;
    text-decoration: none;
}

.runningguys {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
}


.fullscreen .header,
.fullscreen .secondary,
.fullscreen .runningguys,
.fullscreen .footer,
.fullscreen .fullscreen-hidden {
    display: none;
}

.fullscreen .game {
    margin-bottom: 0;
}

.credit-text {
    text-transform: uppercase;
}

.credit-text a {
    font-size: 36px;
    text-decoration: none;
    letter-spacing: -1px;
}

@media screen and (max-width: 736px) {
    .header {
        display: none;
    }

    .site {
        width: 100%;
    }

    .left {
        float: none;
        margin: 0;
    }

    .right {
        float: none;
        margin: 0;
    }

    .secondary {
        padding: 0 20px;
    }

    .social {
        display: block;
        margin-bottom: 50px;
    }

    .social .column {
        flex: 0 0 30%;
    }
}