/* body {
  padding-top: 50px;
} */

/*

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

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

h1 {
  display: block;
  font-size: 2.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

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

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

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

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

.navbar {
    background-image: linear-gradient(-90deg, #007FFF, #03C04A);
}

.nav-link {
  font-size: 20px;
  margin: 3px;
  color: #fff !important;
  font-weight: 500;
}

.navbar-nav {
  text-align: right;
  margin-right: 20px;
}

/*


.navbar .navbar-toggler {
    padding-right: 20px;
    outline: none!important;
}
.navbar-brand {
    font-size: 22px;
    font-weight: bold;
}

@media only screen and (max-width: 1000px) {
    .site-header .navbar-nav .nav-link:hover {
        border-bottom: none!important;
    }
}
*/
