:root{
    --bg_colour:#f6f6f6;
    --body-colour:#0F0F10;
    --main-colour:#22212B;
    --highlight-colour:#E0AA0F;

}

html{
    font-size:62.5%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height:2.2rem;
    color:var(--body-colour);
    background-color: var(--bg_colour);

}
a, a:visited
{ 
  color:var(--main-colour);
  text-decoration: none;
  box-shadow: inset 0 -1px 0.1px var(--bg_colour), inset 0 -2px var(--highlight-colour);
  transition: color 300ms ease-in,box-shadow 300ms ease-in;
  text-shadow: -0.8px -0.8px var(--bg_colour), -0.8px 0.8px var(--bg_colour), 0.8px -0.8px var(--bg_colour), 0.8px 0.8px var(--bg_colour);
}
a:hover,
a:active,
a:focus,
a:visited:hover
{
  text-decoration: none;
  color:var(--highlight-colour);
  box-shadow:  1px 1px 0.1px var(--bg_colour), inset 0 -2px var(--highlight-colour);
  text-shadow: -0.8px -0.8px var(--bg_colour), -0.8px 0.8px var(--bg_colour), 0.8px -0.8px var(--bg_colour), 0.8px 0.8px var(--bg_colour);
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Marcellus', serif;
    color:var(--main-colour);
    font-weight: normal;
}
h1 a, h1 a:hover, h1 a:visited:hover, h2 a, h3 a, h4 a, h5 a, h6 a{
   color:var(--main-colour);
   text-decoration: none;
   box-shadow:none;
   text-shadow: none;
}

h1{
    font-size: 4rem;
    line-height:4.2rem;
    margin:0;
}
h2{
    font-size:3.2rem;
    line-height:3.5rem;
    text-transform: uppercase;
}
h3{
    font-size:1.8rem;
    line-height:2.2rem;
}
h5{
    font-size:1.2rem;
    font-family: 'Lato', sans-serif;
    line-height:1.5rem
}
h6{
    font-size:1.2rem;
    font-family: 'Lato', sans-serif;
    margin:0;
    line-height:1.5rem;
    text-align: right;
}
button:focus{
    outline:none;
}
.date, .report-date {
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--highlight-colour);
}
p.small{
    font-size: 1rem;
    line-height:1.2rem;
}

article li {
    list-style-type: none;
    position: relative;
}

article li::before {
content: '–';
position: absolute;
top: 0;
left: -18px;
color: var(--highlight-colour);
font-size: 2.2rem;
}

input {
    max-width: 100%;
    box-sizing:border-box
}#toolbar-bar.toolbar-bar a {    text-shadow: none;    box-shadow: none;}

.grecaptcha-badge{
	display:none;
}