@charset "UTF-8";

.contact li {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	color: #fff;
	list-style: none;
	margin-left: -40px;
}

header {margin: 0 0 10px 0;}

header.title {
	padding: 4px 12px;
	margin: 5px 0;
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 44px;
	line-height: 48px;
	font-weight: 300;
	letter-spacing: -1px;
	color: rgba(255,255,255,1);
	background-color: rgb(54,178,159);
	display: inline;
	width: auto !important;}
	
article {margin: 0;}
	

/* 	Color Pallet
	------------	*/
	
.key_lime { color: rgb(84,242,129);}
.sea_foam { color: rgb(43,217,166);}
.aqua { color: rgb(54,178,159);}
.grey_blue { color: rgb(79,130,140);}
.midnight { color: rgb(72,87,115);}


/* 	Links
	-----	*/
	
a:link {color: rgb(79,130,140);}
a:visited {color: rgb(79,130,140);}
a:active {color: rgb(79,130,140);}
a:hover {color: rgb(43,217,166);}
a {text-decoration: none;}
a li.selected { color: #fff;}


/*	Typography presets
	------------------	*/

.gigantic {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 44px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: -1px;
}

.large, h2 {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
}

.bigger, h3 {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
}

.big, h4 {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	margin: 0;
}

.stylish {
	font-family: /*'Helvetica Neue', Helvetica,*/ "ff-enzo-web-1","ff-enzo-web-2";
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
}

.normal, body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font: 16px/20px Helvetica, Arial, sans-serif;
	color: #fff;
}

.small, small {
	font-size: 11px;
	line-height: 18px;
}

/* Selection colors */

::selection 	 	{background: rgb(43,217,166);}
::-moz-selection 	{background: rgb(43,217,166);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(43,217,166);}

img.typekit-badge {
	display: none !important; }
	
.pad {margin: 24px 0;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;}
	
