.bg-green-gradient {
	background-image: linear-gradient(-180deg, #39CC71 0%, #34B985 100%);
}

.text-green {
	color: #39CC71;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	width: 150px;	
}

.small-logo {	
	width: 120px;	
	margin-top: 1em;
}

.btn {
	line-height: 43px
}

.btn-ghost {
	border:0.1em solid #fff;
}

.screenshot {
	width: 80%;
}

#home h1 {
	margin-bottom: 6em;
	margin-bottom: 1em;
}

#home .thin-title {
	max-width: 19em;
}

.thin {
	opacity: 0.8;
	font-weight: 300;
}

p.title {
	font-weight: 300;
}

.title a {
	box-shadow: inset 0 -1px 0 #39CC71;
}

@media only screen and (max-width: 767px) {
	.screenshot {
		display: none;
	}

	.logo {
		margin-top: 1em;
	}

	.btn {
		line-height: 32px;
	}
}