/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.navbar {
  background-color: #ffffff !important;
}

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

/* -------------------------------------------------- */
/* Brand colour overrides (Bootstrap 5 default is     */
/* blue — restore the site's red primary).            */
/* -------------------------------------------------- */

:root {
  --bs-primary: #ff0000;
  --bs-primary-rgb: 255, 0, 0;
  --bs-link-color: #ff0000;
  --bs-link-color-rgb: 255, 0, 0;
  --bs-link-hover-color: #cc0000;
  --bs-link-hover-color-rgb: 204, 0, 0;
  --bs-dropdown-link-active-bg: #ff0000;
  --bs-dropdown-link-active-color: #ffffff;
}

.btn-primary {
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-bg: #cc0000;
  --bs-btn-hover-border-color: #cc0000;
  --bs-btn-active-bg: #aa0000;
  --bs-btn-active-border-color: #aa0000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ff0000;
}

hr {
  border-color: #ff0000;
  opacity: 1;
}

/* -------------------------------------------------- */
/* Carousel                                           */
/* -------------------------------------------------- */

.slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 8 / 3.4;
  min-height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide-text {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
  padding: 20px 18px 20px 28px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-right: 1px solid #e8e8e8;
  border-radius: 8px 0 0 8px;
}

.slide-text p {
  font-style: italic;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  line-height: 1.65;
  color: #1c1c1c;
  font-weight: 500;
  margin: 0;
}

.slide-bracket-tl,
.slide-bracket-br {
  position: absolute;
  width: 20px;
  height: 20px;
}

.slide-bracket-tl {
  top: 13px;
  left: 13px;
  border-top: 3px solid #aaaaaa;
  border-left: 3px solid #aaaaaa;
  transform: skewX(-8deg);
}

.slide-bracket-br {
  bottom: 13px;
  right: 13px;
  border-bottom: 3px solid #aaaaaa;
  border-right: 3px solid #aaaaaa;
  transform: skewX(-8deg);
}

.slide-graphic {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.slide-icon-circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
