@charset "utf-8";

/* ################################################### */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*              hey guys                               */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/*                                                     */
/* ################################################### */

/* Fonts */

@font-face
{
	font-family: 'Chrono Regular';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebRegular.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebRegular.woff') format('woff');
}

@font-face
{
	font-family: 'Chrono Regular Italic';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebRegularItalic.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebRegularItalic.woff') format('woff');
}

@font-face
{
	font-family: 'Chrono Medium';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebMedium.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebMedium.woff') format('woff');
}

@font-face
{
	font-family: 'Chrono Medium Italic';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebMediumItalic.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebMediumItalic.woff') format('woff');
}

@font-face
{
	font-family: 'Chrono Light';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebLight.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebLight.woff') format('woff');
}

@font-face
{
	font-family: 'Chrono Light Italic';
	src:
		url('/fonts/ChronoWeb_EOT/ChronoWebLightItalic.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ChronoWeb_WOFF/ChronoWebLightItalic.woff') format('woff');
}


/* ----- RESET BROWSER DEFAULTS ----- */
*
{
	margin: 0;
	padding: 0;
}

a
{
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
}

a img
{
	outline: none;
}

ul
{
	list-style: none;
}
	
/* ----- BASIC PAGE SET-UPS ----- */	
html
{
	min-width: 344px;
	padding: 5px 20px;
}

body
{
	background-color: rgba(111,213,187,100);
	background-color: #6fd5bb;
	color: #1e344a;
	font-family: "Chrono Regular", sans-serif;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1.6em;
}

strong
{
	font-family: "Chrono Medium Italic", sans-serif;
	font-weight: normal;
}

em
{
	font-family: "Chrono Light Italic", sans-serif;
	font-style: normal;
}
	
header,
section#basics,
section#details,
section#availability,
section#synced,
section#nittygritty,
footer,
section#terms-of-service
{
	width: 100%;
	margin: 10px auto;
	background-color: #6fd5bb;

}

/* ----- HEADER ----- */

header a
{
	display: inline-block;
	margin: 0px;
	text-decoration: none;
}

header div#shopmark
{
	font-size: 30px;
	height: 51px;
	line-height: 51px;
/* 	background-image: url("./images/panic-logo.svg"); */
	background-image: url("//signserver.panic.com/get/altsvg");
	background-size: 48px 50px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 59px;
	margin: 0px 0px 20px 0;
	letter-spacing: -2px;
}

header h1
{
	font-size: 85px;
	white-space: nowrap;
	margin-left: -20px;
	margin-right: -20px;
	line-height: 85px;
	font-weight: 100;
	font-family: "Chrono Light Italic", sans-serif;
	letter-spacing: -6px;
	text-align: center;
	background-image: url("./images/sync-logo.svg");	
	background-size: 244px 252px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 270px;
}

header p
{
	font-size: 26px;
	line-height: 32px;
	font-family: "Chrono Light", sans-serif;
	text-align: center;
}

/* ----- HEADINGS -------------------- */

h2,
#panicsync-tos h1
{
	font-size: 3em;
	line-height: 1em;
	font-family: "Chrono Light Italic", sans-serif;
	font-weight: normal;
	margin: 20px 0;
	letter-spacing: -3px;
}

#panicsync-tos h1+p
{
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 14px;
	font-family: "Chrono Light Italic", sans-serif;
}


/* ----- BASICS -------------------- */

section#basics p
{
	font-size: 18px;
	line-height: 32px;
}

/* ----- DETAILS -------------------- */

section#details p,
section#details li,
#panicsync-tos section#terms-of-service p
{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 32px;
}

section#details p
{
	margin-bottom: 20px;
}

section#details a
{
/*
	background-image: -webkit-linear-gradient(rgba(23, 38, 57, 0.3) 50%, rgba(23, 38, 57, 0.6) 50%);
	background-image: -moz-linear-gradient(rgba(23, 38, 57, 0.3) 50%, rgba(23, 38, 57, 0.6) 50%);
	background-image: -ms-linear-gradient(rgba(23, 38, 57, 0.3) 50%, rgba(23, 38, 57, 0.6) 50%);
	background-image: -o-linear-gradient(rgba(23, 38, 57, 0.3) 50%, rgba(23, 38, 57, 0.6) 50%);
	background-image: linear-gradient(rgba(23, 38, 57, 0.3) 50%, rgba(23, 38, 57, 0.6) 50%);
	background-origin: padding-box;
	background-position: 0px 19px;
	background-repeat: repeat-x;
	background-size: 2px 2px;
*/

	text-decoration: underline;
}

