:root {
    --main-background:#eee6e7;
    --main-color:#333333;
    --nav-background:#EE4B6A;
    --borderColor:rgb(222, 226, 230);
}

body {
  background: var(--main-background);
  color: var(--main-color);
  margin-top: 0rem;
}

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


.bg-steel {
  background-color: var(--nav-background);
}

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

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

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #FACDD6;
   text-align: center;
 }

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   text-align: center;
 }

ul.nav li a, ul.nav li a:visited {
    color: #983044;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #c33e57;
}

ul.nav li.active a {
    color: #F48CA0;
}

.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
  font-size: small;
}

.aTable {
    border-spacing: 2px;
}
.aTable tr:nth-child(even) {background-color: #f2f2f2;}
.aTable tr:nth-child(odd) {background-color: #f222f2;}
