/* Global */
body {
	font-weight: 300;
	font-size: 12pt;
}
h1, h2, h3 {
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
}
h4 {
	line-height: 1.25em;
}
img {
	border: 0;
}
a {
	color: #787b1d;
}
a:hover, a:focus {
	color: #5f6117;
}
p {
	margin-bottom: 15px;
}
p, li {
	line-height: 1.75em;
}
article {
	min-height: 50px;
}
footer {
	background: #444;
	color: #fff;
}
.back-to-top {
	background: #848721;
	visibility: hidden;
	line-height: 0.25em;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	transition: all 0.1s;
}
.isVisible {
	visibility: visible;
}
.back-to-top:hover {
	opacity: 1;
}
.arrow {
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 15px solid #fff;
}
.logo {
	margin-top: 25px;
	width: 60%;
	height: auto;
}
.hero-img {
	background: #222 url(../images/nextpage_hero_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: block;
	height: 240px;
	text-align: center;
}
.navbar-fixed-top {
	animation: slideIn 0.25s linear;
}
.navbar-static-top {
	border-width: 0 0 1px;
}
.navbar-green {
	background: #848721;
	min-height: 40px;
}
.navbar-inner {
	text-align: center;
}
.navbar-green .nav,
.navbar-green .nav > li {
	float: none;
}
.navbar-green a {
	color: #fff;
	transition: all 0.1s;
}
.navbar-green .container ul li a:hover,
.navbar-green .container ul li a:active,
.navbar-green .container ul li a:focus {
	background: #535400;
}
.navbar-green .navbar-center {
	margin: 0;
}
.navbar-green .navbar-center li {
	display: inline-block;
}
.app-icon {
	margin: 25px auto;
	width: 150px;
}
.app-title {
	text-align: center;
}
.screenshot {
	width: 100%;
	height: auto;
}
.app-store-badge {
	background: transparent left top no-repeat url(../images/app-store-badge.svg);
	background-size: 200px;
	display: block;
	margin: 20px auto 5px auto;
	width: 200px;
	height: 80px;
}

.social {
	margin: 0 auto 25px;
	text-align: center;
	width: 100%;
}
.social-icon {
	display: inline-block;
	margin: 0 15px;
}
.bg, .btn-green {
	transition: all 0.1s;
}
.social-icon:hover .bg {
	fill: #535400;
}
.social-fallback {
	display: none;
	width: 48px;
	height: 48px;
}
.facebook {
	background: url(../images/facebook.png);
}
.facebook:hover {
	background: url(../images/facebook1.png);
}
.twitter {
	background: url(../images/twitter.png);
}
.twitter:hover {
	background: url(../images/twitter1.png);
}
#mc_embed_signup {
	margin: 0 auto 25px;
	text-align: center;
	width: 100%;
}
#mc_embed_signup .form-control,
#mc_embed_signup button {
	border-radius: 0;
}
.btn-green {
	background: #848721;
}
.btn-green:hover {
	background: #535400;
	color: #fff;
}
.btn-responsive {
	width: 100%;
}
.copyright {
	font-size: 11pt;
	text-align: center;
}

/* Tablet */
@media screen and (min-width: 600px) {
	body {
		font-size: 13pt;
	}
	h1 {
		font-size: 42pt;
	}
	h2 {
		font-size: 36pt;
	}
	h3 {
		font-size: 28pt;
	}
    h4 {
    	margin: 10px 0 10px 0;
	}
	p {
		line-height: 1.5em;
	}
	li {
		margin: 0;
	}
	article.container {
		width: 600px;
	}
	.logo {
		width: 320px;
	}
	.hero-img {
		background-position: center top;
		background-size: 750px;
		height: 375px;
	}
	.navbar-green .navbar-center li a {
		padding: 15px;
	}
}

/* Desktop */
@media screen and (min-width: 768px) {
	body {
		font-size: 13pt;
	}
	h1 {
		font-size: 52pt;
	}
	h2 {
		font-size: 32pt;
	}
	h3 {
		font-size: 24pt;
		font-weight: 300;
	}
	h4 {
    	margin: 10px 0 10px 0;
	}
	p {
		line-height: 1.75em;
	}
	article.container {
		width: 650px;
	}
	.logo {
		width: 403px;
	}
	.hero-img {
		background-position: center top;
		background-size: 1100px;
		height: 450px;
	}
	.app-title {
		font-size: 16pt;
	}
	.navbar-inner {
		font-size: 15pt;
	}
	.btn-responsive {
		width: auto;
	}
	.copyright {
		font-size: 12pt;
	}
	
.iPadShot {
	width: 90%;
	max-width: 1000px;
	display: block;
	margin: 10px auto 10px;
}

.iPadShotJam {
	width: 90%;
	max-width: 800px;
	display: block;
	margin: 10px auto 10px;
}

.iPadShotSmall {
	width: 90%;
	max-width: 400px;
	display: block;
	margin: 10px auto 10px;
}


}
/* Large Desktop */
@media screen and (min-width: 980px) {
	.hero-img {
		background-size: 1300px;
		height: 500px;
	}
}
/* animations */
@keyframes slideIn {
	from {
		opacity: 0;
		top: -56px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}