@media (min-width: 996px) {
	.site-container {
		width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-container {
		width: 996px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.container-item {
		padding-right: 20px;
	}
}

@media (max-width: 996px) {
	nav {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.section-title {
		margin-left: 20px;
	}
	
	.container-item {
		padding-right: 20px;
		padding-left: 20px;
	}
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font: 14px 'Lato';
	padding: 0;
	color: #929292;
}

a {
	color: #929292;
}

p {
	font-weight: normal;
	line-height: 130%;
}

h2 {
	font-size: 34px;
	font-weight: 400;
}

h3 {
	color: #565656;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
}

h4 {
	margin: 0;
	padding: 0;
	color: #565656;
	font-weight: 700;
	font-size: 16px;
}

h5 {
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.app-store-download {
	display: inline-block;
	color: transparent;
	background-image: url(../svg/AppStoreDownload.svg);
	background-size: 170px 49px;
	width: 170px;
	height: 49px;
}

.bottom-quote {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	transform-origin: 50% 50%;
}

.bottom-quote :before {
	display: block;
	content: "";
	background: rgba(0, 0, 0, 0.05);
	max-width: 400px;
	height: 1px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.bottom-quote p {
	font-weight: 300;
	max-width: 640px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

section {
	margin: 0;
	padding: 0;
}

.section-title {
	text-transform: uppercase;
	display: inline-block;
	border-radius: 5px;
	font: 16px Lato;
	letter-spacing: 1px;
	color: #FFFFFF;
	background: #00d4e6;
	padding: 6px 12px;
	margin-top: 28px;
}

.main-section {
	background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0)) no-repeat;
	background-size: 100% 300px;
	margin: 0px;
	padding: 0 0px 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.round-link-button {
	border-radius: 5px;
	padding: 5px 16px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.08);
}

.round-link-button-large {
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	padding: 6px 30px;
	background-color: rgba(0, 0, 0, 0.08);
}

.people-image {
	border-radius: 50%;
	width: 64px;
	height: 64px;
}

.section-grid-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
}

@media (max-width: 996px) {
	.section-grid-container {
		justify-content: center;
	      /* align horizontal */
	}
}
.container-item {
	flex: 1;
}

header {
	width: 100%;
	background-color: #00d4e6;
	top: 0;
}

nav {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

nav .round-link-button {
	background-color: rgba(255, 255, 255, 0.32);
	color: #FFFFFF;
}

nav ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

nav li {
	font-size: 15px;
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 100%;
	vertical-align: middle;
	line-height: 54px;
}

nav li a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

nav li a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
}

nav li:first-child {
	flex: 1;
}

nav li:not(:first-child) {
	margin-left: 30px;
}

nav #home {
	display: block;
	background: url(../svg/WindmillNav.svg) 0 center no-repeat;
	color: transparent;
	overflow: hidden;
}

@media (min-width: 450px) {
	nav #home {
		min-width: 130px;
	}
}
    @media (max-width: 450px) {
	nav #home {
		width: 28px;
	}
}
#overview {
	background: linear-gradient(-180deg, #00d4e6 0%, #00d4e6 100%);
	color: #BFFEFF;
	margin: 0px;
	padding: 30px 0px 51px;
}

#overview h1 {
	margin: 0;
	padding: 0;
}

@media (max-width: 996px) {
	#overview h1 {
		font-size: 34px;
		font-weight: 400;
		letter-spacing: -1.4px;
	}
}
    @media (min-width: 996px) {
	#overview h1 {
		font-size: 48px;
		font-weight: 300;
		letter-spacing: -2px;
	}
}
  #overview h1 {
	color: #FFFFFF;
}

#overview h3 {
	color: #FFFFFF;
}

#overview h4 {
	color: #FFFFFF;
}

#overview .round-link-button {
	background-color: #FFFFFF;
	color: #00d4e6;
	font-size: 18px;
	padding-right: 30px;
	padding-left: 30px;
}

#overview .section-grid-container {
	align-items: center;
    /* align vertical */
}

#overview .container-item {
	display: inline-block;
	flex: 1;
	min-width: 300px;
}

#overview #quick-pitch h1 {
	margin: 0;
	padding: 0;
}

#overview #quick-pitch h3 {
	color: #BFFEFF;
	margin: 12px 0 0;
}

#overview #quick-pitch p {
	margin-top: 24px;
}

@media (max-width: 996px) {
	#overview #skills-summary {
		justify-content: center;
	      /* align horizontal */
		padding-top: 20px;
	}
}
  @media (min-width: 996px) {
	#overview #skills-summary {
		border-left-style: solid;
		border-left-width: 1px;
		border-color: rgba(255, 255, 255, 0.25);
		padding-left: 48px;
	}
}
  #overview #skills-summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#overview #skills-summary li {
	margin-bottom: 20px;
}

