p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 300;
  max-width: 1024px;
}

h1, h2, h3, h4 {
  font-weight: 100 !important;
}

a:not([class]) {
  text-decoration: none;
}

.item-title {
  font-weight: 100;
}

/* Container */
.container-footer {
  background-color: rgb(193, 193, 193);
  background-image: none;
}

/* Lead */
.category-desc {
  color: #839091 !important;
  font-weight: 400 !important;
}

.brand-logo {
  max-width: 300px;
  height: auto;
  display: inline-block;
}

.container-header .navbar-toggler {
  color: #777;
  cursor: pointer;
  border: 1px solid #dfdfdf;
}

.container-header .navbar-brand {
  color: #fff;
  margin-inline-end: auto;
  padding-top: 1rem;
  padding-bottom: .2rem;
  font-size: 2rem;
  display: inline-block;
  position: relative;
}

.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding-right: 15px;
  font-size: 1.1rem;
  line-height: 1.8;
  display: flex;
}

