:root {
  --bgimage: url("../assets/chilterntile.png");
  --boxcolour: black;
  --textcolour: white;
  --linkcolour: #db9631;
  --linkhovercolour: #b01b00;
  --font: "Cormorant", serif;
}

body {
  background-size: 550px;
  font-size: 1.15em;
}

nav a {
  font-weight: 700;
}

nav a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: square;
}

summary {
  font-weight: 700;
  font-size: 1.25em;
}

@media only screen and (max-width: 1000px) {
}
