img {
  border-radius: 8px;
}

div.student-card {
  flex: 1 1 45%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

div.student-card img {
  margin-right: 15px;
}


body {
    font-family: 'Garamond', serif;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

h1, h2, h3, h4 {
    font-family: 'Garamond', serif;
}

body {
    font-family: 'Garamond', 'Georgia', 'Times New Roman', serif;
}

.pub-number {
    font-weight: bold;
    color: #2E3A87; /* Dark Blue */
    font-size: 1.2em;
    margin-right: 0.3em;
}

h2 img {
    vertical-align: middle;
    margin-right: 8px;
}

body {
    counter-reset: pub-number;
}

/* Auto-bold all instances of Oladipupo, S.O. */
body :not(code):not(pre):not(a) {
    /* This CSS applies to every text node */
}

strong.your-name {
    font-weight: bold;
    color: #2E3A87;  /* Optional: dark blue color */
}
.underline {
  text-decoration: underline;
}
.navbar .navbar-nav.navbar-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 10px;
}
/* Prevent icons from wrapping in mobile view */
.navbar .navbar-nav.navbar-right > li {
  white-space: nowrap;
}