#content {
  max-width: 1200px;
  margin: 0 20% 0 20%;
  padding: 0;
  line-height: 1.5;
}

#content a {
  text-decoration: none;
}

#content a:hover {
  color: #004f93;
}

#content a:visited {
  color: #6c44bd;
}

body {
  margin: 0;
  padding: 0;
}

/*#breadcrumbs, #breadcrumbs a {color: silver; text-decoration: none;}*/
#breadcrumbs_container {
  position: sticky;
  bottom: 0;
  top: 117px;
  background: #fff;
  display: flex;
}
#breadcrumbs, #breadcrumbs a {font-size: 80%; text-decoration: none; padding: 10px 0 10px 0;}
#breadcrumbs {position: relative; z-index: 2; margin: 0;}
#breadcrumbs ul {padding: 0; margin: 0;}
#breadcrumbs li {list-style: none; display: inline;}
#breadcrumbs li::before {content: "/"; display: inline-block; margin: 0 0.25rem;}
#breadcrumbs li:first-child:before {content: none;}

/* header and footer areas */
.menu li { display: inline-block; }
.menu {
  text-align: left;
  padding: 0.1em 0 0 0;
  margin: 0.5em 0 0 0;
  width: 100%;
}

.menu ul {
  display: block;
  width: 1999px;
}
.article-meta, .menu a {
  text-decoration: none;
  /*background: #eee;*/
  padding: 5px;
  border-radius: 5px;
}
.article-meta, footer { text-align: center; }


.title { font-size: 1.1em; }
footer a { text-decoration: none; }
hr {
  border-style: dashed;
  color: #ddd;
}

/* code */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  padding: 1em;
  overflow-x: auto;
}
code { background: #f9f9f9; }
pre code { background: none; }

/* misc elements */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee; }

.logo-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 20% 10px 0;
  color: #ffff
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column-logo {
  width: 35%;
  padding: 0;
  margin: 0;
}


.nav {
  position: sticky;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  height: 70px;
  top: 0;
}

.nav {
  /*background: #99caff;*/
  background: rgba(52, 58, 64, 1);
  .nav__title {
    margin: 0px 30px 0 0;
  }
  .nav__item {
    display: inline-block;
    margin: 0px 10px;
  }
  .nav__item a {
    color: rgb(255, 255, 255, 0.5);
    text-decoration: none;

  }
  .nav__item a:hover {
    color: rgb(255, 255, 255, 0.75);
  }
}

.subnav {
  position: sticky;
  bottom: 0;
  top: 70px;
  z-index: 1;
}

.subnav {
  background-color: #619693;
  border-bottom: 1px solid #222;
  .subnav__container {
    align-items: baseline;
    display: flex;
    margin: 0 60px 0 20%;
    padding: 10px 0;
  }
  .subnav__title h1 {
    margin: 0;
    padding: 0;
  }
  .subnav__title {
    font-size: 0.20em;
  }
  .subnav__list {
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0.7em;
  }

  .subnav__list a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
  }

  .subnav__list a:hover {
    color: rgba(255, 255, 255, 1);
  }

  .subnav__item {
    display: inline-block;
    margin: 0 8px;
    padding: 5px;
  }
}