/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

.footer-contact {
    font-size: 16px; 
    font-weight: semi-bold;
    padding-left: 10px;
}

.footer-contact p a {
    color: #294878; 
    font-weight: bold; 
}

div.footer-address > div {
    /* padding-top: 250px;  */
    text-align: center;
    font-size: 13px; 
}

div.footer-address div.library-website a {
    color: #294878; 
    font-size: 18px;
    font-weight: bold;
}
div.footer-address div a {
    color: #294878; 
    font-weight: bold;
}

.header-logo {
  height: 100px;
  width: auto; 
  /* display: block; */
}

.logo-link {
  display: inline-block;
}

.head-title {
    display:inline-block;
}

.btn-main-button {
  /* Layout & Core */
  display: inline-block;
  padding: 5px 10px 5px 10px;
  
  /* Typography */
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 600;
  text-decoration: none; /* Removes the link underline */
  text-align: center;

  /* Aesthetics */
  background-color: #243b55;
  border-radius: 6px;
  
  /* Smooth hover transition */
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover State */
.btn-main-button:hover {
  background-color: #243b55;
  color:#fff;
}

/* Active / Clicked State */
.btn-main-button:active {
  transform: scale(0.98);
}

.main-button {
    font-size: 14pt;
    padding-right:15px;
    color: #08415c;
}