@charset "utf-8";

html, body {}

a:hover {
  text-decoration: none !important;
}
a:link {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}

.navbar {
  background-color: #3d4557 !important;
}
.navbar .navbar-brand {
  letter-spacing: 1px;
  color: #17E6A1;
  font-family: Arial, Helvetica, sans-serif;
}
.simple-nav-blank {
  height: 3.5rem;
  line-height: 3.5rem;
  clear: both; 
}
.simple-nav {
  background-color: #3d4557;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
}
.simple-nav .logo {
  white-space: nowrap;
  margin-right: .5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.simple-nav .second-title {
  color: #ccc;
}
.simple-nav a {
  color: #fff;
}

.page-title {
  font-size: 1.25rem;
}
.page-title i {
  margin-right: 8px;
  font-size: 1.25rem;
  font-weight: normal;
}

.foot {
  font-size: 12px;
}

.card-header {
  font-size: 18px;
  font-weight: 700;
  color: red;
}