<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles */ 


/* Structure */
h1#homeSS {
	font-size: 34px;
	line-height: 34px;
	font-weight: 500;
	color: #282828;
	padding: 0px;
	margin: 0px;
}
h1.home-header {
	font-size: 38px;
	font-weight: 500;
	color: #282828;
	text-align: center;
	margin: 0px 0px 0px 20px;
	padding: 46px 0px 0px 0px;
}
h2#subheaderSS {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #282828;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h2.home { 
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #282828;
	margin: 0px 0px 8px 0px;
}
a:link, a:visited {
	color: #343434;
}
.artboardHome {
	min-width: 980px; 
	margin: 0px auto; 
	padding: 0px; 
	vertical-align: top;
	background: white;
}
.mainBoxHome {
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
}
.headerHome {
	padding: 10px 10px 8px;
	height: 60px;
	min-width: 980px;
	text-align: center;
	background-color: white;
}
.felttipLogoHome {
	width: 980px; 
	margin: 0px auto; 
	padding: 0px 0px 0px 20px; 
	-webkit-user-select: none; 
}
#header-logo img {
	border: none;
	width: 180px;
}

div.ink-scribble {
	text-align: center;
}

.ink-scribble img {
	border: none;
	width: 50%;
	height: 50%;
	max-width: 750px;
}
.feature {
	font-size: 18px; 
	color: #999;
	width: 668px;
	height: auto;
	background-color: #000;
	padding: 40px 20px 10px 20px;
	margin: 10px auto 20px auto;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px; 
}

/* Splash section - SS */
#splashSection, #splashSection-ja {
	width: 920px;
	height: 380px;
	margin: 0px auto;
	padding: 40px 0px 60px;
	background-size: 100%;
}
#splashSection a {
	border: none;
}

#splashSection a:hover, #splashSection-ja a:hover, #iOSApps-ja a:hover {
	text-decoration: none;
}
.splashIconDesc {
	float: left;
	width: 250px;
	padding: 74px 0px 0px 500px; /* positioning of app desc */
}
.splashIcon {
	width: 100px;
	margin: 0px auto;
	border: none;
}
.splashAppIcon { 
	width: 100px;
	height: 100px;
}
.splashAppDesc {
	width: 250px;
	text-align: center;
}
.splashDesc {
	font-size: 17px;
	line-height: 24px;
	padding: 10px 0px 0px;
}
p.splashDesc a {
	color: #343434;
	background-color: white;
}
.splashDescLink {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #282828;
	background-color: white;
}

.ssScreenshot, .splashScreenshot {
	float: left;
	width: 100px;
	padding: 60px 0px 0px 0px;
}
.ssScreenshot img {
	width: 550px;
	height: 318px;
}

/* Universal section formatting */
#fitnessSection, #musicSection, #otherSection, #aboutSection {
	/* max-width: 1400px; */
	margin: 0px auto 0px;
	padding: 30px 0px;
}

table {
	margin: 0px auto;
}

#fitnessSection table td, #musicSection table td, #otherSection table td {
	padding: 0px 10px;
}

/* Fitness apps */
#fitnessSection {
	background: #F2F2F2 url('/img/home-bkgd-fitness@2x.png') no-repeat top center;
	background-size: 100%;
}
#fitnessSection table {
	padding: 60px 30px 60px;
}
table .fitnessAppDesc td {
	width: 200px;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
}
table .fitnessAppDesc a:hover, #otheriOSApps table a:hover {
	text-decoration: none;
}
table .fitnessAppDesc {
	text-align: center;
}
.iOSIcon {
	width: 90px;
	height: 90px;
	border: none;
}

/* Music apps */
#musicSection {
	background: #F2F2F2 url('/img/home-bkgd-music@2x.png') no-repeat top center;
	background-size: 100%;
}
#musicSection table {
	padding: 80px 30px 60px;
}
/* More Apps */
#otherSection table {
	padding: 60px 30px 60px;
}

/* About us */
#aboutSection {
	padding: 0px 0px 10px;
	margin: 0px auto;
	max-width: 1000px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
}
.about-grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 40px 100px;
}
.company-grid-item {
	text-align: left;
}
.about-grid-item {
	text-align: left;
}
.aboutName {
	color: #282828;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}
.aboutSubtitle, .aboutLocation {
	font-size: 14px;
	line-height: 17px;
	padding: 0px 0px 0px;
	margin: 0px;
}
.aboutLogo {
	width: 160px;
	padding: 4px 0px 6px; /* Adjust positioning to line up w/ rest of grid */
}
.aboutAvatar {
	width: 32px;
	height: 32px;
	margin: 0px 4px 0px 0px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid gray;
}
.aboutContact {
	width: 20px;
	height: 20px;
	padding: 20px 16px 0px;
}

#home-footer { 
	width: 960px;
	line-height: 14px;
	font-size: 14px;
	text-align: right;
	margin: -5px auto 0px;
	padding: 8px 0px 20px 0px;
	border-top: 1px solid #ccc; 
}</pre></body></html>