@font-face {
  font-family: "ubuntu_mono";
  src: url("/fonts/webfont/ubuntumono-bi-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntumono-bi-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu_mono";
  src: url("/fonts/webfont/ubuntumono-b-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntumono-b-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu_mono";
  src: url("/fonts/webfont/ubuntumono-ri-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntumono-ri-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu_mono";
  src: url("/fonts/webfont/ubuntumono-r-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntumono-r-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-ri-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-ri-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-r-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-r-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-mi-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-mi-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-m-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-m-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-li-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-li-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-l-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-l-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-bi-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-bi-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ubuntu";
  src: url("/fonts/webfont/ubuntu-b-webfont.woff2") format("woff2"),
    url("/fonts/webfont/ubuntu-b-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font: 300 1em/1 Ubuntu, "Noto Sans", sans-serif;
}
h2 {
  font: 300 2.2em/1.1 Ubuntu, "Noto Sans", sans-serif;
}
h3 {
  font: 300 1.7em/1.2 Ubuntu, "Noto Sans", sans-serif;
}
p {
  font: 300 1em/1.8 Ubuntu, "Noto Sans", sans-serif;
}
b i {
  font: 400 1em/1 Ubuntu, "Noto Sans", sans-serif;
}
#logo {
  font: 300 2em Ubuntu, "Noto Sans", sans-serif;
}
#logo span {
  font: 300 1em ubuntu_mono, "Noto Mono", monospace;
}
.submenu, #searchbox input[name="q"],aside p, #feature, .feature:not(h3) {
  font-size: 1em;
}
aside p, aside b, b i {
  font-style: italic;
}
footer ul li:first-of-type a {
  font: 500 1em/1.6 Ubuntu, "Noto Sans", sans-serif;
}
h3.feature {
  font-size: 1.8em;
}


#body nav.wrapper{
	font:400 1em/3em Ubuntu,"Noto Sans",sans-serif;
}
#body nav label, #body nav a{
	font-size:.9em;
}
#body nav div.breadcrumb li.checked a{
	font-weight:500;
	font-size: 1em;
}

/* Tablets */
@media only screen and (min-width: 37.5em) {
  body {
    font-size: 1em;
  }
}

