@media (min-width:992px) {
        .container{width:960px}
}

.top-bar {
  background-color: #4B9CD3;
}

.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::before {
  transform: scaleX(1);
}

body {
  font-family: "Montserrat";
  font-weight: 400;
}

.navbar {
  font-family: "Montserrat";
  font-weight: 400;
}

h1 {
  /* font-family: "EB Garamond"; */
  font-family: "Lato", sans-serif;
}

h3.subtitle {
  /* font-family: "EB Garamond"; */
  font-family: "Lato", sans-serif;
}

.current {
  /* font-weight: 600; */
  color: #13294B !important;
}

.people {
  font-family: "Montserrat";
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #0077b6;
}

a:hover:not(.navbar a) {
  /* Add a dotted border-bottom on hover */
  border-bottom: 2px dotted gray;
  color: #90e0ef;
}

a:active {
  color: yellow;
}

/* a.people:link {
  color: #13294B;
  text-decoration: none;
  background-color: transparent;
}

a.people:hover {
  color: #4B9CD3;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 2px dotted gray;
}

a.people:active {
  color: #13294B;
  background-color: transparent;
  text-decoration: underline;
} */

.course {
  font-family: "Montserrat";
  font-weight: 400;
}

li.course {
  margin: 20px 0;
}

/* a.course-sem:link {
  color: #4B9CD3;
  background-color: transparent;
}

a.course-sem:hover {
  color: #13294B;
  background-color: transparent;
  border-bottom: 2px dotted gray;
}

a.course-sem:active {
  color: #13294B;
  background-color: transparent;
  text-decoration: underline;
} */
