/* remove underline on hyperlinks */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/* make hyperlinks bold */
a {
font-weight: 550;
}

/* link colour */
body a {
 color: #5a9bd5;
}

/* article title colour */
h1, h2, h3, h4, h5, h6 {
  color: #5a9bd5;
}

/* top banner background colour */
.container-header {
  background-color: #5a9bd5;
  background-image: none;
  
/* gradient in header on mobile DOSNT SEEM TO WORK*/
/*.container-header {
  background: linear-gradient(to right, #5a9bd5, #191D46); } */
  
/* background colour for mobile menu when expanded */
  .navbar-collapse {
    background-color: #191D46;
}
