.custom-navbar {
  background: #074B9C;
}

.table,
.breadcrumb .breadcrumb-item.active {
  font-size: .8rem;
}

.custom-navbar ul.navbar-nav li.nav-item .nav-link {
  padding: .9rem 1.5rem .9rem 1.5rem;
  min-width: auto;
}

a {
  color: #0056b3;
}

a:hover {
  text-decoration: underline;
}

.badge {
  color: #fff;
  background: #ccc;
}

.truncate {
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.truncate5 {
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.truncate1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list-group-item:hover {
  background-color: #eee;
}

.menu .list-group-item:first-child {
  border-radius: 10px 10px 0 0;
}

.menu .list-group-item:last-child {
  border-radius: 0 0 10px 10px;
}

.list-group .list-group-item {
  text-decoration: none;
}

.jumbotron {
  padding: 2rem 2rem;
}

.display-4 {
  font-size: 3rem;
}

img {
  border-radius: 0;
}

.search-result {
  max-width: 100%;
}

.static h1 {
  text-align: center;
}

.static h3 {
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.2rem;
}

.static ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.static ul li {
  list-style-type: disc;
}

.accordion .accordion-container .accordion-header a:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

blockquote {
  line-height: 180%;
  border-left: 5px solid #EC4842;
  padding-left: 10px;
  margin: 0;
}

.img {
  width: 100%;
  max-width: 100%;
}

.cover {
  object-fit: cover;
  object-position: center center;
  width: 166px;
  height: 219px
}

.coverbox {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #074B9C
}

.blog .blog-body .blog-description p,
.blog .blog-body .blog-description {
  margin: 0;
}

.mr10 {
  margin: 10px 0;
}

.header a.logo {
  transition: all 0.5s ease;
  margin: 8px 0;
  display: inline-block;
  font-size: inherit;
}

.header a.logo img {
  min-height: 22px;
}

.code {
  font-family: 'Courier New', monospace;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000
}

.code span {
  color: #009037;
  font-weight: 600;
}
.navbar-toggler {
  background: #063F84;
}