@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../fonts/UbuntuMono-R.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../fonts/UbuntuMono-RI.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../fonts/UbuntuMono-B.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../fonts/UbuntuMono-BI.ttf");
  font-weight: 600;
  font-style: italic;
}
body {
  background: #f5f5f5 url("../images/noise.png");
  font-family: "Open Sans", sans-serif;
  color: #222;
  padding-top: 4em;
  padding-bottom: 5em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-weight: 300;
}
h3 {
  font-size: 2.5em;
  margin-bottom: 0.7em;
  margin-top: 0.2em;
}
p,
li,
.button {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
}
pre {
  border: 1px solid #f5f5f5;
  background: #fff url("../images/noise.png");
  font-family: "Ubuntu Mono", monospace;
  margin-bottom: 1em;
  font-size: 1.2em;
}
code {
  border-radius: 5px;
}
.profile {
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 1px 3px 3px #ddd;
}
.navbar {
  background: #313131;
  width: 100%;
  position: fixed;
  z-index: 1000;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-top {
  top: 0;
  border-bottom: 1px solid #272727;
}
.navbar p,
.navbar li {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.navbar li {
  float: left;
  padding-left: 1em;
  padding-right: 2em;
}
.navbar a {
  text-decoration: none;
  color: #e0e0e0;
}
.navbar a:hover {
  color: #f5f5f5;
}