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 {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background-color: rgb(255,255,255);
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
a img {
  border: none;
}
a {
  color: black;
}
/*
source: learn enough css and layouting tutorial.
By: Michael Hartl
*/
body {
  background: url('images/placeholderimg.jpg') no-repeat center ;
  background-size: cover;
}
.about {
  background: 181818;
  color: #00A0A0;
  margin: auto;
  text-align: center;
  width: 30%;
}
h1 {
  color: teal;
}
footer {
  background-color: #181818;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  /* text-align: center; */
  width: 100%;
}
a {
  margin: auto 10px;
  text-decoration: none;


}
h2 {
  margin-left: 10px;
}
* {
  font-family: 'Lora', serif;
}
p {
  font-size: 1.75em;
}
nav {
  background: #181818;
  min-height: 30px;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
}
.nav {
  display: flex;
  font-weight: 700;
  justify-content: space-around;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.nav .name {
    color: white;
    display: block;
    font-size: 2em;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: auto;
}
