/* css styles */


/* remove default uppercase in navbar */


main {
    /* forces the footer to the bottom */
    min-height: calc(100vh - 405px);
}

span.menu-text {
    text-transform: none;
  
  }

div.quarto-post a  {
    color: #041E42; /* override link color removal */
    text-decoration: underline;/* override link underline removal */
    display: inline; /* Ensures links do not behave as block elements */
}

.listing-description a:hover {
    color: #003DA5; /* override hover color removal */
}

h1, h2, h3, h4, h5, h6  {
    color: #041E42; /* override link color removal */
}

div.body, div.category {
    font-size: 15px;
}


