@font-face {
    font-family: 'PressStart2P';
    src: url('../fonts/PressStart2P-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    background: #000;
    padding: 0;
    margin: 0;
    /*font-family: "Play", "Helvetica Neue", "Arial", sans-serif;*/
    font-weight: normal;
    line-height: 160%;
    font-size: 16px;
    /*color: #fff*/
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    /*font-family: sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #fff;
    /*color: #000*/
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    /*font-family: monospace, monospace;*/
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

section {
    text-align: center;
    padding: 100px 0
}

section header {
    margin-bottom: 60px;
    padding: 0 20px
}

section header h1 {
    font-weight: normal;
    margin-bottom: 10px
}

section header h1:after,
section header h1:before {
    content: "**********";
    color: #898989;
    padding: 0 10px;
    font-size: .7em
}

section header p {
    color: #898989;
    font-size: 1.2em;
    margin-top: 10px
}

section article {
    width: 100%;
    max-width: 840px;
    margin: 0 auto
}

.btn {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 12px 25px 12px 15px;
    text-decoration: none;
    position: relative;
    background: #3b3b3b;
    margin: 0 15px
}

.btn:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    height: 14px;
    width: 14px;
    margin-right: 10px;
    background: url(../images/icon-sprite.png) no-repeat;
    background-size: auto 100%
}

.btn.btn-download:before {
    background-position: -28px 0
}

.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    bottom: -8px;
    right: -8px
}

section.versus {
    text-align: center;
    padding-top: 100px
}

section.versus .game {
    display: inline-block;
    margin: 0px 20px;
    width: 200px;
    height: 500px
}

#hero {
    position: relative;
    display: flex;
    display: -webkit-flex;
    -moz-display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -moz-flex-flow: row wrap;
    -moz-justify-content: center;
    -moz-align-content: center;
    -moz-align-items: center;
    min-height: 500px;
    height: 90vh;
    color: #fff;
    padding: 0
}

#hero .welcome {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 100px
}

#hero h1 {
    font-size: 60px;
    margin: 0
}

#hero h1 img {
    width: 90%;
    max-width: 560px
}

#hero p {
    font-size: 1.5em;
    margin-bottom: 50px
}

#hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../images/sep.gif) repeat-x center;
    position: absolute;
    bottom: -12px;
    left: 0
}

#hero .blockrain-score {
    border: 2px solid #fff;
    text-align: center;
    width: 120px;
    background: #232323
}

#hero .blockrain-score .blockrain-score-msg {
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    padding: 4px 0;
    font-size: .7em
}

#hero .blockrain-score .blockrain-score-num {
    font-size: 1.2em;
    padding: 3px 0 5px
}

#cover-tetris {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

#features {
    text-align: center;
    padding-bottom: 20px
}

#features .feature {
    width: 280px;
    height: 340px;
    float: left;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box
}

#features .feature h2 {
    font-weight: normal
}

#features .feature p {
    color: #898989
}

#features:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    width: 0
}

#examples {
    padding-top: 0px
}

#examples .buttons .btn {
    display: block;
    width: 35px;
    height: 63px;
    padding: 0;
    position: absolute;
    background: url(../images/slider-nav.png) no-repeat;
    background-size: auto 100%;
    border: none;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
    text-indent: -9999px
}

#examples .buttons .btn-prev {
    right: 100%;
    margin-right: 70px
}

#examples .buttons .btn-next {
    left: 100%;
    margin-left: 70px;
    background-position: right
}

#example-slider {
    background: #000;
    width: 800px;
    height: 800px;
    border-radius: 50%/5%;
    position: relative
}

/*#example-slider:before {
    content: "";
    background: #000;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: -5%;
    right: -5%;
    border-radius: 5%/50%
}*/


.example {
    padding: 50px 0 0 0;
    color: #c2ffad;
    position: relative;
	font-family: 'PressStart2P';
}

.example .game {
    display: inline-block;
    margin: 0px 20px;
    width: 400px;
    height: 660px;
    position: static;	
    background: #FACF00;
}

