
html, body, .container, .header {
	height: 100%;
}

.red {
	background-color: #FF0000;
}

.purple {
	background-color: #620CE8;
}

.orange {
	background-color: #d04103;
}

.yellow {
	background-color: #FFE40D;
}

.pagenav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: block;
    height: 60px;
    position: absolute;
    right: 20px;
    width: 60px;
}
.pagenav .fa {
    font-size: 50px;
    margin-left: -19px;
    margin-top: 8px;
    position: relative;
}


.icon {
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
/*	background: rgba(0,0,0,0.1); */
	color: #fff;
	text-align: center;
	font-size: 8em;
	line-height: 2em;
	margin: 0 auto;
}

.icon.icon-equality {
    background: url("../img/equality.jpg")  no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
}

.icon.icon-angry {
    background: url("../img/angry.jpg")  no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
}

.icon.icon-smash {
    background: url("../img/smash.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
}

.icon.icon-dive {
    background: url("../img/dive.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#manifesto .column:hover {
    background: none repeat scroll 0 0 #d04103;
    color: #fff;
}

section.col-3 {
    margin: 0 0 150px;
}

.col-2 .column {
	width: 49%;
}

.col-3 .column {
	padding: 25px 1%;
	width: 33%;
	text-align: center;
}

.col-3 .column p {
	padding: 1.4em;
}

.column {
	display: inline-block;
	vertical-align: top;
	transition:0.3s ease-in-out .1s;
	-webkit-transition:0.3s ease-in-out .1s;	
}



/* Header */

.mfc-top span {
    margin: 0 10px;
}
.header {
	position: relative;
	margin: 0 auto;
	min-height: 560px;
	width: 100%;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title h1,.title-section h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 800;
	font-size: 3.25em;
	margin: 0 auto;
}

.title p,.title-section p {
	color: #fff;
	padding: 0 0 0.6em;
	font-weight: 300;
	font-size: 24px;
	margin: 0 auto;
}

.title h1,
.title p.subline,.title-section h1,
.title-section p.subline {
	line-height: 1;
}

.title p.subline, .title-section p.subline {
	font-size: 1.75em;
}

.title-section {
    text-align: center;
}
.title-section h1,.title-section p  {
	color: #ffffff;
	}
#things-title {
    background: none repeat scroll 0 0 #555;
	padding: 100px 0;
}
#support-title {
    background: #d04103;
	padding: 100px 0;
}
#manifesto-title .title-section h1, #manifesto-title .title-section p {
	color:#69606b;
}
#love h1 {
    color: cornflowerblue;
	text-align: center;
	text-shadow: 3px 3px 0 orange;
}
/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 40px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 1em;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 2em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 0.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: "\f07d";
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: fontawesome;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Content */
#social-area #social ul {
    margin: 0;
    padding: 0;
}

#social-area #social ul li:first-child {
    margin-left: 0;
}
#social-area #social ul li {
    cursor: pointer;
    display: inline-block;
    list-style: none outside none;
}
#social-area #social ul li:first-child {
    margin-left: 0;
}
#social-area #social ul li {
    cursor: pointer;
    display: inline-block;
    list-style: none outside none;
}
#social ul li a {
    background: none repeat scroll 0 0 #d04103;
    color: cornflowerblue;
    display: block;
    height: 150px;
    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;
    width: 150px;
	border-radius: 20px;
}

#social ul li a:hover {
    transform: rotateY(180deg);
}

#support {
    background: none repeat scroll 0 0 cornflowerblue;
    color: #fff;
    margin-bottom: 150px;
    padding: 150px 0 25px;

}
.info-text > h3 {
    padding-bottom: 30px;
}
.info-block {
    margin: 50px 0 150px;
}	
.info-text p a {
    color: #fff;
    text-decoration: underline;
}
.supportbutton {
    background-color: rgba(255, 255, 255, 0.3);
    border: medium none;
    border-radius: 0;
    color: #23262c;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 5px;
    padding: 13px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    vertical-align: middle;
/* 	border-radius: 0 0 5px 5px;
    box-shadow: 0 6px #3c6eab; */
}

.supportbutton:hover, .supportbutton:active, .supportbutton:focus {
	   background-color: #de5e60;
    color: #ffffff;
/*     box-shadow: 0 4px #3c6eab;
    top: 2px; */
	}

#logo {
    background: none repeat scroll 0 0 #d04103;
}
#logo > img {
    display: block;
    margin: 0px auto 50px;
	padding:50px;
	width: 60%;
}
#manifesto {
	margin-top:50px;
	}
#intro {
    background: none repeat scroll 0 0 #d04103;
    color: #fff;
    font-size: 115%;
    padding-bottom: 150px;
    padding-top: 150px;
}

.content {
	margin: 0 auto;
	padding: 0 0 3em;
}

.content > div:not(.title) {
	margin: -80px auto 0;
	max-width: 900px;
	padding: 0 1.25em;
}

#intro h1 {
    text-align: center;
}

.content > div:not(.title) p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    margin: 0 auto 1.5em;
    padding: 20px 50px;
}

