/* Global Styles */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* Banner Styles */
div,
svg,
img {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}

.intro,
.copy,
#mainLogo,
#footerLogo,
#cta {
	visibility: hidden;
}


#container {
	background-color: #fff;
	overflow: hidden;
}

#introBackground { width: 445px; }
#trees { width: 406px; }
#bus1,
#bus2 {
	width: 151px;
	height: 205px;
}
#cab {
	width: 137px;
	height: 209px;
}
#postbox1,
#postbox2 {
	width: 123px;
	height: 257px;
}
#bigben {
	width: 87px;
	height: 332px;
}
#pinecone_brown1,
#pinecone_brown2 {
	width: 95px;
	height: 119px;
}
#room {
	width: 1057px;
	left: 300px;
}
#stars {
	width: 110px;
	height: 210px;
	top: -64px;
	left: 300px;
}
#starA,
#starB {
	width: 25px;
	height: 88px;
	left: 300px;
}
#starB {
	top: -30px;
	left: -25px;
}
#wallWipe {
	width: 214px;
	left: 300px;
}

#cta {
    top: 280px;
    left: 92px;
    width: 116px;
    height: 38px;
    overflow: hidden;
}
#cta_btn {
	top: 2px;
	left: 2px;
	width: 112px;
	height: 35px;
	background-color: #000;
}
#cta_copy {
	top: 13px;
	left: 17px;
	width: 86px;
	height: 10px;
}
#cta_border {
    background-image: url(cta_border.png);
    width: 116px;
    height: 38px;
    background-size: cover;
    background-position: bottom;
}
#cta_border:hover {
    background-position: top;
    cursor: pointer;
}
#cta_shimmer {
    left: -170px;
    background-image: url(cta_shine.png);
    width: 166px;
    height: 88px;
}

#logoBlockWhite { fill: #fff; }

#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}

#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}