.example .game-holder {
	display: inline-block;
	width: 460px;
    height: 760px;
	background: url(..//images/tetris-side.png) center repeat #FACF00;
	background-size: 31px;
}

.example .game .blockrain-score-holder {
    left: 0%;
    top: 80px;
    right: auto;
    text-align: left;
    margin-left: 25px;
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.example .game .blockrain-score-holder .blockrain-score-num {
    font-size: 14px;
    font-weight: normal;
	text-align: center;
}

.example .game .blockrain-start {
    top: 33%;
    transform: none;
    height: 100%
}

.example .game .blockrain-game-over {
    top: 50%;
    transform: none;
    height: 100%
}

.example .game .blockrain-start-msg,
.example .game .blockrain-game-over-msg {
    color: #000000;
    font-size: 14px;
    position: absolute;    
    width: 100%
}

.example .game .blockrain-game-over-msg {
	margin-top: -20px!important;
}

.example .game .blockrain-instructions-msg {
	margin-top:5px;
	font-size: 14px;
	line-height: 18px;
	color:#000000;
}

.example .game .blockrain-game-over-msg mark {
	color: #F92A2A;
}

.example .game .blockrain-game-over-msg {
    /*top: 45%;*/
    font-size: 24px;
    margin-top: 0;
	color: #F92A2A;
}

.example .game .blockrain-start-btn,
.example .game .blockrain-game-over-btn {
    /*position: absolute;
	left: 22%;
    top: 50%;*/
    border: none;
    background: #000;
    color: #FACF00;
    text-transform: uppercase;
    font-weight: normal;
    /*margin-left: 55px;*/
    width: 120px;
    padding: 13px 0;
    font-size: 16px
}

.example .game .blockrain-game-over-btn {
	 background: none;
	 color: #F92A2A;
	 font-size: 22px;
	 width:auto;
}

.example .game .blockrain-start-btn:before,
.example .game .blockrain-start-btn:after,
.example .game .blockrain-game-over-btn:before,
.example .game .blockrain-game-over-btn:after {
    display: none
}

.example .theme {
    position: absolute;
    top: 36px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.example .theme strong {
    display: block;
    font-size: 24px;
    font-weight: normal
}

.example .instructions {
    position: absolute;
    bottom: 10px;
    left: 20px;
    overflow: hidden;
    font-size: 14px
}

.example .instructions .key {
    border: 1px solid #c2ffad;
    display: block;
    width: 38px;
    height: 38px;
    float: left;
    position: relative
}

.example .instructions .key:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    background: url(../images/icon-sprite.png) no-repeat;
    background-position: -84px 0;
    background-size: auto 100%
}

.example .instructions .key.key-up {
    float: none;
    margin-left: 39px;
    border-bottom: none;
    margin-top: 20px
}

.example .instructions .key.key-up:before {
    background-position: -42px 0
}

.example .instructions .key.key-left:before {
    background-position: -56px 0
}

.example .instructions .key.key-down {
    border-left: none;
    border-right: none
}

.example .instructions .key.key-down:before {
    background-position: -70px 0
}

#versus-arena {
    background: #000;
    width: 590px;
    height: 375px;
    border-radius: 50%/5%;
    position: relative;
    padding-top: 45px
}

#versus-arena:before {
    content: "";
    background: #000;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: -5%;
    right: -5%;
    border-radius: 5%/50%
}

#versus-arena .game-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    position: relative
}

#versus-arena .game {
    width: 190px;
    height: 330px;
    position: static
}

#versus-arena .score {
    position: absolute;
    right: 100%;
    margin-right: 20px;
    color: #c2ffad;
    font-size: 20px;
    text-align: right;
    line-height: 20px
}

#versus-arena .score:after {
    content: "Won";
    display: block;
    font-size: 14px
}

#versus-arena .blockrain-score-holder {
    color: #c2ffad;
    line-height: 20px
}

#versus-arena .blockrain-score-holder .blockrain-score-num {
    font-weight: normal
}

#versus-arena #tetris-versus-1 .blockrain-score-holder {
    top: auto;
    right: 100%;
    bottom: 0px;
    margin-right: 20px
}

#versus-arena #tetris-versus-2 .blockrain-score-holder {
    top: auto;
    right: auto;
    left: 100%;
    bottom: 0px;
    margin-left: 20px;
    text-align: left
}

#versus-arena #tetris-versus-2 .score {
    right: auto;
    left: 100%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px
}

#footer {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 60px
}

#footer .buttons {
    padding: 20px 0
}

#footer .buttons .btn {
    background: #3b3d3b
}

#footer p {
    font-size: .85em
}

#footer p a {
    color: #ff7b00
}

#footer p img {
    padding: 15px 0
}

