@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

.strip {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(38, 96, 170, 0.6);
	color: white;
	text-decoration: none;
	font-weight: 300;
	padding: 10px;
}

.strip img {
	margin-right: 10px;
}

.strip:hover {
	background: rgba(38, 96, 170, 0.7);
}

.header {
	background: url('img/bg_header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.header-inner {
	height: 400px;
	display: flex;
	justify-content: center;
}

.header .logo {
	margin-top: 40px;
	width: 130px;
	height: 130px;
}

.header-content {
	margin-top: 20px;
	margin-left: 50px;
	color: white;
}

.header h1 {
	font-size: 64px;
	font-weight: 100;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin-top: 50px;
	margin-bottom: 20px;
}

.header h1 strong {
	font-weight: 300;
}

.header p {
	font-size: 22px;
	font-weight: 100;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 160%;
}

.badges {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 10px;
}

.badge {
	margin-right: 10px;
	margin-bottom: 10px;
}

.badge.gplay {
}

.badge.appstore {
}

.badge.appgallery {
}

.apps-container {
	background: #F7F7F7;
	padding-top: 30px;
}

.apps-container h3 {
	text-align: center;
	margin: 0;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.apps {
	list-style: none;
	padding: 20px 5px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.apps .app {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 10px 20px;
	text-decoration: none;
	font-weight: 300;
	width: 100px;
}

.app-name {
	margin-top: 15px;
	color: #4A4A4A;
}

.app-name.more {
	color: #9B9B9B;
}

.app-circle {
	background: #96AFE1;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: auto;
}

.store-links {
	font-size: 14px;
	margin-top: 2px;
	color: #999;
}

/*
.store-links .android {
	color: #A4C639;
}
*/

.store-links .android:hover {
	color: #689F38;
}

.store-links .ios,
.store-links .android {
	color: #999;
}

.store-links .ios:hover {
	color: #666;
}

.showcase {
	padding-bottom: 60px;
	text-align: center;
	margin: 0 20px;
}

.showcase img {
	max-width: 100%;
	height: auto;
}

h2 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}

.showcase h2 {
	font-size: 42px;
	margin-top: 50px;
	margin-bottom: 0;
	padding: 0 0;
}

.showcase h2 strong {
	font-weight: 400;
}

.showcase h3 {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
	line-height: 130%;
}

.blue {
	color: #3567CC;
}

.features {
	background: #F7F7F7;
	padding-top: 70px;
	padding-bottom: 30px;
}

.feature {
	max-width: 920px;
	margin: auto;
	display: flex;
	align-items: center;
}

.feature-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 50px;
}

.feature h2 {
	margin: 0;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
}

.feature p {
	font-size: 24px;
	line-height: 170%;
	font-weight: 300;
	margin: 0;
	margin-bottom: 35px;
}

.feature img {
	width: 311px;
	height: 460px;
	flex: 0 0 311px;
}

.feature-2 {
	flex-direction: row-reverse;
}

.users {
	text-align: center;
	padding: 40px 20px;
	max-width: 600px;
	margin: auto;
}

.users ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.users ul li {
	margin: 30px 0;
}

.users p {
	font-size: 18px;
	line-height: 150%;
	font-weight: 300;
	margin: 0;
}

.users em {
	color: #999;
	font-weight: 300;
	display: block;
	margin-top: 5px;
}

.newsletter  {
	background: #F7F7F7;
	padding: 50px 40px;
}

#mc_embed_signup h2 {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}

.newsletter form {
	margin: auto;
}

#mc_embed_signup .mc-field-group input.email {
	font-size: 14px;
	width: 300px;
	padding: 8px 10px;
	text-indent: 0;
	display: inline-block;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	height: 15px;
}

#mc_embed_signup .mc-field-group input.button {
	font-size: 14px;
	width: 120px;
	height: 35px;
	padding: 0;
	text-indent: 0;
	background: #8BC34A;
	display: inline-block;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 0;
}

#mc_embed_signup form {
	padding: 0 !important;
	font-size: 14px;
}