section#details h3
{
	float: left;

	font-family: "Chrono Medium", sans-serif;
	font-size: 18px;
	line-height: 32px;
	padding-right: 6px;
}

section#details h3:before
{
	content: "•";
	display: inline;
	padding-right: 6px;
}

/* ----- AVAILABILITY -------------------- */

section#availability p
{
	margin-bottom: 24px;
  
}

/* ----- NITTY GRITTY -------------------- */

section#nittygritty p,
section#nittygritty ul,
section#nittygritty h3
{
/*
	font-size: 14px;
	line-height: 24px;
*/
	margin-bottom: 24px;
}

section#nittygritty h3
{
/* 	font-family: "Chrono Medium Italic", sans-serif; */
	margin-bottom: 0;
}

section#nittygritty li
{
	list-style: disc;
	list-style-position: inside;
/*
	font-size: 14px;
	line-height: 24px;
*/
}

section#nittygritty ul
{
	text-indent: -1em;
	padding-left: 1em;
}

/* ----- FOOTER -------------------- */

footer {
	text-align: center;
/* 	font-size: 20px; */
/* 	line-height: 20px; */
	padding: 4em 0 2em 0;
	margin: 0 auto 0 auto;
	position: relative;
	color: #0e9a77;
}

footer a {
	text-decoration: underline;
}						

/* ########################################### */
/*                                             */
/*                                             */
/*                                             */
/* ----- Wider than 820px -------------------- */
/*                                             */
/*                                             */
/*                                             */
/* ########################################### */

@media screen and (min-width: 800px)
{

	html 
	{ 
		padding: 0; 
	}
	
	/* ----- PAGE SET-UPS -------------------- */
	body
	{
		font-size: 18px;
		line-height: 32px;
		min-width: 821px;
		position: relative;
	}
	
	header,
	section#basics,
	section#details,
	section#availability,
	section#synced,
	section#nittygritty,
	footer,
	section#terms-of-service
	{
		width: 821px;
		margin: 20px auto;
	}
	
	/* ----- HEADER -------------------- */
	
	header
	{
		margin-bottom: 60px;
	}
	
	header div#shopmark
	{
		margin: 0px 0 20px 0;

	}
	
	header h1
	{
		font-size: 130px;
		line-height: 130px;
		letter-spacing: -9px;
		background-size: 347px 359px;
		padding-top: 380px;
	}
	
	header p
	{
		font-size: 34px;
		line-height: 45px;
	}
	
	/* ----- THE BASICS -------------------- */
							
	section#basics div,
	section#details ul
	{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		-o-column-gap: 20px;
		column-gap: 20px;
	}
	
	section#details li
	{
		display: inline-block;
	}
		
	section#basics h2
	{
		-webkit-column-span: all;
		-moz-column-span: all;
		-o-column-span: all;
		column-span: all;
	}
	
	/* ----- DETAILS -------------------- */
	


	
	/* ----- AVAILABILITY -------------------- */
	
	section#availability ul#apps li
	{
		background-size: 120px 120px;
		width: 120px;
		padding-top: 140px;
		font-size: 22px;
		line-height: 22px;
		margin-right: 32px;
	}
	
	/* ----- SYNC TABLE -------------------- */
	
	section#synced table#sync_table
	{
		border-collapse: collapse;
		border-radius: 4px;
	}
	
	section#synced table#sync_table tr:nth-child(odd)
	{
		background: rgba(255,255,255,0.1);
	}
	
	section#synced table#sync_table tr td:nth-child(even)
	{
		background: rgba(255,255,255,0.1);
	}
	
	section#synced table#sync_table tr td:nth-child(even)
	{
		background: red;
	}
		
	
	/* ----- NITTY GRITTY -------------------- */
	
		
	/* ----- FOOTER -------------------- */
	
	footer
	{
		text-align: center;
/* 		font-size: 20px; */
/* 		line-height: 20px; */
		padding: 4em 0 2em 0;
		margin: 0 auto 0 auto;
	}
	
	footer a
	{
		text-decoration: underline;
	}
}

@media screen and (-webkit-device-pixel-ratio: 2)
{
	section#availability li#sync-apps-transmit_ios
	{
		background-image: url("./images/sync-apps-transmit_ios.png");
	}
	
	section#availability li#sync-apps-prompt
	{
		background-image: url("./images/sync-apps-prompt.png");
	}
	
	section#availability li#sync-apps-coda
	{
		background-image: url("./images/sync-apps-coda.png");
	}

	section#availability li#sync-apps-code-editor
	{
		background-image: url("./images/sync-apps-code-editor.png");
	}
}