body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.main-thales {
  position: relative;
  min-height: 90vh;
}

.bg-thales {
  background-color: #000;
}

.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;
}

.content-section {
  background: #ffffff;
  padding: 10px 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 2px;
}

.content-section-active {
  background: #F8F8FF;
  border-color: #44068f;
  border-width: medium;
}

.content-section-height {
  height:auto;
  max-height: 90vh;
  overflow:auto;
}

.bg-msg {
  background: #44068f;
  color: #ffffff;
  border-color: #AFEEEE;
}

.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;
}

.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;
}

.about_me { word-wrap: break-word; width: 580px;
}

.btn-info {
  background: #0c0118;
  border-color: #0c0118;
}

.btn-info:hover{

  border-color: #0c0118;
}

.btn-info:active{
  box-shadow: none;
  background: #0c0118 !important;
  border-color: #ffffff !important;
}

.btn-info:focus{
  box-shadow: none;
  background: #0c0118;
  border-color: #0c0118;
}

.btn-outline-info {
  color: #0c0118;
  border-color: #0c0118;
}

.btn-outline-info:hover{
  background: #0c0118;
  border-color: #0c0118;
}

.btn-outline-info:active{
  background: #0c0118;
  border-color: #0c0118;
}

a {
  color: #0c0118;
}

a:hover {
  color: #0c0118;
}

.text-thales {
  color: #0c0118;
}

.user-lists-img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}

.small-img-50 {
  width: 50px;
  height: 50px;
}

.small-img-40 {
  width: 40px;
  height: 40px;
}

.small-img-25 {
  width: 25px;
  height: 25px;
}

.elem-hide {
  display:none;
}

a:hover {
  color: #0c0118;
}

.text-thales {
  color: #44068f;
}

.user-lists-img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}

.small-img-50 {
  width: 50px;
  height: 50px;
}

.small-img-40 {
  width: 40px;
  height: 40px;
}

.small-img-25 {
  width: 25px;
  height: 25px;
}

.elem-hide {
  display:none;
}