@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: #4a4af4;
    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-ctaBg {
    width: 600px;
    height: 500px;
    background-position: -2px -2px;
}

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

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

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

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

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