/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #1F2326;
	color: #fff;
	/*font-family: 'Roboto Mono', monospace;*/
	font-family: Helvetica;
}

.center-section {
	width: 1320px;
}

/* header */


header {
	height: 68px;
	width: 100%;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	color: #fff;
	font-family: 'DIN 2014', monospace;
}


.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-right {
	display: flex;
}

.main-container {
	display: flex;
	justify-content: center;
}

.menu-title {
	display: block;
	text-transform: uppercase;
	margin-left: 15px;
	font-size: 15px;
}

.heavy {
	font-weight: 700;
	letter-spacing: 0.5px;
}

.light {
	font-weight: 300;
}

h1 {
	font-family: Helvetica-Bold, sans-serif;
	font-size: 60px;
	color: #F7F7F7;
	letter-spacing: -2.8px;
	text-align: left;
	line-height: 50px;
}

a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

#home {
	display: flex;
	align-items: center;
}

.header-links {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.header-links > * {
	margin-right: 20px;
}

.open-button {
	padding: 10px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}


/* content */

#hero-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1320px;
	margin-top: 100px;
	overflow: hidden;
}

.main-content-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-text h1 {
	max-width: 500px;
}

.hero-text .light {
	font-family: Helvetica, sans-serif;
	width: 660px;
}

.hero-text p {
	font-family: Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #F7F7F7;
	letter-spacing: -0.56px;
	text-align: left;
	line-height: 12px;
	max-width: 50%;
	margin-top: 20px;
}

.hero-image {
	width: 660px;
}


.content-section {
	min-height: 900px;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
}

.projects-section {
	background-color: #8B8B8B;	
}

.section-header {
	display: flex;
	padding-top: 100px;
}

.section-earmark {
	background: #D8D8D8;
	width: 20px;
	margin-right: 20px;
}

.section-title h2 {
	font-family: Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	line-height: 21px;
	font-weight: 100;
}

.section-title p {
	font-size: 14px;
}

.team-section {
	background-color: #E7E7E7;
}

#team-content {
	color: #000;
}

#team-content h2 {
	color: #000;
}

#team-content .section-earmark { 
	background-color: #8B8B8B;
}


#team-bios {
	margin-top: 100px;
	display: flex;
}

#team-bios img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	-o-object-fit: contain;
}

.bio-preview {
	max-width: 25%;
}

.bio-preview h3 {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 700;
}

.bio-preview h4 {
	font-size: 18px;
	font-weight: 300;
}

.bio-preview p {
	margin-top: 25px;
	font-size: 10px;
	max-width: 85%;
}


#projects-list {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

.project-entry-container {
	width: 25%;
	margin-bottom: 50px;
}

.project-entry-container img {
	width: 100%;
	height: 200px;
	overflow: hidden;
		object-fit: cover;
	-o-object-fit: contain;
}

.project-entry {
	background-color: #000;
	height: 200px;	
}

.project-entry-container h3 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
}

.project-entry-container h4 {
	font-size: 12px;
	font-weight: 300;
	color: #000;
}

.project-entry-container p {
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	width: 85%;
}


.black {
	background-color: #000;
}

.light-gray {
	background-color: #CECECE;
}

.medium-gray {
	background-color: #717171;
}

.dark-gray {
	background-color: #4C4C4C;
}



/* footer */


footer {
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 240px;
	font-family: 'Roboto', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer ul {
	margin-top: 10px;
}

footer a {
	color: #bbb;
	font-size: 14px;
	line-height: 19px;
}

#footer-content {
	display: flex;
}

#footer-center {
	margin-left: 122px;
}

#footer-center h3 {
	font-family: 'Helvetica', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

#footer-center h4 {
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
	margin-bottom: 10px;
}

#footer-center,#footer-right p {
	font-family: 'Roboto Mono', monospace;
	max-width: 488px;
	font-size: 10px;
	line-height: 12px;
}

#footer-right {
	margin-left: 344px;
}

#footer-right h5 {
	text-transform: uppercase;
	font-size: 10px;
}

#footer-right li {
	margin-top: 10px;
}

#footer-right p {
	margin-top: 4px;
}
