@font-face {
    font-family: "Roboto Mono";
    src: url("robotomono.ttf");
	font-display: auto;
}

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: 2;
}
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;
}

/* CSS Reset End */

html, body {
	height: 100%
}

html {
	font-size: 12px;
}

body {
	display: flex;
	flex-direction: column;
}

h1, h2, p, li, a, label, input, .indicates-required, #mce-ADDRESS-country, .response {
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #515151;
}

#mc_embed_signup .mc-field-group label {
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #515151;
}

#mc_embed_signup #mce-success-response {
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	color: #515151;
}

#mc_embed_signup div#mce-responses {
	margin: 0px;
	padding: 0px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
}

a {
	color: #515151;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #1800FF;
}

.highlight-name {
	color: #515151;
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: default;
}

.highlight-name:hover {
	color: #1800FF;
	cursor: default;
}

#container {
	padding-left: 45px;
	padding-right: 45px;
	flex: 1 0 auto;
}

main {
	display: flex;
	flex-direction: row;
	width: 100%;
}

header img {
	margin-top: 45px;
	width: 60px;
	height: 60px;
}

header h1 {
	margin-top: 25px;
	width: 25%;
	max-width: 550px;
	text-align: left;
}

footer {
	flex-shrink: 0;
	padding-left: 45px;
    padding-right: 45px;
	margin-bottom: 25px;
}

#project-list {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	width: 23%;
	max-width: 550px;
	padding-right: 70px;
}

.project-info {
	display: none;
	z-index: 999;
}

#project-image {
	margin-top: 25px;
	display: flex;
	width: 70%;
	align-items: flex-start;
	justify-content: flex-start;}

#project-image img {
	width: 90%;
	max-width: 1580px;
}

.project-image-01, .project-image-02, .project-image-03, .project-image-04, .project-image-05 {
	display: none;
}

ul {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
	justify-content: space-between;
	z-index: 999;
}

.project-blurb {
	display: none;
	margin-top: 50px;
	z-index: 999;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

.mobile-only {
	display: none;
}

#mc_embed_signup form {
	margin: 0px;
}

#mc_embed_signup .button {
	background-color: #515151;
	transition: none;
	border-radius: 0px;
	font-size: 12px;
}

#mc_embed_signup .button:hover {
	background-color: #1800FF;
}


@media (max-width:960px)  {

	main {
		flex-direction: column-reverse;
		width: 100%;
	}

	header h1 {
		width: 100%;
		text-align: left;
		max-width:none;
	}

	header img {
		margin-top: 25px;
	}

	#container {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	#project-list {
		width: 100%;
		padding-right: 0px;
	}

	#project-image {
		width: 100%;
	}

	#project-image img {
		width: 100%;
	}

	.mobile-only {
		display: block;
	}

	#project-image {
		height: auto;
	}

	footer {
		flex-shrink: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 25px;
	}

	#mc_embed_signup{
		width: 100%;}

}