﻿#container_bp #logo, #container_al #logo {display: none; }
h1, h2, h3, h4, h5, h6 {color: #086dbd; }
.menu li, .submenu li {color: #000000; background-color: #086dbd; }
.resultsblock-title {background: #086dbd; }
#footer {background-color: #086dbd; }
#header {display: block; }
#header_right {display: none; }

#header_left {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url(https://www.elo.org.uk/wp-content/uploads/2025/01/ELO-Logo-White.svg), url(https://www.elo.org.uk/wp-content/themes/clean-retina-child/images/orienteer-forest.jpg) ;
  background-position: 30px center, right bottom;
  background-size: 175px, cover;
  background-repeat: no-repeat;
  margin-bottom: 2em;
}
@media only screen and (max-width: 960px){
  #header_left {
    height: 200px;
    background-size: 150px, cover;
  }
}
@media only screen and (max-width: 500px){
  #header_left {
    height: 150px;
    background-size: 120px, cover;
    background-position: 15px center, right bottom;
  }
}
