<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:
		url(../img/cloud-upprleft.png) top left no-repeat,
		url(../img/cloud-lwrrt.png) bottom right no-repeat,
		url(../img/cloud-lwrleft.png) bottom left no-repeat
	;
	background-color: #DDF1F2;
}

.logo {
	margin-top: 40px;
}

.install-b4g {
	margin-top: 50px;
}
.hero-unit {
  padding: 25px;
}
.hero-unit .header1-text,
.header1-text {
  font-family: 'Enriqueta',Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.3;
  color: #333333;
  letter-spacing: -1px;
  text-align: center;
}
.header3-text {
	font-family: 'Enriqueta',Helvetica, Arial, sans-serif;
	text-align: left;
}
.testimonial-row {
	border-top: 1px solid #999;
	margin-top: 35px;
	margin-bottom: 25px;
}
.testimonial {
	margin-top: 25px;
}
.video {
	text-align: center;
	max-width: 400px;
}
.hero-unit .happy-customer,
.happy-customer {
	font-family: 'Enriqueta',Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.5;
}
.hero-shadow{
	box-shadow: 1px 1px 10px 2px #BAD8D7;
	-moz-box-shadow: 1px 1px 10px 2px #BAD8D7;
	-webkit-box-shadow: 1px 1px 10px 2px #BAD8D7;
}
.center-section {
	text-align: center;
	padding-bottom: 45px;
}
.feature-image{
	box-shadow: 1px 1px 4px 2px #BAD8D7;
	-moz-box-shadow: 1px 1px 4px 2px #BAD8D7;
	-webkit-box-shadow: 1px 1px 4px 2px #BAD8D7;
}
.feature-row {
	margin-bottom: 25px;
}
.feature-section {
	border-right: 1px solid #999;
	margin-right: -1px;
}
.letter {
	padding: 25px;
	margin-left: -5px;
	margin-bottom: 25px;
	background-color: white;
	font-style: italic;
}
.press-mention {
	margin-bottom: 40px;
}
.header-text {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}
.tweet {
	margin-left: -1px;
}
.tweet-photo {
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
.footer {
	margin-left: 25px;
	margin-bottom: 25px;
}
.footer-link {
	margin-left: 15px;
}
.btn-primary {
  color: #FFF;
  border: 1px solid #e7220a;
  background: -moz-linear-gradient(top, #e7220a 0%, #b61803 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DD4B39), color-stop(100%,#D14836)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7220a 0%, #b61803 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #e7220a 0%, #b61803 100%); /* W3C */
}
.btn-primary:hover {
  color: #FFF;
  border: 1px solid #B0281A;
  background: -moz-linear-gradient(top, #e7220a 0%, #9e1706 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DD4B39), color-stop(100%, #C53727)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7220a 0%, #9e1706 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #e7220a 0%, #9e1706 100%); /* W3C */
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.btn-primary:active,
.btn-primary.active {
  color: #FFF;
  border: 1px solid #B0281A;
  background: -moz-linear-gradient(top, #9e1706 0%, #e7220a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C53727), color-stop(100%, #DD4B39)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9e1706 0%, #e7220a 100%); /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #9e1706 0%, #e7220a 100%); /* W3C */
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.btn-large {
  padding: 14px 18px;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* Responsive fixes for landing pages */
@media (max-width: 767px) {
    .feature-section {
    border-right: 0px;
    border-bottom: 1px solid #999;
}
    .press-mention {
        margin-top:15px;
    }
    .press-mention:last-of-type {
        margin-bottom:0px;
    }
    .btn.install-b4g {
        margin-top:30px;
    }
/* Center YouTube videos, images, and install busttons when only element in a row */
.hero-unit iframe, .feature-image, .btn.install-b4g {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
}
/* Prevent YouTube videos from breaking container; irregardless of the width of screen (was previously in a media query) */
.hero-unit iframe {
    max-width:100%;
}
/* Prevents social icons from starting on one row and finishing on another*/
.social-icon-container {
    display: inline-block;
    padding-left: 5px;
    padding-right:5px;
}
.lp-footer-links {
  display:inline-block;
}

</pre></body></html>