body {
  font-family: 'Lato', sans-serif;
  font-size:1.1em;
}

img {
  padding: 10px;
}

.navbar-nav .nav-link.active {
    font-weight: bold;

}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    padding-left: 20px; /* Adjust the value as needed */
  }

  .dropdown-menu {
    margin-left: 20px;
  }

  .navbar-toggler {
    margin-right: 20px;
  }
}

.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
  font-size: 0.75rem; /* Slightly smaller font size */
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
}

#latest-blog h1
{
  font-size: 1.5em;
}

.post-header h1 {
  font-size: 1.5em;
}

#home-main {
  margin-bottom: 20px;
}

#tbl-schedule{
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;

}

#tbl-schedule td {
  border: 1px solid #ddd;
  padding: 2px;

}

#tbl-schedule th {
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  padding: 2px;
}

.blog-list {
  list-style-type: none; /* Remove bullets */
  padding-left: 0; /* Remove left padding */
}
