/* New style for DONT DRINK AND DRIVE text on Bottom Line */

.text-and-multiple-images .inner-text p.bold-statement{
    color: #0012c6; 
    font-size: 60px; 
    font-family: impact, sans-serif; 
    line-height:1.2;    
}

/* Reduce the legenth of the intro text on Drink Driving */
.text-and-image .inner-text-image p{
    padding-right: 200px;
}

@media screen and (max-width: 1580px) {
  .text-and-image .inner-text-image p{
      padding-right: 180px;
  }
}

@media screen and (max-width: 1400px) {
  .text-and-image .inner-text-image p{
      padding-right: 160px;
  }
}

@media screen and (max-width: 1300px) {
  .text-and-image .inner-text-image p{
      padding-right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .text-and-image .inner-text-image p{
      padding-right: 0px;
  }
}

select option{
    color: black;
}

.content .inner-cards span:hover{
    background-color: #ff4733 !important;
}

p.bold-statement{
   display:block !important; 
}

header .navbar-menu ul a:hover{
    text-decoration: underline;
}

.footericons img{
    height: 20px;
}


/* Text style with background colour */
.text-and-multiple-images .inner-text p a {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  color: #fff;             
  display: inline-block;
  padding: 0 1px;
  text-decoration: underline;
  position: relative;     
  text-underline-offset: 2px;
}


@media (max-width: 991.98px) {
  .text-and-multiple-images .inner-text p a {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .text-and-multiple-images .inner-text p a {
    font-size: 16px;
    letter-spacing: -0.54px;
  }
}


.text-and-multiple-images .inner-text p a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% - 3px);
  border-radius: 4px;
  background-color: #073859;
  z-index: -1;             
}

.dark-bg p a{
   font-family: "acumin-pro-semi-condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    color: #0012C6;
    display: inline-block;
    padding: 0 1px;
    text-decoration: underline;
    position: relative;
    text-underline-offset: 2px;
}
.dark-bg p a::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% - 3px);
    border-radius: 4px;
    background-color: #ffffff;
    z-index: -1;
}



