/* COLORS

Header background top: #7f929d
Header background bottom:  #00263D


*/

* {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

html, body {
  height:100%;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Lato,'Open Sans', sans-serif;
  font-weight:bold;
  color:#3b3b3b;
  margin-top: 0;
}
h1 {
  font-size:2em;
}
h2 {
  font-size:1.6em;
}
h3 {
  font-size:1.4em;
}
h4 {
  font-size:1.2em;
}

ul, ol {
    padding: 0 0 1px 40px;
}