a.link-color {
  color: #4a90e2;
}
a.link-color:hover {
  color: #4a90e2;
}
.link-color svg {
  fill: #4a90e2;
}
.link-color:hover svg {
  fill: #4a90e2;
}
.show-more {
  background-color: #4a90e2;
}
.search-bg-color {
  background-color: #005eb8;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #005eb8;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #4d4d61;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=block');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');


.header h1 {
font-family: Libre Baskerville, Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
}

.category-title {
  font-family: Libre Baskerville, Georgia, serif !important;
}

.footer {
  display: none;
}

.subcategory-link svg {
  display: none;
}

.subcategory-link {
  background-color: #fff;
  padding: 0.1px;
}

.subcategory-link a {
  color: #4a90e2;  
  font-weight: normal;
  text-decoration: underline;
}

.footer-custom {
 text-align: center;
  margin-bottom: 40px;
}

.footer-custom p {
 line-height: 30px;
  
}
.custom-contact-btn {
font-size: 18px;
    padding: 15px 40px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 4%) 0px 0.125rem 0.25rem, rgb(0 0 0 / 8%) 0px 0.5rem 2rem;
    transition: 0.2s;
    color: #005eb8;
    margin: 60px;
  text-decoration: none;
  font-family: Open Sans;
  font-weight: 500;
  display: inline-block;
}

.custom-header-text {
  font-family: Libre Baskerville, Georgia, serif !important;
  font-size: 36px;
  font-weight: 700;
  color: #005eb8;
  line-height: 1.5;
}

.subtitle {
  font-family: Roboto;
  font-size: 20px;
  color: #005eb8;
}

.custom-ranzcp-header {
  overflow: hidden;
  padding: 30px 40px;
  margin: auto;
  width: 60%;
}

.col-left {
  float: left;
  padding: 20px 30px 10px 40px;
}

.col-right {
  float: right;
  padding: 30px 20px 10px 30px;
}

@media screen and (max-width: 500px) {
  .custom-ranzcp-header a {
    float: none;
    display: block;
    text-align: left;
  }
  .col-right {
    float: none;
  }
}