.content > div:not(.title) p:first-child {
	font-size: 1.35em;
}

.content h3 {
	margin: 0;
	font-size: 1.4em;
}

.content blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Lora', serif;
	line-height: 1.4;
}

.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}
#social-area {
    background: none repeat scroll 0 0 cornflowerblue;
    color: #fff;
}

 #credit {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
margin-top: -500px;
    display: block;
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
	}
   
#wonderchicken h1,#wonderchicken p {
	color:#fff;
	text-align: center;
}

#wonderchicken > img {
    width: 100%;
	 margin-bottom: -10px;
}

/** FA Bigass Icons **/

#whatis .fa.fa-cog{
    color: rgba(0, 0, 0, 0.08);
    font-size: 350px;
    left: 20px;
    position: absolute;
	 margin-top: -75px;
}



#support .fa.fa-cubes {
    color: rgba(0, 0, 0, 0.08);
    font-size: 350px;
    left: 20px;
    position: absolute;
}



#love .fa.fa-heart {
    color: rgba(208, 65, 3, 0.08);
    font-size: 350px;
    right: 20px;
    position: absolute;
}



/* -------------------------- */
/* Sliced */
/* -------------------------- */

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .title {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-sliced:not(.notrans) .header h1,
.intro-effect-sliced:not(.notrans) .section-nav a {
	-webkit-transition-property: color;
	transition-property: color;
}

.intro-effect-sliced:not(.notrans) .header p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.intro-effect-sliced:not(.notrans) .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .header h1,
.intro-effect-sliced:not(.notrans) .title,
.intro-effect-sliced:not(.notrans) .header p,
.intro-effect-sliced:not(.notrans) .content > div,
.intro-effect-sliced:not(.notrans) .section-nav a {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.intro-effect-sliced.modify:not(.notrans) .header h1,
.intro-effect-sliced.modify:not(.notrans) .title,
.intro-effect-sliced.modify:not(.notrans) .header p,
.intro-effect-sliced.modify:not(.notrans) .content > div,
.intro-effect-sliced.modify:not(.notrans) .section-nav a {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.intro-effect-sliced .bg-img:first-child {
	bottom: 50%;
}

.intro-effect-sliced .bg-img:last-child {
	top: 50%;
	position: fixed;
	z-index: 900;
}

.intro-effect-sliced .bg-img:last-child img {
	top: -100%;
}

.intro-effect-sliced.modify .bg-img:first-child {
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}

.intro-effect-sliced.modify .bg-img:last-child {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.intro-effect-sliced .section-nav {
	visibility:hidden;
	}
	
.intro-effect-sliced.modify .section-nav {
	visibility:visible;
	}	

.intro-effect-sliced .section-nav {
	text-align: center;
}

.intro-effect-sliced .section-nav a {
	color: #fff;
	font-size: 0.8em;
}

.intro-effect-sliced.modify .section-nav a {
	color: #d04103;
}

.intro-effect-sliced .title {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
	transform: translateX(-50%) translateY(-50%) scale(0.7);
}

.intro-effect-sliced.modify .title {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.intro-effect-sliced .header p {
	opacity: 0;
	color: #514753;
}

.intro-effect-sliced.modify .header p {
	opacity: 1;
}

.intro-effect-sliced.modify .header h1 {
	color: #514753;
	text-shadow: -5px 5px 0 orange;
}

.intro-effect-sliced .content > div {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0;
}

.intro-effect-sliced.modify .content > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Delays */
.intro-effect-sliced.modify:not(.notrans) .title {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/* FontAwesome icons */

#social .fa {
    font-size: 120px;
    padding-top: 18px;
}


/* Media Queries */
@media screen and (max-width: 47em) {
	.title, .content, .cbp-ig-grid p {
		font-size: 70%;
	}
	.stage {
    height: 200px;
    width: 300px;
	}


	.layer:after {

    font-size: 100px
	}
	.title h1, .title-section h1 {
    font-size: 2.25em;
	}
	.section-nav a {
		font-size: 80%;
	}

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}
	
	#credit {
    font-size: 60%;
    margin-top: -200px;
    padding: 15px 0;
	}

}

@media screen and (max-width: 27em) {

#logo > img {
	padding:20px;
	width: 100%;
}

	.stage {
	display:none;
	}
	#motionlogo {
    background: url("../img/rocketrider-logo-orange-trans.png") no-repeat scroll left 0 / contain #6495ed;
	height: 200px;
	}
	#motionlogo:hover {
    background: url("../img/rocketrider-logo-white-trans.png") no-repeat scroll left 0 / contain #6495ed;
	}
	#motionlogo:after {
    font-size: 40px;
    margin-top: 160px;
	}

	#motionlogo:before {
    font-size: 40px;
    margin-top: -40px;
	}

	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}

	.intro-effect-grid .grid li h2 {
		display: none;
	}

	.intro-effect-push .header .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.title, .content {
	/* 	font-size: 50%; */
	}

	button.trigger::before {
		display: none;
	}
}