@media (max-width: 1400px) {
	.example .game-holder {
		width: 290px;
		height: 559px;
		background-size: 28px;
	}
	.example .game {
		width: 250px;
		height: 500px;
	}
	
	.example .game .blockrain-start-btn,
    .example .game .blockrain-game-over-btn {
		width: 100px;
		padding: 5px;
		font-size: 11px;
    }
	.example .game .blockrain-game-over-btn {
		width: auto;		
		font-size: 13px;
    }
	
	.blockrain-score-msg, .example .game .blockrain-score-holder .blockrain-score-num, .example .game .blockrain-start-msg, .example .game .blockrain-instructions-msg {
		font-size: 11px!important;		
	}
	
	.gamelogo {
		margin:0 0 0 23%!important;
	}
}

@media (max-width: 840px) {
    section article {
        max-width: 560px
    }
}

@media (max-width: 780px) {
    #example-slider {
        width: 400px
    }
    .example {
        /*height: 340px*/
    }
	
    .example .game {
        float: right
    }
    .example .game .blockrain-start-btn,
    .example .game .blockrain-game-over-btn {
		width: 80px;
		padding: 1px;
		font-size: 9px;
    }
	.example .game .blockrain-game-over-btn {
		width: auto;		
		font-size: 11px;
    }
    .example .game .blockrain-start-msg,
    .example .game .blockrain-game-over-msg {
        /*top: 50%;
        margin-top: -75px*/
		font-size: 11px;
    }
}

@media (max-width: 640px) {
    section header h1:before,
    section header h1:after {
        display: none
    }
    #example-slider {
        width: 70vw;
        height: calc(95vw + 146px);
    }
	.example .game {
		width: 80vw;
        height: 160vw;
	}
	.example .game-holder {
		display: inline-block;
		width: 100vw;
        height: calc(160vw + 60px);
		background-size: 9vw;
	}
    .example {
        padding-top: 0px;
    }
    .example .game {
        float: none
    }
    .example .instructions {
        display: none
    }
    .example .game .blockrain-score-holder {
        left: 10px;
        /*right: 0;*/
        margin-left: 0;
        /*width: 100%;*/
        top: 65px;
        z-index: 1;
        text-align: right;
		/*display:block!important;*/
    }
	
	.blockrain-score-msg, .example .game .blockrain-score-holder .blockrain-score-num, .example .game .blockrain-start-msg, .example .game .blockrain-instructions-msg {
		font-size: 9px!important;		
	}
	
	.gamelogo {
		margin:0 0 0 25%!important;
	}
	
}

@media (max-width: 560px) {
    section article {
        max-width: 100%;
    }
    #example-slider .buttons {
        position: relative;
        width: 60%;
        margin: 0 auto;
        padding-top: 40px;
        overflow: hidden
    }
    #example-slider .buttons .btn {
        top: 0;
        margin: 0;
        position: relative;
        left: auto;
        right: auto;
        height: 50px;
        width: 28px
    }
    #example-slider .buttons .btn.btn-prev {
        float: left
    }
    #example-slider .buttons .btn.btn-next {
        float: right
    }
}

@media (max-width: 412px) and (min-width: 412px) {
	.example .game-holder {		
		height: calc(160vw + 27px);		
	}
}

@media (max-width: 400px) {
    #hero .welcome {
        margin-bottom: 0;
        padding: 0 20px
    }
    #hero .blockrain-score-holder {
        display: none !important
    }
    #footer {
        padding: 0 20px
    }
    #footer p {
        padding: 0 20px;
        line-height: 18px
    }
    #footer .buttons {
        padding: 10px 0 0 0
    }
    #hero .btn,
    #footer .btn {
        width: 100%;
        margin: 0 0 20px;
        box-sizing: border-box
    }
    #hero .game {
        opacity: .07
    }
    section header h1 {
        font-size: 1.7em
    }
    section header p {
        font-size: 1em
    }
}

@media (max-width: 375px) {
	#example-slider {
        width: 70vw;
        height: calc(95vw + 146px);
    }
	.example .game {
		width: 60vw;
        height: 115vw;
	}
	.example .game-holder {
		display: inline-block;
		width: 76vw;
        height: calc(115vw + 56px);
		background-size: 12vw;
	}
    .example {
        padding-top: 0px;
    }
}

/*# sourceMappingURL=style.css.map */