<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	-webkit-transition-timing-function: ease-in-out;
}

img {
	border: 0;
}

body {
	background: #824427 url(../images/background-pattern.png) fixed center center;
}

.background_gradient {

	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .3;
	-webkit-transition: opacity .4s ease-in-out;
}

.product-container {
	position: absolute;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	margin-left: 0;
	width: 686px;
}


.icon {
	left: 0;
	width: 408px;
	height: 409px;
	position: absolute;
	cursor: pointer;
}

.icon:hover {
	opacity: 1;
}

/* @group Description Box */


.first-box {
	margin-top: 5.6em;
}

.description {
	width: 290px;
	margin-left: 100px;
	position: relative;
	float: right;
	margin-right: 295px;
	z-index: 0;
	margin-bottom: 15px;
	color: #f7c4ab;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.description-inner {
	width: 100%;
	background: url(../images/text_box_middle.png) repeat-y;
}

.description-inner p {
	margin: 0;
	padding: 0 10px;
	line-height: 1.3em;
}

.description-top-cap {
	width: 100%;
	height: 9px;
	background: transparent url(../images/text_box_top.png) no-repeat;
}

.description-bottom-cap {
	width: 100%;
	height: 9px;
	background: transparent url(../images/text_box_bottom.png) no-repeat;
}

.buy-on-itunes {
	color: #cde6f7;
	text-align: center;
	font-size: 1.1em;
}

/* @end */


.logo {
	position: absolute;
	bottom: 0;
	width: 408px;
	opacity: 0;
	background: url(../images/bigStonePhone_logo.png) no-repeat center bottom;
}

.logo h1 {
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.4) 0 3px 4px;
	font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

.product-container .icon {
	z-index: 10;
}</pre></body></html>