.navbar {
  background-color: rgba(0, 78, 150, 0.85); }

.garage-items h5 {
  font-weight: bold; }

.garage-items p {
  font-weight: 600;
  line-height: normal; }

#acceptPrivacyPolicy {
  width: 16px;
  cursor: pointer; }

#background {
  position: fixed;
  background-image: url(/images/background.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

#logo-head-big {
  text-align: center;
  height: 160px;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/header-logo.png); }

.footer {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 78, 150, 0.85);
  width: 100%; }
  .footer .table {
    line-height: 18px; }
  .footer #map {
    height: 100%;
    min-height: 300px;
    border-radius: 5px; }

.theme-inverse {
  background-color: rgba(0, 78, 150, 0.85);
  color: white; }

.carousel-caption {
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 78, 150, 0.85);
  left: 0;
  bottom: 0;
  padding: 1rem; }
