@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-Light.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-LightItalic.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-Regular.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-Italic.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-Medium.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-MediumItalic.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-SemiBold.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-SemiBoldItalic.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-Bold.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-BoldItalic.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-ExtraBold.woff2") format("woff2");
  font-stretch: normal;
}
@font-face {
  font-family: "Google Sans Code";
  font-style: italic;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/GoogleSansCode-ExtraBoldItalic.woff2") format("woff2");
  font-stretch: normal;
}
* {
  font-family: "Google Sans Code", sans-serif !important;
}

.as-text {
  text-decoration: none;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1em;
}

#container-header p {
  margin-bottom: 0;
}

#page-name {
  font-size: 2em;
  font-weight: bold;
}

#page-description {
  font-size: 1.4em;
  font-weight: bold;
}

#container-menu-main {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

#container-footer {
  border-top: 1px solid #222;
}

#container-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

nav li.active a {
  color: #000000 !important;
}

.navbar-nav > li:first-child .nav-link {
  padding-left: 0;
}

.navbar-nav > li:last-child .nav-link {
  padding-right: 0;
}

/*# sourceMappingURL=style.css.map */