#overview #skills-summary h3 {
	font-weight: 300;
	margin: 20px 0 20px;
}

#overview #skills-summary h4 {
	margin: 0 0 4px;
	padding: 0;
}

#overview #skills-summary p {
	margin: 0;
}

#whats-new .section-grid-container {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#whats-new .section-grid-container li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-height: 100px;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 12px;
}

#whats-new .section-grid-container p {
	font-size: 18px;
	margin: -8px 0 0;
	max-width: 290px;
}

#whats-new h1 {
	margin: 0;
	padding: 0;
	color: transparent;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2px;
}

#whats-new #tempi-whats-new h1 {
	background: url(../svg/TempiWordmarkHome.svg) no-repeat;
}

#whats-new #cubit-whats-new h1 {
	background: url(../svg/CubitWordmarkHome.svg) no-repeat;
}

#whats-new .container-item {
	vertical-align: middle;
	padding-left: 122px;
	max-width: 500px;
	min-width: 150px;
}

#whats-new #tempi-whats-new {
	background: url(../img/OurAppsTempi.png) no-repeat;
	background-size: 100px 100px;
}

#whats-new #cubit-whats-new {
	background: url(../img/OurAppsCubit.png) no-repeat;
	background-size: 100px 100px;
}

#whats-new a {
	text-decoration: none;
}

#our-apps .section-title {
	background-color: #879899;
}

#our-apps .section-grid-container {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 50px 0 20px;
}

#our-apps .section-grid-container a {
	text-decoration: none;
	color: #565656;
}

#our-apps .section-grid-container p {
	margin: 2px 0 0;
	color: #929292;
}

#our-apps .section-grid-container h4 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

#our-apps .section-grid-container #pixa {
	background: url(../img/OurAppsPixa.png) center top no-repeat;
	background-size: 140px 140px;
}

#our-apps .section-grid-container #tempi {
	background: url(../img/OurAppsTempi.png) center top no-repeat;
	background-size: 140px 140px;
}

#our-apps .section-grid-container #cubit {
	background: url(../img/OurAppsCubit.png) center top no-repeat;
	background-size: 140px 140px;
}

#our-apps .section-grid-container #nomorobo {
	background: url(../img/OurAppsNomorobo.png) center top no-repeat;
	background-size: 140px 140px;
}

#our-apps .section-grid-container .coming-soon {
	background: url(../img/OurAppsPlaceholder.png) center top no-repeat;
	background-size: 140px 140px;
}

#our-apps .section-grid-container .coming-soon h4 {
	font-style: italic;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.2);
}

#our-apps .section-grid-container li {
	display: inline-block;
	text-align: center;
	flex: 1;
	min-width: 200px;
	max-width: 240px;
	padding-top: 154px;
	padding-bottom: 20px;
}

@media (max-width: 820px) {
	#our-apps .section-grid-container .coming-soon {
		display: none;
	}
}
#people .section-title {
	background: #f05b8c;
	opacity: 0.7;
}

#people .people-image {
	float: left;
}

#people .bottom-quote {
	color: #f05b8c;
}

#people .section-grid-container {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#people .section-grid-container li {
	display: inline-block;
	flex: 1;
	min-width: 250px;
	padding-right: 40px;
}

#people .section-grid-container h3 {
	margin: 0;
	color: #f05b8c;
}

#people .section-grid-container .info {
	margin: 0;
	padding-left: 80px;
}

#mini-portfolio .section-title {
	background: #c37ae6;
	opacity: 0.7;
}

#mini-portfolio h4, #mini-portfolio h5, #mini-portfolio h6 {
	margin: 0;
}

#mini-portfolio .title {
	display: flex;
	align-items: center;
	  /* align vertical */
	height: 74px;
	vertical-align: middle;
}

#mini-portfolio .app-icon {
	width: 74px;
	height: 74px;
	float: left;
	margin-right: 4px;
	margin-left: -5px;
}

#mini-portfolio .container-item {
	display: inline-block;
	flex: 1;
	min-width: 300px;
}

@media (min-width: 996px) {
	#mini-portfolio .container-item {
		padding-bottom: 20px;
	}
}

#services .round-link-button {
	color: #879899;
	font-size: 18px;
}

#services .bottom-callout-button-container {
	margin-top: 20px;
	text-align: center;
}

#services .section-title {
	background-color: #879899;
}

#services .container-item {
	flex: 1;
	display: inline-block;
	min-width: 300px;
	padding-bottom: 20px;
}

footer {
	display: flex;
	height: 100px;
	background-color: #879899;
	color: rgba(255, 255, 255, 0.61);
}

footer .item {
	text-align: center;
	margin: auto;
}
