p {
	text-align: center}

#page-header {
	margin-bottom: 0rem;
}
#page-header .section-content .summary {
	margin-bottom: 1rem;
}

#page-header-sizing {
	padding-top: 25%;
}

#page-header .section-content .medium-12{
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	padding-bottom: 2%;

}

@media only screen and (min-width: 48rem) {
	#page-header .section-content {
		right: 22%;
		left: auto;
	}
	#page-header-sizing {
		padding-top: 10%;
	}
	#page-header .section-content .summary {
		margin-bottom: 0rem;
	}
}

@media only screen and (min-width: 96rem) {
	#page-header .section-content {
		right: 26.66667%;
		left: auto;
	}
	#page-header-sizing {
		padding-top: 10%;
	}
}

#page-header-background {
	background-image: url('../img/index/adventures-of-pan-bg.jpg');
}
.page-header-layer {
	top: 0;
	width: 100%;
}
.page-header-layer .fixed-aspect-image-sizing {
	padding-top: 50%;
}
#page-header .rounded-button {
	margin-bottom: 15rem;
}
#cloud-content-parallax {
	background-image: url('../img/index/cloud.png');
	background-position: center 75%;
	background-size: 22.5%;
	height: 63%;
	left: 52.5%;
	top: -17.5%;
	width: 63%;
	visibility: hidden;
}

#pan-content-parallax {
	height: 100%;
	left: -15%;
	top: 15%;
	width: 100%;
}

#pan-content-parallax img {
	width: 24%;
	min-width: 11rem;
	bottom: 15%;
	position: absolute;
	left: 64%;
	transform: translateX(-50%);
}
@media only screen and (min-width: 48rem) {
	#cloud-content-parallax {
		visibility: visible;
	}
	#pan-content-parallax img {
		width: 30%;
    	bottom: 17%;
    	left: 56%;
    	transform: none;
	}
	#page-header .rounded-button {
		margin-bottom: 35%;
	}
}
@media only screen and (min-width: 96rem) {
	#pan-content-parallax img {
		bottom: 20%;
		left: 54%;
	}
}

#explore-section {
	margin-top: -12%;
	margin-bottom: -22%;
}
#explore-section .container {
	padding-top: 12%;
}
#explore-section .gradient-backing {
	background: -webkit-radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
	background: -o-radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(closest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* Standard syntax */
	flex-shrink: 0;
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	top: -10%;
	z-index: -1;
}


#explore-section .section-content .summary {
	margin-top: 2rem;
	margin-bottom: 4rem;
	font-size: 4rem;
}
#explore-section .fixed-aspect-image-sizing {
	padding-top: 10%;
}
#explore-section .rounded-button {
	margin-bottom: 20rem;
}
#explore-section .row {
	max-width: 100rem;
}

@media only screen and (min-width: 48rem) {
	#explore-section .section-content {
		left: 16.66667%;
		right: auto;
		margin-top: 10%
	}
	#explore-section .rounded-button {
	margin-bottom: 50%;
	}
	s.summary {
		width: 50%;
	}
}

@media only screen and (min-width: 96rem) {
	#explore-section .row {
		max-width: 100rem;
	}	
	#explore-section .rounded-button {
	margin-bottom: 70%;
	}
	#explore-section .gradient-backing {
	height: 50%;
	}
}

#explore-sizing {
	padding-top: 71.2%;
}

#explore-background {
	background-image: url('../img/index/explore-bg-top.jpg');
	padding-top: 11%;
	background-position: top;
}

.explore-title {
	width: 80%;
	padding-bottom: 2%;
}

#explore-icons-section {
	margin-top: -5%;
}
#explore-icons-section .container {
	padding-top: 12%;
}
#explore-icons-section .gradient-backing {
	background: -webkit-radial-gradient(closest-side, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
	background: -o-radial-gradient(closest-side, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(closest-side, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(closest-side, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); /* Standard syntax */
	flex-shrink: 0;
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	top: -10%;
	z-index: -1;
}

#explore-icons-section .section-content .summary {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 4rem;
}
#explore-icons-section .fixed-aspect-image-sizing {
	padding-top: 10rem;
}
#explore-icons-section .rounded-button {
	margin-bottom: 30%;
}
#explore-icons-section .row {
	max-width: 60rem;
}

