/* Colours:
Dark Green: #55A443;
Light Green: #D4F0C2;
Grey (Light) - Background: #EEEEEE;
Grey (Dark) - Text: #707070;
*/

.image.section {
  background-image: linear-gradient( rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0) ), url('/images/limerick-one-shopping-park-full-size.jpg');
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: 12% 70%;
}

/*.white.container {
  background-color: #ffffff;
  border-radius: 100px;
}*/

 img.header-logo {
  width: 180px;
  height: auto; /*70px;*/
  display: block;
  margin: 0 auto;
 }

.covid-19.section {
  padding: 12.5px 0px 0px 0px !important;
  background-color: red !important;
}

a.notice {
  color: #ffffff !important;
  font-weight: 700 !important;
}

a:hover.notice {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/*.navbar {
  background-color: #FFFFFF;
}

a.navbar-brand-item {
  display: block;
  margin: 0 auto;
}

.navbar-brand {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.navbar-brand-item img {
  width: 130px;
  height: auto;
}

.navbar-menu {
  background-color: #EBE6DD;
}

.navbar-menu.is-active {
  background-color: #EBE6DD;
}

.navbar-burger {
  background-color: #E51A2F;
  color: #ffffff;
}

.navbar-burger:hover {
  background-color: #E51A2F;
  color: #ffffff;
}

a:hover.navbar-burger.burger {
  color: #ffffff;
  background-color: #E51A2F;  
}

a.navbar-burger.burger.is-active {
    background-color: #E51A2F;
    color: #ffffff;
}

a.navbar-item {
  background-color: #EBE6DD;
  color: #E51A2F;
  font-family: Monserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px;
}

a:hover.navbar-item, a:focus.navbar-item, a:focus-within.navbar-item  {
  background-color: #E51A2F;
  color: #ffffff;
}

a.navbar-item span {
	border-bottom: 2px solid #E51A2F;
	line-height: 1.2em;
}

a:hover.navbar-item span, a:focus.navbar-item span {
	border-bottom: 2px solid #fff;
}

a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: #EBE6DD;
  color: #E51A2F;
}*/

@media (max-width: 768px) {
  .image.section {
    background-position: 31% 63%;
  }
}


