body {
	background-color: white;
}
body.noscroll {
	overflow:hidden;
}

#clean-footer {
	background-color: white !important;
	font-weight:100;
	padding-top:100px !important;
	padding-bottom:100px !important;
	border-top: dashed 10px #f7f7f7;
}

#splash {
	background-image:url(/img/index-3-splash-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


#splash-content {
	text-align: center;
	width:700px;
	margin-left:calc(80% - 500px);
	padding:120px 0 60px 0;
}

#splash-content h1 {
	font-weight:600;
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	line-height:1em;
	font-size:64px
}

#splash-content h2 {
	font-size:24px;
	color: white;
	font-weight:300;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	margin-bottom:40px;
	line-height:1em;
	color: rgba(255,255,255,.9)
}

#splash-cta-text {
	line-height:1.2em
}

.button-splash {
	background-color: #70C1B3;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.button-splash:not(.disabled):hover {
	background-color: #60B1A3;
}

.button-splash:not(.disabled):active {
	background-color: #50A193;
}


#clean-footer {
	background-color: #111;
	color: #aaa;
	overflow: hidden;
	padding:40px;
	padding-left:100px;
}

#clean-footer a {
	color: #777;
}

#clean-footer a:hover {
	color: #B2DBBF;
}

.clean-footer-column {
	float: left;
}

.clean-footer-column-1 {
	width:25%;
	margin-left:7.5%;
}

.clean-footer-column-2 {
	width:15%;
}

.clean-footer-column-3 {
	width:20%;
}

.clean-footer-column-4 {
	width:25%;
}

#splash-cta {
	background-color: rgba(0,0,0,.6);
	border-radius:13px;
	padding:10px;
	color: rgba(255,255,255,.9);
	width:480px;
	margin: 0 auto;
	position: relative;
	z-index:50;
}

#splash.noemailrequired #splash-cta{
	width:170px;
}


/* CUSTOM FORCED */

#navbar {
	box-shadow: none;
	background-color: transparent;
	position: absolute;
}

#navbar[data-css="splash"] {
	background-color: rgba(95,89,72,.9);
}

#navbar[data-css="features"]  {
	background-color: rgba(0,0,0,.6);
}

#navbar a {
	color: white;
}

#navbar a:hover {
	color: #B2DBBF;
}

#footer {
	display: none;
}

#top-signup-button {
	color: white;
	background-color: transparent;
	border: solid 1px white;
	border-radius:4px;
	padding:4px 10px;
}

#top-signup-button:hover {
	color: #B2DBBF;
	border-color: #B2DBBF;
}


#features {
	background-color: white;
	width:100%;
	padding:100px 0;
	position: relative;
	overflow: hidden;
	/*background-image:url(/img/index-2-splash.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/
}

#features * {
	line-height:1.5em;
}

#features .text-enourmous {
	line-height:1em;
	margin-bottom:0.5em;
}

#features-inner {
	width:100%;
	overflow: hidden;
}


#features-more {
	margin-top:20px;
	font-size:24px;
	color: #929995;
}

#features-inner.nice #features-h {
	transform:scale(1,1);
	opacity:1;
}

#features-inner.nice #features-h2 {
	transform:scale(1,1);
	opacity:1;
}



.feature-t {
	text-align: center;
}

.feature {
	width:100%;
}

.feature img {
	border-radius:4px;
}


#posts {
	background-color:#f7f7f7;
	padding:80px 0;
}

#posts img {
	max-height:40px;
	margin:20px;
	max-width:calc(100% - 40px);
}

.tumblr_posts {
	padding:0;
}

#slack {
	background-color:white;
	padding:120px 0;
	background-image:url(/img/slack-background-ls.jpg);
	background-attachment: fixed;
}

#slack * {
	line-height:1.5em;
}


#boomcta {
	color: white;
	background-image:url(/img/index-2-splash.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	padding: 200px 0;
}

@media only screen and (max-width: 1200px) { 
	.testimonial-screenshot {
		width:600px;
		height:375px;
		margin-top:20px;
	}
}
@media only screen and (max-width: 1100px) { 
	.testimonial-screenshot {
		width:500px;
		height:312px;
		margin-top:40px;
	}
	
}
@media only screen and (max-width: 1000px) { 
	.testimonial-screenshot {
		width:500px;
		height:312px;
		margin-top:0px;
		top:60px;
		left:10%;
	}
	.testimonial-screenshot.previous {
		left:-100%;
	}
	.testimonial-quote.current {
		width:80%;
		left:10%;
		top:400px;
	}
	.testimonial-quote.previous {
		width:80%;
		top:300px;
		left:10%;
	}
	#features-inner {
		width:640px;
	}
	.feature {
		width:calc(100%/2 - 40px);
	}
	#features-h {
		font-size:48px;
	}
}

@media screen and (max-width: 768px) {
	#profile-middle {
		display: none !important;
	}
	#clean-footer {
		padding: 0 20px 40px 20px;
	}
	.clean-footer-column {
		display: block;
		float: none;
		width:100%;
		margin:0;
		margin-top:40px;
	}
}

/* Email CTA */

#splash-cta {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,20,.5);
}

