* {
	margin:0;
	padding:0;
}
body {
	background: #f4f4f4;
	font-family: 'Crimson Text', Georgia, 'Times New Roman', Serif;
	font-size: 20px;
	background-attachment:fixed;
	background-size: cover;
	color: #222;
}
#top {
	background: #222;
	text-align: center;
	min-height: 600px;
	display: flex;
    align-items: center;
}
.logo {
	margin: 40px auto;
	background: #fff;
	padding: 16px 0px;
	border-radius: 6px;
	font-size: 42px;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
	color: #222;
	display: block;
	width:80px;
	transition: all 600ms ease;
}
.logo:hover {
	background: #222;
	color: #fff;
}
h1, h2, h3 {
	font-family: Helvetica;
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
	margin-bottom: 10px;
}
h2 {
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.28px;
	margin-bottom: 20px;
}
h3 {
	line-height: 32px;
	margin-top: 40px;
}
p {
	line-height: 32px;
	margin-bottom: 20px;
}
.italic {
	font-style: italic;
}
p.image-text {
	font-size: 12px;
	font-style: italic;
}
.section-header .tags {
	padding-bottom: 60px;
}
.tag {
	margin: 10px;
	padding: 0px 12px;
	line-height:28px;
	background: #f4f4f4;
	border-radius: 3px;
	display: inline-block;
	color: #222;
	text-decoration: none;
}
.quote {
	text-transform: uppercase;
	font-style: italic;
	border-left: 6px solid #f4f4f4;
	padding-left: 30px;
	margin: 40px 0px;
	color: #924D83;
	font-size: 17px;
	letter-spacing: 0.3px;
	line-height: 32px;
}
img {
	width: 100%;
	height:auto;
	margin: 0px auto;
	display: block;
}
img.small {
	max-width: 320px;
}
video {
	max-width: 280px;
	height: auto;
	display: block;
	margin: 40px auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* GRID */

.grid {
	margin: 0px 20px;
}
/* HEADER */
#header {
	background: #f4f4f4;
	overflow: hidden;
}
#header p {
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
	line-height: 40px;
	margin: 40px 0px 30px;
	text-align: center;
}
#nav {
	margin: 0px auto 60px;
	text-align: center;
}
#nav a {
	margin: 0px 10px;
	padding: 0px 12px;
	line-height:28px;
	background: #f4f4f4;
	border-radius: 3px;
	display: inline-block;
	color: #222;
	text-decoration: underline;
}
#nav a:hover {
	text-decoration: none;
}
.intro-item {
	margin: 60px 0px;
	text-align: center;
	opacity:0;
	transition: all 1.3s ease;
}
.show-intro {
	margin: 40px auto;
	opacity:1;
	transition: all 1.3s ease;
}
.portfolio-item {
	margin: 40px 0px;
	text-align: center;
}
.item-description {
	padding-top: 16px;
}
#nav a.current {
	background: #222;
	color: #fff;
	text-decoration: none;
}

/* INTRO
--------------------------*/
#intro {
	background: #222;
	color: #fff;
	text-align: center;
	height: 600px;
	display: flex;
	align-items: center;
}
#intro p {
	line-height: 32px;
	letter-spacing: 0.2px;
	margin-bottom: 10px;
}
#intro .sub-text {
	color: #999;
	font-style: italic;
	font-size: 17px;
}
#intro .sub-text a {
	color: #999;
}
/* SECTION
--------------------------*/
.box {
	padding: 20px;
	background: #fff;
	overflow: auto;
	margin: 30px 0px;
}
.box .left {
	float: left;
	width: 50%;
}
.box .right {
	float: left;
	width: 50%;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.flex-desktop {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.grey {
	background: #f4f4f4;
	padding: 40px 0px;
}
.light-blue {
	background: #D4EBF9;
}
.section {
	background:#fff;
	margin-bottom: 2px;
	overflow: auto;
}
.section-header {
	text-align: center;
	padding-top: 60px;
}
.section-header h2 {

}
.section-header p {
	line-height: 32px;
	letter-spacing: 0.2px;
	font-size: 24px;
}
.section-content {
	padding-top: 60px;
}
.section-footer {
	text-align: center;
}
.section-footer a {
	text-align: center;
	padding: 0px 12px;
	line-height:28px;
	background: #CBE8DF;
	border-radius: 3px;
	display: inline-block;
	color: #222;
	text-decoration: none;
	margin: 20px auto 60px;
	cursor: pointer;
}
.section-footer a.read-less {
	display: none;
	background: #f4f4f4;
}
/* Expand list */
.expand-list {
	list-style-type: none;
	margin-bottom: 40px;
}
.expand-list li {
	background: #f4f4f4;
	padding: 12px 24px;
	margin-top: 2px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
}
.expand-list li:hover {
	background: #CBE8DF;
}
.expand-list li i {
	float: right;
}
.accordian-content {
	background: #f4f4f4;
	padding: 12px 24px 24px;
}
.accordian-content p {
	font-size: 14px;
	line-height: 22px;
}
/* Appstore quotes */
.appstore-rating {
	padding-left: 20px;
}
.appstore-rating div {
	margin: 20px 0px;
}
.appstore-rating i {
	color: #FF8F00;
}
.appstore-quote {
	font-style: italic;
}
/* ABOUT
----------------------------------*/
#about img {
	margin: 60px auto;
}
/* FOOTER
----------------------------------*/
#footer {
	padding: 60px 0px 100px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	line-height: 44px;
	text-align: center;
}
#footer a {
	color: #222;
}
#footer a:hover {
	text-decoration: none;
}

/* MEDIUM 
-----------------------------------
-----------------------------------
-----------------------------------
-----------------------------------*/
@media screen and (min-width: 768px) {
	/* GRID */
	.grid {
		margin: 0px auto;
	}
	.grid-full {
		max-width: 1024px;
	}
	.grid-x-wide {
		max-width: 900px;
	}
	.grid-wide {
		max-width: 670px;
	}
	.grid-medium {
		max-width: 580px;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
	}
	.box {
		padding: 40px;
	}
	#footer li {
		display:inline-block;
	}
}
/* LARGE 
-----------------------------------
-----------------------------------
-----------------------------------
-----------------------------------*/
@media screen and (min-width: 1064px) {
	.logo {
		float: left;
		margin-top:80px;
		margin-right: 20px;
	}
	#header p {
		margin: 100px 0px;
		text-align: left;
		float: left;
	}
	#nav {
		float: right;
		text-align: left;
		margin: 106px 0px;
	}
	#navigation {
		text-align: left;
	}
	#navigation h1 {
		float: left;
	}
	#navigation a {
		margin: 24px 0px 24px 10px;
	}
	.grid-wide {
		padding:0px;
	}
	.box {
		padding: 60px;
	}
	.intro-item {
		margin: 160px 0px;
	}
	.show-intro {
		margin: 120px auto;
	}
	.portfolio-item {
		margin: 120px 0px;
	}
	#footer li {
		text-align: left;
		margin-right: 10px;
	}
}