@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700.500,400,300);


body {
	font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
      font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
	color: #4a4a4a;
}

nav .home {
	background: url(/static/img/logo.png);
	background: -webkit-image-set( url(/static/img/logo.png) 1x, url(/static/img/logo@2x.png) 2x);
	padding-left: 120px;
	line-height: 55px;
	background-size: 115px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

nav a {
	font-size: 18px;
	text-decoration: none;
	color: #4a4a4a;
}

h1, h3 {
	letter-spacing: -0.5px;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-size: 20px;
	font-weight: 600;
}

blockquote p {
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	color: white;
}
blockquote p:before {
	opacity: 0.5;
	content: "\201c";
}
blockquote p:after {
	opacity: 0.5;
	content: "\201d";
}

blockquote cite {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #3796fd;
}
blockquote cite:before {
	content: "\2015";
}

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

.text ul li {
	background: url(/static/img/checkmark.png);
	background: -webkit-image-set( url(/static/img/checkmark.png) 1x, url(/static/img/checkmark@2x.png) 2x);
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.testimonials span:before {
	opacity: 0.5;
	content: "\201c";
}
.testimonials span:after {
	opacity: 0.5;
	content: "\201d";
}

.download-link {
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	color: #3796fd;
}

footer a {
	color: #4a4a4a;
}

@media (max-width: 400px) {
	nav ul li a {
		font-size: 14px;
	}

	body {
		font-size: 14px;
	}

	h1, h3 {
		font-size: 24px;
	}

	h2 {
		font-size: 14px;
	}

	h4 {
		font-size: 18px;
	}

	blockquote p {
		font-size: 20px;
	}

	blockquote cite {
		font-size: 18px;
	}
}
