body {
  font-size: 100%;
  font-family: "Montserrat ", serif;
}

nav a {
  color: #00A1E0 !important;
  font-weight: bold !important;
  font-size: 1.3em !important;
}

#content {
  font-size: 1.1em !important;
}

a:hover, a:focus {
  color: #90bfd2 !important;
}

footer {
  font-size: 0.75em;
}

/*Navigation*/
/* Additional styles to ensure logo and menu items are aligned correctly */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 80px;
  background-color: black;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 80px; /* or your image's height */
}

.navbar-brand img {
  height: 100%;
}

.navbar-toggler {
  z-index: 2;
}

#sidebar {
  background-color: #f8f9fa;
  overflow-x: hidden;
  overflow-y: auto;
}

#content {
  margin-left: 5px;
  padding: 20px;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  height: 1.3em; /* based on your line-height, e.g., line-height of 1.5em */
  font-size: 0.95em;
}

.card-img-style {
  max-width: 70%;
}

@media (max-width: 768px) {
  .card-img-style {
    max-width: 50%;
  }
  #content {
    margin-left: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
