/* css styles */


/* Navbar Logo Styles */
img.navbar_logo_hover{
  width: 120px;
}

h5.no-anchor.card-title.listing-title {
  font-size: 20px;
  font-weight: 100;
  color: white; /* Stanford red */
}

div.card-subtitle.listing-subtitle {
  font-size: 20px;
  font-weight: 100;
  color: white; /* Stanford red */
}


div.listing-author {
  font-size: 16px;
  color: white; /* Stanford red . lower card-subtitle */
  text-transform: capitalize !important; 
}

div.listing-date {
  font-size: 16px;
  color: white; /* Stanford red . lower card-subtitle */
  text-transform: capitalize !important; 
}


/* Hide external link icon */
.quarto-grid-link.external::after,
a.external::after,
.external-icon {
  display: none !important;
}

