html,
body {
  background: #000000;
  width:100%;
  height:100%;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header#body {
  display:flex;
  height:100%;
  padding: 0px 2.0em;
  margin: 0 auto;
  max-width: 900px;
}

#header{
  margin:auto;
  text-align:center;
}

#header img {
  border-radius: 50%;
  width: 13.0em;
}
h1 {
  font-size: 1.8rem;
}
p, div {
  font-size:1.2rem;
}


#bio {
  font-weight: lighter;
  color: white;
  letter-spacing: 6px;
}

#bio > div > span {
  text-transform: uppercase;
}

#bio p {
  margin-top: 10px;
  font-size: 1.7em;
  line-height: 1.8;
}
h1 {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 13px;
  margin-bottom: 0px;
}


#header a, span.link {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.23rem;
  cursor: pointer;
}

footer#connect {
  background-color: black;
  color: #ffffff;
  position: fixed;
  padding: 0.5rem;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#footer-links {
  margin: auto;
}


@media screen and (min-width: 70.0rem) {
  h1 {
    font-size: 3.6rem;
  }
  p, div {
    font-size:1.2rem;
  }
}

