.header-image {
    max-width: 320px;
}

.site-header, .navbar {
  background-color: #FFF;
}

.navbar-custom {
    background-color: #ffffff;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #1C304A;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav .nav-link:focus {
  color: #1C304A;
}

/* change the colour of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(33, 37, 41);
}

h4.card-title {
  color: #fff;
}


.article-title {
  text-decoration: none;
}

main a {
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}