body {
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  margin: 0;
}
#cookies {
  background: black;
  color: white;
  text-align: center;
  padding: 20px; 
}
#menuButton, #menu, #footer {
  background: #778899;
  color: #fff;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#menu ul li {
  margin-left: 0;
  margin-right: 0;
}
#menu li a:hover {
  background: #B0C4DE;
}
#menu a:hover, #footer a:hover, #footer a:active {
  color: #B0C4DE;
  text-shadow: 2px 2px 2px #000;
}
#menu a.active {
  background-color: #2F4F4F;
}
.header {
  position: relative;
  text-align: center;
  color: white;
  box-shadow: 0px 5px 5px grey;
}
.header-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-15%, -50%);
  margin: 10px;
  background-color: #fff;
  opacity: 0.5;
}
.header-text p {
  margin: 10px;
  font-style: italic;
  font-size: 36pt;
  color: #000;
}
@media screen and (max-width: 600px) {
  .header-text p {
    font-size: 12pt;
  }
}
.box h2 {
  text-align: center;
}
.box img {
  box-shadow: 5px 5px 15px #000000;
}
.furtherInfo, .last-modified {
  text-align: center;
  font-style: italic;
}
.last-modified {
  margin-top: 30px;
  color: grey;
}
h1, h2, p, ul li, ol li, table, .blogDate, .blogCommentDate, .blogComment {
  margin-left: 10px;
  margin-right: 10px;
}
ul, ol {
  list-style-position: inside;
}
iframe {
    border: none;
}
h1, h1 a:link, h1 a:visited, h2 {
  /*color: #FF8C00;*/
  color: #B22222;
}
h1 a:link, h1 a:visited {
  text-decoration: underline;
}
h1 a:hover, h2 a:hover {
  text-decoration: none;
}
a:link, a:visited {
  color: #0033CC;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, a:hover {
  color: #FF9900;
  text-shadow: 2px 2px 2px #000;
}
h1 {
  font-size: 20pt;
}
h2, th {
  font-size: 16pt;
}
table {
  border-collapse: collapse;
  padding: 2px;
}
th {
  line-height: 1.5em;
  text-align: center;
  background: #FFD700;
}
td {
  vertical-align: middle;
  padding: 2px;
}
tr:nth-child(odd), .row1, .noEntries {
  background: #778899;
}
tr:nth-child(even), .row2 {
  background: #B0C4DE;
}
input, textarea, select {
  font-family: Verdana, Arial, Helvetica;
}
.blogDate {
    width: auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px 0;
}
.blogCommentDate {
    width: 100%;
    background: #F5F5F5;
    border-bottom: 1px dotted black;
    padding: 5px;
}
.blogComment {
    width: 100%;
    background: #F5F5F5;
    padding: 5px;
    margin-bottom: 20px;
}
p.reference {
  font-style: italic;
}
.error, .success, .amber {
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.error {
  border: 1px solid red;
  color: red;
  background: #FFC0CB;
}
.success {
  border: 1px solid #006400;
  background: #9ACD32;
  color: #006400;
}
.amber {
  border: 1px solid orange;
  background: #F5DEB3;
  color: orange;
}
.reference {
  font-style: italic;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 36px;
  padding-right: 36px;
  background-image: url("https://www.apevents.co.uk/images/quote-open.png"), url("https://www.apevents.co.uk/images/quote-close.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
/*
.blog-intro {
  color: #808080;
  font-size: 10pt;
  font-style: italic;
}
*/
.blog-date {
  font-style: italic;
}
#footer {
  width: 100%;
  position: relative;
  clear: both;
}
#footer-left, #footer-middle, #footer-right {
  float: left;
}
#footer-left, #footer-right {
  width: 25%;
}
#footer-middle {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  #footer-left, #footer-middle, #footer-right {
    width: 100%;
  }
}
#footer-bottom {
  clear: both;
}
#footer h2 {
  font-size: 16pt;
  color: #fff;
}
#footer p, #footer ul {
  font-family: Verdana;
  font-size: 12pt;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
#footer h2, #footer p {
  text-align: center;
}
#footer a:link, #footer a:visited {
  color: #FFD700;
  text-decoration: none;
}
.footer-contact {
  vertical-align: middle;
  line-height: 40px;
}
.footer-emoji {
  vertical-align: middle;
  font-size: 24pt;
}