@charset "UTF-8";

table#product {
	font-size: 0.9rem;
	margin: 0 auto;
}
table#product th, td {
	letter-spacing: 1px;
	padding: 0.5em 1em;
}

a.clean {
	text-decoration: none;
	border-bottom: none;
}

/* ---------- layout: sections ---------- */
section#comparison table td,
section#use-cases table td {	
	vertical-align: top;
	padding: 0.5em 1em;
	font-size: 0.85rem;
	line-height: 1.4em;
}
section#urgency {
	margin-top: 3rem;
}

/* ---------- layout: audience ---------- */
section#audience {
	display: flex;
	align-items: center;
}
section#audience img {
	flex-basis: 70px;
	margin-left: 1rem;
}
section#audience p {
	flex-basis: calc(100% - 70px);
}
img#product-icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
	padding: 5px;
	background-color: #555;
	border: 3px solid;
	border-color: #666 #222 #222 #666;
	box-sizing: border-box;
}

/* ---------- layout: mini-mascot ---------- */
img#mini-mascot {
	float:right;
	margin: -5rem 1rem 0 0;
	width: 70px;
	height: 70px;
	padding: 1px;
	background-color: #333;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media only screen and (max-width: 564px) {
	img#mini-mascot {
		margin-top: -6rem;
	}
}

/* ---------- layout: member-frame ---------- */
div#member-frame {
	position: relative;
	overflow: hidden;
	
}
div#member-frame div {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--black);
}
div#member-frame .top { top: -1rem; }
div#member-frame .bottom { bottom: -1rem; }
div#member-frame .left { left: -1rem; }
div#member-frame .right { right: -1rem; }

section#mascot {
	display: flex;
	justify-content: flex-end;
	margin: 2rem 0 2rem 0;
	text-align: center;
}
section#mascot div#member-frame {
	padding: 1em;
	background-color: #171717;
	width: 12.5rem;
	height: 12.5rem;
}
section#mascot img {
	width: 8rem;
	height: 8rem;
	padding: 2px;
	background-color: #333;
	border: 2px solid #fff;
	margin: 0;
	border-radius: 50%;
}
section#mascot p {
	font-family: 'Source Serif Pro', serif;
	font-size: 0.6rem;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}
section#mascot .name {
	color:var(--yellow);
	text-transform: capitalize;
}
section#mascot .email {
	color:var(--title-blue);
}

/* ------------------- Meet the team ------------------- */
article.team {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
section.team-member {
	z-index: 1;
	min-width: 15em;
	flex: 0 0 auto;
}
section.team-member div {
	border: 1px solid var(--white);
	background-color: rgba(0,0,0,0.9);
	padding: 0em 1em 0em 1em;
	margin: 2em -2em -0.1em -2em;
	z-index: 2;
	overflow-x: visible;
}
section.team-member p {
	font-size: 0.7em;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-align: right;
	line-height: 1.4;
	margin: 0.5em 0.5em 0.5em 0;
}
section.team-member .name {
	color: var(--yellow);
}
section.team-member .title {
	color: var(--white);
}
section.team-member .email {
	color: var(--title-blue);
}
section.team-pic {
	z-index: 0;
	margin-bottom: 2em;
}
section.team-pic img {
	width: 270px;
	height: 270px;
	padding: 3px;
	background-color: #333;
	border: 2px solid #fff;
	margin: 0;
	z-index: 1;
}
section.team-pic a {
	text-decoration: none;
	border-bottom: none !important;
}

.nickname:before {
	content: "\201C";
}
.nickname:after {
	content: "\201D";
}

/* ------------------- Doing Nav ------------------- */
nav.ing {
	display: flex;
	justify-content: space-between;
	border-top: 1px dotted var(--pure-black);
	border-bottom: 1px dotted var(--pure-black);
	margin-top: 6rem;
	padding: 1rem 0 0.5rem 0;
}
nav.ing a {
	display: block;
	text-decoration: none;
	border: none;
}
nav.ing p {
	margin: 0;
	text-align: center;
}
nav.ing span#left-arrow {
	font-size: 5.5rem;
	padding-right: 1rem;
}
nav.ing span#right-arrow {
	font-size: 5.5rem;
	padding-left: 1rem;
}
nav.ing img {
	width: 3.75rem;
	height: 3.75rem;
	object-fit: contain;
	padding: 1px;
	background-color: #333;
	border: 1px solid #fff;
	border-radius: 50%;
}
nav.ing p.verb {
	font-family: 'Source Sans Pro', sans-serif;
	color: var(--title-blue);
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0.5rem;
}
nav.ing a#left-anchor p.verb {
	padding-left: 3.5rem;
}
nav.ing a#right-anchor p.verb {
	padding-right: 3.5rem;
}

@media only screen and (max-width: 564px) {
	nav.ing span#left-arrow {
		font-size: 3.75rem;
		padding-right: 0.9rem;
	}
	nav.ing span#right-arrow {
		font-size: 3.75rem;
		padding-left: 0.9rem;
	}
	nav.ing img {
		width: 2.75rem;
		height: 2.75rem;
	}
	nav.ing p.verb {
		font-size: 0.5rem;
		margin-top: 0.5rem;
	}
	nav.ing a#left-anchor p.verb {
		padding-left: 0.5rem;
	}
	nav.ing a#right-anchor p.verb {
		padding-right: 0.5rem;
	}
}

/* ------------------- media queries ------------------- */
@media only screen and (max-width: 564px) {
	html {
		--banner-height: 0px;
		font-size: 12pt;
	}
	div#banner {
		display: none;
	}
	div#story {
		padding: 0 0.5rem 0 0.5rem;
	}
	div#story h4 {
		margin: 2rem 0 0 0;
		max-width: 14rem;
	}
	div#story h1 {
		margin: 0 0 2rem 0;
	}
}

@media only screen and (max-width: 900px) {
	.i3 { display:none; }
}
@media only screen and (max-width: 600px) {
	.i2 { display:none; }
	.i3 { display:none; }
}

/* ======================================
    MediaQuery-Reporter Styles
========================================= */
/*
body:after {
    content: "More than 900px";
    font-size: 300%;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    width: 100%;
    text-align: center;
    background-color: hsla(1,60%,40%,0.7);
    color: #fff;
}
@media only screen and (max-width: 900px) {
    body:after {
        content: "564px to 900px";
        background-color: hsla(90,60%,40%,0.7);
    }
}
@media only screen and (max-width: 564px) {
    body:after {
        content: "less than 564px";
        background-color: hsla(180,60%,40%,0.7);
    }
}
*/