body {
  font-family: 'Raleway' !important;
}

body, input, select, .form-select {
  color: #7e7e7e !important;
}

.bg-const {
  background-image: url("../../assets/img/background.jpg");
  background-position: top left;
  background-size: cover;
  min-height: 250px;
}

.shabby {
  font-family: 'Great Vibes';
  font-size: 1.5rem;
}

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

a.antique {
  color: var(--bs-gray-600);
  text-decoration: none;
  font-family: 'Great Vibes';
  font-size: 140%;
}

a {
  color: var(--bs-gray-600);
  text-decoration: none;
}

.const {
  background-image: url("../../assets/img/chair.jpg");
  background-size: cover;
}

.intro-text {
  font-size: 130%;
  color: #7e7e7e;
}

.nav-wrapper {
  border-bottom: 10px solid #a0a0a0;
}

.nav-wrapper:hover {
  border-bottom-color: #7e7c7c;
}

h1, h2, h3 {
  font-family: 'Great Vibes';
  color: #7e7e7e;
}

.brand {
  text-decoration: none;
}

.text-anitque {
  font-family: 'Great Vibes';
  font-size: 135%;
}

.text-sans-serif {
  font-family: 'Raleway';
  font-size: var(--bs-body-font-size);
}

p {
  color: #7e7e7e;
}

.vh-25 {
  height: 25vh!important;
}

.sbahn {
  background-color: green;
}

.bus {
  background-color: #BB219E;
}

@media (min-width: 992px) {
  .nav-image {
    width: 240px !important;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .nav-image {
    width: 180px !important;
  }
}

.nav-image {
  width: 120px;
}

.navbar {
  /*background-color: rgba(255,255,255,0.5) !important;*/
}

body {
  background-image: url("../../assets/img/wallpaper/purple-36.jpg");
  /*background-image: url("../../assets/img/wallpaper/beige-43.jpg");*/
  /*background-image: url("../../assets/img/wallpaper/purple-100.jpg");*/
}

