.accent-BG-color {
    background-color: #d30000;
}

.accent-BG-color-trans {
    background-color: rgba(211,0,0, 0.75);
}

.accent-color-1-font {
    color: #d30000;
}

.accent-dot{
    background-color: #d30000;
}

.accent-border-bottom
{
    border-bottom-color: #d30000;
}

.accent-border-top{
    border-top-color: #d30000;
}

a{
    color:#ffffff;
}

a:hover{
    color:#d30000 !important;
}

#gallery .swiper-button-prev{
    background-image: url('../images/gallery-prev-ferrari-red.svg');
  }

  #gallery .swiper-button-next{
    background-image: url('../images/gallery-next-ferrari-red.svg');
  }

  #gallery .navigation-bar {
    background-color: #8b8d90;
  }

  #gallery .gallery-top .swiper-slide{
    border: solid 1px  #d30000;
  }
  

/* Handle forground accent colours when on an accent background*/
.accent-BG-color,
a.accent-BG-color, a.accent-BG-color:hover,
.accent-BG-color h2, .accent-BG-color-trans{
   color: #ffffff !important;
}

.accent-BG-color a:not(.accent-BG-color){
  color: #ffffff !important;
}

.accent-BG-color .accent-border-bottom
{
 border-bottom-color:#ffffff !important;
}

.accent-BG-color .accent-border-top
{
 border-top-color:#ffffff !important;
}