* {
	box-sizing:border-box;
	font-family: sans-serif;
}
body {
	margin:0;
	background-color:#FFFFFF;
}
h3 {
	font-family: 'Patrick Hand', cursive;
	font-size: 24pt;
	text-align:center;
}
.container {
	width:100%;
}
.banner > *{
	width:100%;
}
.panel {
	padding:10px;
}
.panel:first-child{
	text-align:center;
}

.panel:nth-child(2n+1){
	box-shadow:rgba(0,0,0,0.8) 0 0 20px;
	z-index:2;
	background-color:#FAE76D;
}

.panel:nth-child(2n){
	text-shadow: white 0 0 15px, white 0 0 10px, white 0 0 5px, white 0 0 15px, white 0 0 10px, white 0 0 5px;
	z-index:1;
}

.panel:not(:first-child){
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-height:30em;
}

#info1, #info2, #info3, #info4, #info5 {
	background-repeat:no-repeat;
	background-size:auto 90%;
	background-position:center;
}
#info1 {
	background-image:none;
}
#info1 img {
	width:40%;
	margin:auto;
}
#info2 {
	background-image:url("images/ap7-small.png");
}
#info3 {
	background-image:url("images/apbg2-small.png");
}
#info4 {
	background-image:url("images/ap3-small.png");
}
#info5 {
	background-image:url("images/apbg3-small.png");
}
.panel:last-child {
	height:40em;
	text-align:center;
}
.returnLink img {
	width:80%;
}

.purchaseButton, .infoButton {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3f50d+0,e3b100+100 */
	background: #FAE76D; /* Old browsers */
	background: -moz-linear-gradient(top, #FAE76D 0%, #e3b100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FAE76D 0%,#e3b100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FAE76D 0%,#e3b100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAE76D', endColorstr='#e3b100',GradientType=0 ); /* IE6-9 */
	border: 5px solid #32BA2F;
	border-radius: 50px;
	padding: 10px;
	margin: 15px auto;
	font-family: 'Patrick Hand', cursive;
	color: white;
	text-decoration: none;
	font-weight:bold;
	text-shadow: black 1px 1px 0, black -1px 1px 0, black 1px -1px 0, black -1px -1px 0;
}
.purchaseButton {
	box-shadow: #198207 0 5px 0, #198207 0 7px 0, #198207 0 9px 0;
	font-size: 36pt;
}
.purchaseButton:hover, .infoButton:hover{
	background:#FFFF33;
}
.purchaseButton:active, .infoButton:active{
	background:#AAAA33;
	border:5px solid #198207;
	text-shadow: none;
}
.purchaseButton:active {
	box-shadow: #198207 0 1px;
	margin:23px auto 7px auto;
}
.infoButton{
	font-size: 14pt;
}
.sidebysidebox div{
	text-align: center;
}
.sidebysidebox p{
	text-align: left;
}
@media screen and (min-width: 610px) {
	.banner > *{
		width:80%;
	}
	.panel {
		padding:0 10%;
	}
	#info1, #info3, #info5 {
		background-attachment:fixed;
		background-size:auto 100%;
		background-position:center left;
	}
	#info2, #info4 {
		background-position:right 10% center;
	}
	#info1 {
		background-image:url("images/apbg1.png");
		background-position:center right 20%;
	}
	#info1 img {
		position:absolute;
		left: 10%;
		width:20%;
		max-width:220px;
	}
	#info2 {
		background-image:url("images/ap7t.png");
	}
	#info3 {
		background-image:url("images/apbg2-4.png");
	}
	#info4  {
		background-image:url("images/ap3t.png");
	}
	#info5 {
		background-image:url("images/apbg3.png");
	}
	.panel:nth-child(2n){
		padding-left:30%;
	}

	.panel:nth-child(2n+1):not(:first-child):not(:last-child){
		padding-right:30%;
	}
	.returnLink img {
		width:400px;
	}
	.panel:last-child {
		background:no-repeat bottom 10px left 10%/200px url("images/ap2t.png"),no-repeat bottom 10px right 10%/200px url("images/ap8t.png");
		background-color: #FAE76D;
	}
}
@media screen and (min-width: 1600px) {
	.sidebysidebox div{
		width:40%;
	}
	.sidebysidebox {
		display: flex;
		justify-content: space-around;
	}
}