body {
  background: #fafafa;
  color: #333333;
  margin-top: 0rem;
  padding-top: 61px;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-size: calc(100% + 1vw + 1vh);
}

display-1, display-2, display-3, display-4, display-5, display-6 {
  font-size: calc(100% + 1vw + 1vh);
}

table, th, td {
  border: 3px solid black;
}

th {
  padding: 10px;
  font-size: 1.5rem;}

td {
  padding: 5px;
}
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

ul {
  margin: 0;
}

footer {
  background-color: darkgrey;
}

.container-fluid {
  background-color: grey;
}

.bg-steel {
  background-color: #5f788a;
}

.bg-blue {
  background-color: #66ccff;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.footer-copyright {
  font-size: 1.5rem;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

#apps {
  padding-top: 2rem;
}

#apps-header {
  padding-top: 1rem;
  margin-bottom: 1rem;
  background-color: lightgrey;
  font-size: .5rem;
}

.apps {
  background-color: lightgrey;
}

.nav-pills > li > a {
  margin-left:25px;
  margin-right:27px;
  border:5px solid transparent;
  color: blue;
  font-size:2.5rem;
  font-weight:bold;
  background-color: white;
}

nav-pills > li.active > a {
  color: blue;
}  

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sidebar {
  margin: 0;
  padding-top: 1rem;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 16rem;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  margin-left: 4px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.content {
  margin-left: 200px;
  padding: 1px 16px;
}

.section {
  padding-top: 4rem;
}  

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  .content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}