#mc_embed_signup div.response {
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	margin-bottom: 15px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin-bottom: 0 !important;
	margin-top: 20px;
}

#mc_embed_signup div#mce-responses {
	padding: 0 !important;
	margin: auto 0 !important;
	float: none;
	width: 100%;
	text-align: center;
}

#mc_embed_signup div.response {
	float: none;
}

#mc_embed_signup .mc-field-group {
	min-height: 0 !important;
	padding-bottom: 20px !important;
	width: 450px !important;
	margin: auto;
	text-align: center;
}

.footer {
	background: #eee;
	color: #9B9B9B;
	overflow: hidden;
	padding: 20px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
}

.footer a {
	color: #9B9B9B;
}

.footer a:hover {
	color: #4A4A4A;
}

.footer-content {
	max-width: 960px;
	margin: auto;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	display: flex;
}

.address {
	line-height: 150%;
	font-size: 12px;
}

.social span {
	display: none;
}

.social {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
	margin-left: 5px;
}

.social.facebook {
	background-image: url('img/facebook.svg');
	background-color: #3b5998;
}

.social.twitter {
	background-image: url('img/twitter.svg');
	background-color: #1da1f2;
}

.social.instagram {
	background: linear-gradient(-135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
}

.social.instagram i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('img/instagram.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.social.contact {
	background-image: url('img/email.svg');
	background-color: #999;
}

.content {
	max-width: 800px;
	margin: 50px auto;
	padding: 0 20px;
}

@media (max-width: 1024px) {
	.footer {
		padding: 15px 0;
	}

	.footer-content {
		width: calc(100% - 50px);
	}
}

@media (max-width: 930px) {
	.header-inner {
		height: 300px;
	}

	.header .logo {
		margin-top: 15px;
		width: 100px;
		height: 100px;
	}

	.header-content {
		margin-top: 15px;
		margin-left: 0px;
		color: white;
	}

	.header .logo {
		display: none;
	}

	.header h1 {
		font-size: 48px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.header p {
		font-size: 18px
	}

	.apps-container {
		padding-top: 20px;
	}

	.apps {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.apps .app {
		margin: 10px 10px;
		width: 70px;
	}

	.app-icon {
		width: 70px;
		height: 70px;
	}

	.app-name {
		font-size: 14px;
	}
}

@media (max-width: 700px) {
	.header-inner {
		text-align: center;
		height: auto;
	}

	.header p {
		margin-bottom: 15px;
	}

	.header-content {
		margin: 0 20px;
	}

	.badges {
		justify-content: center;
	}

	h2,
	.showcase h2,
	#mc_embed_signup h2 {
		font-size: 24px;
	}

	.showcase h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.feature img {
		width: 200px;
		height: auto;
		flex: 0 0 200px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.feature {
		overflow: hidden;
	}

	.feature-content {
		margin: 0 20px 0 0;
	}

	.feature-2 .feature-content {
		margin: 0 0 0 20px;
	}

	.feature p {
		font-size: 18px;
	}

	#mc_embed_signup .mc-field-group input.email {
		display: block;
		margin: auto;
		border: 1px solid #ABB0B2;
		border-radius: 3px;
		width: calc(100% - 20px);
	}

	#mc_embed_signup .mc-field-group input.button {
		border-radius: 3px;
		display: block;
		margin: 15px auto 0;
	}

	#mc_embed_signup .mc-field-group {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.strip img {
		display: none;
	}

	.header p br {
		display: none;
	}

	.showcase {
		padding-bottom: 20px;
	}

	.showcase h2 {
		margin-top: 20px;
	}

	.showcase h3 {
		margin-bottom: 15px;
	}

	.features {
		padding: 30px 0 10px;
	}

	.users {
		padding: 15px 20px 10px;
	}

	.users p {
		font-size: 16px;
	}

	.users em {
		font-size: 14px;
	}

	.newsletter  {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.feature p {
		font-size: 16px;
		line-height: 140%;
	}

	.address {
		display: none;
	}
}
