body {
  font-family: "Gill Sans", "helvetica", "arial", sans-serif;
}

header {
  background-color: black;
  color: white;
  position: relative;
  width: 100%;
}
header .logo {
  background-image: url(/img/logo-londonelects.png);
  display: block;
  height: 58.3667px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 64px;
}
@media only screen and (min-width: 960px) {
  header .logo {
    height: 107.133px;
    left: 50px;
    top: 16px;
    width: 122px;
  }
}
header .container {
  margin-right: auto;
  margin-left: auto;
  min-height: 98.3667px;
  max-width: inherit;
  text-align: center;
}
header .container h1 {
  align-items: center;
  display: flex;
  font-family: "Gill Sans", "helvetica", "arial", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  height: 100px;
  justify-content: center;
  margin: 0 120px;
  min-height: 58.3667px;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  header .container h1 {
    font-size: 25px;
    min-height: 147.133px;
    margin: 0 192px;
  }
}

footer#site-footer {
  background-color: black;
  color: white;
  padding: 20px 20px;
  width: 100%;
}
footer#site-footer p {
  margin: 0;
}
footer#site-footer a {
  color: white;
}

table {
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  margin-bottom: 1em;
}
table td, table th {
  border: 1px solid #888;
  border-bottom: none;
  border-right: none;
  padding: 1rem;
  vertical-align: middle;
}
table th {
  background-color: black;
  color: white;
}
table td {
  background-color: white;
}

nav.menu-primary {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  nav.menu-primary {
    width: auto;
  }
}
nav.menu-primary ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
  text-align: left;
}
nav.menu-primary ul li {
  margin-right: 1.5em;
  margin-bottom: 5px;
}
@media only screen and (min-width: 960px) {
  nav.menu-primary ul li {
    display: inline-block;
  }
}
nav.menu-primary ul li a {
  color: #141414;
  font-weight: bold;
  text-decoration: none;
}
nav.menu-primary ul li a:hover {
  text-decoration: underline;
}

a#skip-link {
  height: 1px;
  position: absolute;
  width: 1px;
}
a#skip-link:focus {
  height: auto;
  position: static;
  width: auto;
}

a {
  color: #0040D9;
  text-decoration: underline;
}

ul li {
  margin-bottom: 5px;
}

/*# sourceMappingURL=elects.css.map */
