a {
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  transition: color .2s ease-out, background 1s ease-in;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#address-bar {
  background-color: #000;
  color: #fff;
}

#address-bar {
  padding: 10px 15px 10px 15px;
}

body {
  font-family: 'Exo 2';
  overflow-x: hidden;
}

#logo-ar {
  padding: 10px;
  background-color: #222;
}

#logo-ar p {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0px 3px 0px;
}

@media (min-width: 576px) {
  #logo-ar p {
    font-size: 3em;
  }
}

.hsvred {
  color: #e91c2e;
}

.vert-align {
  height: 100%;
  display: flex;
  align-items: center;
}

.flex-text-right {
  justify-content: flex-end;
}

#navigation {
  background-color: #343A40;
}

.theme-dark-bg {
  background-color: #343A40;
}

.theme-dark-bg h1, .theme-dark-bg h2, .theme-dark-bg h3, .theme-dark-bg h4, .theme-dark-bg h5, .theme-dark-bg h6 {
  color: #dddddd;
}

.theme-dark-bg p {
  color: #8f8f8f;
}

.text-centre {
  text-align: center;
}

.spacer-with-line {
  height: 1px;
  background-color: #5c5c5c;
  margin: 2em 0em 2.7em 0em;
}

footer {
  padding: 2em 0em 2em 0em;
}

footer dl, footer ol, footer ul {
  list-style-type: none;
  padding: 0em;
}

footer a {
  color: #888;
}

footer a:hover {
  color: #ccc;
  text-decoration: none;
}

#products {
  color: #fff;
}

.card {
  border: none;
  border-radius: 0px;
  border-width: 0px;
  border-style: none;
}

.card-img {
  border-radius: 0px;
}

#products a {
  color: #fff;
}

#products a:hover {
  color: #ccc;
}

.carousel-text {
  position: absolute;
  width: 100%;
  padding: 1em;
}

@media (min-width: 992px) {
  .carousel-text {
    padding: 2em;
  }
}

.carousel-text h1, .carousel-text h2, .carousel-text h3, .carousel-text h4, .carousel-text h5, .carousel-text h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.carousel-text h1 {
  font-size: 1.3em;
}

@media (min-width: 992px) {
  .carousel-text h1 {
    font-size: 3em;
  }
}

.carousel-text p {
  color: #fff;
  font-size: 1em;
}

@media (min-width: 992px) {
  .carousel-text p {
    font-size: 2em;
  }
}

.carousel-control-prev, .carousel-control-next {
  visibility: hidden;
}

.btn {
  background-color: #e91c2e;
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
  font-size: 1em;
}

.btn:hover {
  background-color: #8f8f8f;
}

#page-header {
  padding: 3em 0em 3em 0em;
}

.spacer {
  height: 1.5em;
}

.hours {
  background-color: #f7f7f7;
}

.spacer-sm {
  height: 1.5em;
}

.spacer-md {
  height: 4em;
}

.spacer-lg {
  height: 6em;
}

.black-text {
  color: #000;
}

p.version {
  text-align: center;
  font-size: 0.7em;
  color: #6f6f6f;
}

header a:hover {
  color: #0056b3;
  text-decoration: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: #343A40;
  border: none;
  border-radius: 0;
}

.dropdown-item {
  color: rgba(255,255,255,0.75);
}

.dropdown-item {
  color: rgba(255,255,255,0.75);
}

.dropdown-item {
  color: rgba(255,255,255,0.75);
}

.dropdown-item:hover {
  background-color: #343A40;
  color: rgb(255,255,255);
}

.mobile-icon {
  font-size: 2rem;
  padding-right: 0.5em;
}

#mobile-address-bar {
  background-color: #000000;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#mobile-address-bar a {
  color: #fff;
}

#disclaimer {
  background-color: #ccc;
  padding-top: 1em;
  font-size: 0.7em;
}