#splash-email-wrapper {
	width:300px;
	float: left;
	margin-right:10px;
	position: relative;
}



#splash-email {
	font-size:24px;
	width:calc(100% - 20px);
	border: none;
	font-weight:600;
	height:30px;
	
}

#splash-cta.fixed {
	position: fixed;
	z-index:50;
	top:0;
	border-radius:0 0 7px 7px;
	padding:5px 5px;
	width:480px;
	left:calc((100% - 480px - 10px)/2);
	background-color: rgba(0,0,20,.6);
}

#splash.noemailrequired #splash-cta.fixed {
	left:calc((100% - 170px - 10px)/2);
}



#splash-cta.fixed #splash-email-wrapper {
	width:305px;
	margin-right:5px;
}

#splash-cta-marginer {
	height:0px;
}

#splash-cta-marginer.shown {
	height:70px;
}

#splash-cta .error-label {
	position: absolute;
	background-color: #FF1654;
	border-radius: 4px;
	padding:10px;
	color: #FCFFF1;
	top:0;
	left:0;
	height:30px;
	line-height:30px;
	width:calc(100% - 20px);
}

#get-started {
	float: left;
	width:130px;
}



#news {
	background-color: #F6F6F6;
	padding: 60px 0;
	text-align: center;
}
.tumblr_post.tumblr_text_post {
	list-style-type: none;
	width:400px;
	padding:20px;
	background-color: white;
	border-radius:4px;
	margin: 10px;
	display: inline-block;
	text-align: left;
	font-weight: 100;
	vertical-align: top;
}

.tumblr_body {
	line-height:1.5em;
}

.tumblr_post.tumblr_text_post img {
	width:calc(100% + 40px);
	margin-bottom:-20px;
	margin-left:-20px;
	margin-right:-20px;
}

.tumblr_title { 
	font-size:24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height:1em;
}

.tumblr_video_post {
	display: none;
}

.tmblr-iframe {
	display: none !important;
}

.feature-text {
	max-width:400px;
	margin-bottom:20px;
}

.feature-0 .feature-text {
	float:left;
}

.feature-1 .feature-text {
	float:right;
}

.feature-0 .feature-image {
	float:right;
}

.feature-1 .feature-image {
	float:left;
}

.feature-image {
	float:left;
	max-width:400px;
	width:100%;
}

.scroll-down {
	height: 100px;
	width: 100px;
	border-radius: 100px;
	margin-bottom: -50px;
	background-color: white;
	z-index: 5;
	margin-top: -50px;
	position: absolute;
	left: calc(50% - 50px);
	color: #999;
}

#more {
	width:calc(100% - 40px);
	margin: 0 auto;
	padding:100px 20px;
	background-color: white;
}

.more-block {
	max-width:600px;
	width:100%;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.feature {
		float: none;
		margin: 0 auto;
		width:400px;
	}
	#splash-content {
		width:100%;
		margin-left:0;
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 500px) {
	#splash-email-wrapper {
		width:100%;
		margin-bottom:3px;
	}
	#splash-cta.fixed #splash-email-wrapper {
		width:calc(100%);
		margin-right:0;
		margin-bottom:0;
	}
	#splash-cta,#splash.noemailrequired #splash-cta{
		margin-top:20px;
		margin: 0 10px;
		width:calc(100% - 40px);
	}
	#splash.noemailrequired #get-started {
		margin-top:0;
	}
	#splash-cta.fixed,#splash.noemailrequired #splash-cta.fixed {
		margin:0;
		width:calc(100% - 10px);
		left:0;
	}
	#splash.noemailrequired #splash-cta {
		margin-top:20px;
	}
	#splash.noemailrequired #splash-cta.fixed {
		margin-top:0px;
	}
	#get-started {
		float: none;
		margin: 0;
		margin-top:5px;
		width:calc(100% - 40px);
	}
	#splash-cta.fixed #get-started  {
		float: none;
		margin-right:0;
	}
	#splash-cta-marginer.shown {
		height:128px;
	}
	#features-inner {
		width:100%;
	}
	.feature {
		width:calc(100% - 20px);
		margin:10px;
	}
	#features-more {
		font-size:16px;
	}
	.testimonial-screenshot {
		width:300px;
		height:188px;
		left:0;
		margin:10px calc(50% - 150px);
		margin-top:40px;
	}
	
	.testimonial-quote.current {
		text-align: center;
		left:0;
		top:340px;
		left:10px;
		width:calc(100% - 20px);
	}
	
	.testimonial-quote-h {
		font-size:24px;
	}
	.testimonial-quote-t {
		font-size:16px;
	}
	.text-enourmous {
		font-size:36px;
	}
	#splash-content {
		width:100%;
		margin-left:0;
	}
	#splash-content h1 {
		font-size:48px;
	}
	#splash-content h2 {
		width:calc(100% - 10px);
		margin: 0 5px;
	}
	.feature-text {
		width:100%;
	}
	.tumblr_post.tumblr_text_post {
		width:calc(100% - 60px);
		float: none;
	}
}

.appstore {
	opacity:.6;
}

.appstore:hover {
	opacity:1;
}