@charset "utf-8";
/* CSS Document */

header.masthead {
  background-color: #1b3355;   /* Potential new colour=> #014385*/
  background-image: url("../img/header.webp");
}

@font-face {
    font-family: disco;
    src: url(Modia.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: disco;
  font-weight: 16;
}


