/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */

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-bodyheight: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content:content '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* end reset */

html {
  height: 100%;
}

body {
  background: linear-gradient(#0e2535, #0e2535), url('trees.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0e2535;
  color: #fff;
  font-weight: 300;
  line-height: 1.7em;
  font-family: 'Roboto Slab', serif;
  font-size: 1.4em;
  height: 100%;
}

a {
  text-decoration: none;
  color: #00adbd;
}

a:hover {
  text-decoration: underline;
  color: #006582;
}

.wrapper {
  width: 800px;
  min-height: 100%;
  margin: 0 auto -160px auto;
}

.wrapper:after {
  content: "";
  display: block;
  height: 160px;
}

header {
  padding: 100px 0 40px 0;
}

header nav {
  margin-top: 32px;
  font-weight: 400;
}

header nav li {
  display: inline;
  margin-right: 30px;
}

header nav li a:hover {
  text-decoration: none;
}

#toolbar {
  height: 50px;
  margin-top: 0px;
  background-color: #152b3b;
  text-align: right;

  position: fixed; /* Fix position */
  top: 0; /* Top alignment */
  left: 0; /* Left alignment */
  width: 100%; /* Full width */
}

#toolbar ul {
  font-size: 0.8em;
  width: 100%;
  padding-top: 2px;
  margin: 0 auto;
}

#toolbar li {
  display: inline;
  margin-right: 30px;
}

article {
  margin-bottom: 30px;
}

section {
  margin-bottom: 50px;
}

h1 {
  font-size: 2.2em;
  font-weight: 400;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 10px;
}

h3 {
  font-weight: 400;
  font-size: 1.2em;
}

h4 {
  font-weight: 400;
  font-size: 1.1em;
}

p {
  margin: 1em 0;
}

ul {
  margin-top: 10px;
}

hr {
  border: none;
  border-top: 1px solid #00adbd;
  margin: 60px 0 0 0;
}

.job {
  margin-top: 20px;
  margin-bottom: 40px;
}

section ul {
  padding-left: 30px;
  list-style-type: disc;
  list-style-position: outside;
}

img.contact {
  height: 20px;
  width: auto;
  vertical-align: middle;
}
