.lang a:link, a:visited {
  color: rgba(255,255,255,0.5) !important;
  text-decoration: none !important;
}

.bg-dark a:link, a:visited {
  color: rgba(255,255,255,0.5) !important;
  text-decoration: none !important;
}

.alfinbutton {
  background-color: rgb(153,99,8);
}

a {
  text-decoration: none;
}

.carousel {
  height: 600px;
}

@media (max-width: 768px) {
  #carousel-1 {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .navbar {
    font-size: 16px;
  }
}

html {
  /*scroll-behavior: smooth;*/
}

.navbar img {
  height: 50px !important;
}

@media (max-width: 768px) {
  .navbar img {
    height: 36px !important;
  }
}

.map-clean {
  color: #313437;
  background-color: #fff;
}

.map-clean p {
  color: #7d8285;
}

.map-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .map-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.map-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.map-clean iframe {
  background-color: #eee;
}

@media (max-width: 768px) {
  .parallax1 {
    height: 300px !important;
  }
}

.parallax1 {
  height: 600px;
}

.alfinbutton.mobilebutton {
  float: right;
  margin-top: 5px;
  margin-right: 11px;
}

