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

h2 {
  color: white;
}

ul {
  margin: 0;
}

.loginbox { 
  margin-left: 25px;
  margin-right: 25px;
  box-shadow: 5px 5px 15px 5px rgba(53, 53, 53, 0.329);
  background-color: white;
  padding: 20px;
  border-radius: 4px;
}

a {
  color: rgb(0, 0, 141);
}

legend{
  color: #056464;
}

.clearablefileinput, .form-control-file {
  font-size: 11px;
  display: inline-block;
  width: 70%;
}


footer {
  position:fixed;
  bottom: 0;
  width: 100%;
}

/* .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  padding-bottom: 3rem;
} */

.base-col {
  background-color:#5f5f5f;
}

.badge-secondary {
  background-color:#5f5f5f;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.9);
}

.btn {
  color:#dd6f08;
  border-color: #dd6f08;
  background-color: white;
}

.btn:hover {
  color:white;
  border-color: #dd6f08;
  background-color: #dd6f08;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
  
.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;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}