body {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}

.icon .img-responsive {
  display: inline-flex;
  height: 1.8em;
}
.icon .img-fluid{
  height: 2.5em
}

@media (max-width: 991px) {
  .home-carousel h1 {
    font-size: 2.1em;
  }
}
.home-carousel h2 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.08em;
}

[class*="notes"] {
  margin-bottom: 15px;
  padding: 4px 12px;
}
.theme__dark [class*="notes"] {
  color: #535a61;
}

.notes-danger {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
}
.notes-success {
  background-color: #ddffdd;
  border-left: 6px solid #4CAF50;
}
.notes-info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}
.notes-warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}
.theme__dark .notes-warning {
  color: #595b5c;
}
.notes-warning a {
  text-decoration: none;
  color: #0079dc
}

.notes-warning a:hover,.notes-warning a:active,.notes-warning a:focus {
  color: #ff6188;
  text-decoration: underline
}

/* Admin icon styling */
.admin-link {
  float: right;
  color: #999;
  font-size: 24px !important;
  padding: 8px 12px;
  transition: all 0.2s ease-out;
  text-decoration: none;
  line-height: 1;
}

.admin-link:hover {
  color: var(--primary-accent, #38a7bb);
  text-decoration: none;
  transform: rotate(90deg);
}

.admin-link:focus {
  outline: none;
  color: var(--primary-accent, #38a7bb);
}

/* Make the top header row bigger */
#top {
  padding: 8px 0 !important;
  min-height: 40px;
}

#top p {
  font-size: 18px !important;
  margin: 4px 0 !important;
  line-height: 1.2;
}

#top .container {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* Make carousel images bigger */
.customers .item img,
.owl-carousel.customers .item img,
section .customers .item img {
  max-height: 180px !important;
  width: auto !important;
  max-width: 300px !important;
}

.customers .item,
.owl-carousel.customers .item,
section .customers .item {
  margin: 0 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 200px !important;
}

/* Make the carousel container bigger */
.customers,
.owl-carousel.customers {
  padding: 30px 0 !important;
}