@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat:no-repeat;
}

img, div, svg {
	position: absolute;
}

#container {
	margin: auto;
	overflow:hidden;
	background: #000;
    cursor:pointer;
}

#exitBtn {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	background-color: rgba(0,0,0,0);
	border: 1px solid #191616;
}


/* Spritesheet from https://draeton.github.io/stitches/ */

.sprite {
	display: block;
	position:absolute;
	left:0px;
	top:0px;
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.sprite-cta {
    width: 600px;
    height: 500px;
    background-position: -2px -2px;
}

.sprite-ctaOver {
    width: 600px;
    height: 500px;
    background-position: -606px -2px;
}

.sprite-logo {
    width: 600px;
    height: 500px;
    background-position: -1210px -2px;
}

.sprite-txt1a {
    width: 600px;
    height: 500px;
    background-position: -2px -506px;
}

.sprite-txt1b {
    width: 600px;
    height: 500px;
    background-position: -606px -506px;
}

.sprite-txt1c {
    width: 600px;
    height: 500px;
    background-position: -1210px -506px;
}

.sprite-txt2a {
    width: 600px;
    height: 500px;
    background-position: -2px -1010px;
}

.sprite-txt2b {
    width: 600px;
    height: 500px;
    background-position: -606px -1010px;
}

.sprite-txt2c {
    width: 600px;
    height: 500px;
    background-position: -1210px -1010px;
}

.sprite-txt2d {
    width: 600px;
    height: 500px;
    background-position: -2px -1514px;
}

.sprite-txt3a {
    width: 600px;
    height: 500px;
    background-position: -606px -1514px;
}

.sprite-txt3b {
    width: 600px;
    height: 500px;
    background-position: -1210px -1514px;
}

.sprite-txt3c {
    width: 600px;
    height: 500px;
    background-position: -1814px -2px;
}

.sprite-txt3d {
    width: 600px;
    height: 500px;
    background-position: -1814px -506px;
}