#explore-icons-background {
	background-image: url('../img/index/explore-bg-bottom.jpg');
	background-position: top;
}

.explore-icons-title {
	width: 80%;
}

#complete-series.section-content {
	left: auto;
}

@media only screen and (max-width: 48rem) {
	#complete-series.section-content {
		display: none;
	}
}

#complete-series.section-content .row {
	max-width: 120rem;
}

#apps {
	margin-top: 1.5rem;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 0;
	/*max-width: 100%;*/
	flex-direction: row;
}
#apps::before,
#apps::after {
	content: none;
}

#accolade-section {
	margin-top: -11%;
}
#accolade-section .container {
	padding-top: 11%;
}
#accolade-section .fixed-aspect-image-sizing {
	padding-top: 10%;
}
@-moz-document url-prefix() {
	#accolade-section .fixed-aspect-image-sizing {
		padding-top: 4%;
	}
}
#accolade-sizing {
	padding-top: 5%;
}

#accolade-summary {
	margin-bottom: 20%;
}
@media only screen and (min-width: 86rem) {
	#accolade-background {
	margin-top: 8%;
	}
	#accolade-summary {
		margin-bottom: 15%;
	}
}

@media only screen and (max-width: 48rem) {
	#accolade-summary {
		margin-bottom: 10rem;
	}
}

#email-section {
	margin-top: -20%;
}
#email-section .container {
	padding-top: 10%;
}
#email-section .fixed-aspect-image-sizing {
	padding-top: 14%;
}
@-moz-document url-prefix() {
	#email-section .fixed-aspect-image-sizing {
		padding-top: 6%;
	}
}
#email-section .rounded-form {
	padding-top: 2%;
}
@media only screen and (min-width: 96rem) {
    #email-section {
        margin-top: -16%;
    }
}

#workshop-sizing {
	padding-top: 4%;
}
#workshop-background {
	background-image: url('../img/index/workshop-bg.jpg');
	padding-top: 10%;
}

.app {
	text-align: center;
}

.app-icon {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
	display: block;
	width: 12rem;
}

.app .columns .row .columns span {
	text-align: left;
}

.app .columns .row .columns .download-button {
	margin-left: 0;
}

@media only screen and (max-width: 40rem) {
	.app .columns .row .columns span {
		text-align: center;
	}
	.app .columns .row .columns .download-button {
		margin-left: auto;
	}
}

}
.clearing-thumbs {
	margin-top: -1rem;
}
.clearing-thumbs li {
	margin-top: 1rem;
}
.clearing-thumbs li a {
	display: block;
}
.clearing-thumbs li a img {
	display: block;
	margin: 0 auto;
	max-width: 8rem;
}
.rounded-button {
	width: 12.0rem;
	margin-bottom: 15%;
}
.pan-title {
	width: 25%;
	min-width: 18rem;
}

.explore-header-icon{
	width: 23rem;
}

.explore-header-title {
	width: 40rem;
}

.flex-box{
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
    -moz-justify-content: center;
    ms-justify-content: center;
    -o-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    height: auto;
    max-width: 96rem;
    margin: 0 auto;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 8rem;
}

.title-flex-box{
	-webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    ms-justify-content: space-around;
    -o-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.icon-container{
	margin: 1rem 2rem;
	width: 9rem;
}


#flex-box-header{
	padding-top: 3rem;
	font-size: 1.125rem;
	font-weight: 300;
}

@media only screen and (max-width: 40rem) {
	.flex-box{
		max-width: 80%;
	}
	.explore-header-title{
		padding-top: 2rem;
	}
	.title-flex-box{
		max-width: 80%;
	}
}

@media only screen and (min-width: 88rem) {
	.flex-box{
		max-width: 62rem;
	}
	.title-flex-box{
		max-width: 62rem;
		margin: auto;
	}
}



