body {
  background: #fafafa;
  color: #333333;
  margin-top: 6.5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.qrname {
    font-size: 7.5rem
}

.qrtitle {
    font-size: 2.5rem
}

h4 {
    align:center;
}

.bg-steel {
  background-color: #12386e !important;
  border-bottom: 2px solid #e3b64d;
}

.site-header .navbar-nav .nav-link {
  color: #ffffff;
  transition: color 140ms ease;
}

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

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

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

.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;
}

.side-logo {
    display:block;
    margin:auto;
}

.side-logo {
    background-color: #5f788a!important;
    border-radius: 20px;
}

.side-title {
    text-align:center;

}


.sidebar-section .btn-group{
      display: flex!important;
  flex-flow:column nowrap!important;

}

.sidebar-section .btn-group .btn{
  margin:5px;
}
