﻿body {
  color: #000000;
  font-family: "Jura", sans-serif;
  font-size: 62.5%;
  font-size: 1.4rem;
  line-height: 23px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #0c7daf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Jura", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 30px; }

h3 {
  font-size: 16px; }

nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

i {
  margin-right: 8px; }

