.nav-tabs .nav-item .nav-link.active {
  background-color: #eee;
}

.nav-tabs {
  border-width: 0px;
}

a:link, a:visited {
  /*color: #db5e00;*/
  /*color: #DA0EAD;*/
  color: #0f8c9f;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  color: #0d5864;
  outline: none;
}

p {
  line-height: 2em;
}

.main-menu {
  color: #fff;
  line-height: 1.1em;
  margin: 0 0 0 0em;
}

.main-menu-b {
  color: #333;
  line-height: 1.1em;
  margin: 0 0 0 0em;
}

.menu-a:link, .menu-a:visited {
  color: #fff;
  text-decoration: none;
}

.menu-a:hover, .menu-a:active, {
  color: #333;
}

.menu-b:link, .menu-b:visited {
  color: #333;
  text-decoration: none;
}

.menu-b:hover, .menu-b:active, {
  color: #333;
}

/*.sig {
    line-height: 1.8;
  padding: 0 0.4rem 0 0.45rem;
  font-size: 0.85rem;
  color: #8c4a9d;
  border-color: #8c4a9d;
  background-color: transparent;
  border-width: 0.08rem;
  border-radius:0.3rem;
  margin: 0 0.3rem 0 0.3rem;
  border-style: solid;
}*/

/*.sig:hover {
  background-color: #8c4a9d;
  color: #fff;
}*/

.social a {
  font-size: 1.5em;
  padding: 10px;
  color: #bfbfbf
}

i {
    font-size: 1.5em;
}

li {
    color: #333;
   }

ol {
    line-height: 2em;
   }