/* BEGIN MEYER RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END MEYER RESET*/

body {
	font-family: apertura, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: apertura, sans-serif;
	font-weight: 800;
	font-style: normal;
}
h2.blurb{
  font-size: 1.5em;
  line-height: 2em;
}
blockquote.blurb {
  font-size: 1.2em;
  line-height: 1.7em;
  text-indent: 2em;
}
span.italic {
	font-style: italic;
}
h3.credits {
	font-size: 1.25em;
}
p.credits {
	padding: .125em 0;
}
p {
	line-height: 1.3em;
}
/*.container {
  margin: 0 auto;
  max-width: 1170px;
  width: 95%;
}*/
.header {
  background-color: #32DAC3;
  height: auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#lockup {
  /*width: 20%;*/
  flex-flow: row;
}

@media (max-width: 600px) {
  .header {
    justify-content: center;
  }
  #lockup {
    width: 95%;
  }
}

h1#logo {
  color: #FFF;
  font-size: 2.25em;
  padding-top: 0.5em;
  margin-bottom: 0.6em;
  margin: 0;
}
h2#tagline {
  color: #000;
	font-family: apertura, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9em;
  padding: .25em 0 1em 0;
}
@media (max-width: 600px) {
  h1#logo {
    font-size: 2.5em;
    padding: .35em 0 0 0;
  }
  h2#tagline {
    font-size: .85em;
  }
}
div#navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 80%;*/
}
ul#navigation li {
	font-family: apertura, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #FFF;
  display: inline-block;
  /*float: left;*/
  margin: 0 1em;
  line-height: normal;
  font-size: 1.25em;
}
@media (max-width: 600px) {
  #navigation {
    margin: auto;
  }
  ul#navigation li {
    padding: .5em 0;
  }
}
h1.blurb {
	padding: 0 0 .25em 0;
	line-height: 1.2em;
}
p.blurb {
	padding: .25em 0;
	line-height: 1.4em;
}
.clear {
	clear: both;
}
@media (max-width: 500px) {
	h1.blurb {
		font-size: 1.75em;
		padding: 0 0 .25em 0;
	}
	p.blurb {
		font-size: 1em;
	}
}
.spacer {
  height: 1vh;
}

h3.project {
  font-size: 1.25em;
  margin-top: .25em;
}
 p.project {
   margin: .25em 0 2em 0;
   color: #404040;
 }


 .project a { color: #32DAC3; text-decoration: none; }
 .project a:link { color: #32DAC3; text-decoration: none; }
 .project a:visited { color: #404040; text-decoration: none; }
 .project a:hover { color: #FF4F54; text-decoration: none; }
 .project a:active { color: #FF4F54; text-decoration: none; }

.header a { color: #FFF; text-decoration: none; }
.header a:link { color: #FFF; text-decoration: none; }
.header a:visited { color: #FFF; text-decoration: none; }
.header a:hover { color: #FF4F54; text-decoration: none; }
.header a:active { color: #FF4F54; text-decoration: none; }

.footer {
  background-color: #FF4F54;
  min-height: 40px;
  position: relative;
  right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
  margin: 2em 0 0 0;
}
.copyright {
  color: #FFF;
  margin: 1em 0;
}
.footer a { color: #FFF; text-decoration: underline; }
.footer a:link { color: #FFF; text-decoration: underline; }
.footer a:visited { color: #FFF; text-decoration: underline; }
.footer a:hover { color: #404040; text-decoration: underline; }
.footer a:active { color: #404040; text-decoration: underline; }
