/* resets */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
}

/* stylesheet */

body {
  background-color: black;
  color: white;
  font-family: serif;
  font-size: 14px;
}

div#content {
  width: 80%;
  margin: 16px auto;
}


div#content p {
  margin: 16px 0;
}


/* company title */
p.title {
  font-size: 24px;
  text-align: right;
}


/* section headers */
h1 {
  font-family: sans-serif;
  font-size: 120px;
  margin: 0px;
}


/* website copy */

div.content {
  background-color: #0e0e0e;
  padding: 8px 30px;
  line-height: 28px;
}

div.content p {
  font-size: 20px;
}

/* links */

a { 
  color: white; 
  text-decoration: none;
}

a:hover           { border-color: #729fcf; }
a.sysadmin:hover  { color: #0169c9; }
a.code:hover      { color: #339900; }
a.contact:hover   { color: #fdca01; }

.content a        { border-bottom: 3px solid #d3d7cf; }
.content a:hover  { border-color: #204a87; }

a.linkedin { 
  border-bottom: 2px solid #d3d7cf; 
}

div.content p.linkedin {
  font-size: 16px;
}

