
.navbar-brand img{
  max-width: 300px;
}

@media only screen and (max-width: 640px) {
  .navbar-brand img {
    max-width: 160px;
  }
}

.altbg{
  background-color:rgb(230, 245, 243, 1);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.container-fluid.nopad {
  padding: 0;
  background-color: rgb(97 199 185 / 40%);
}

#carouselIndicators .carousel-item {
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carouselimage{
  opacity: .8;
}

.carousel-caption {
  background-color: rgb(0 0 0 / 30%);
  border-radius: 30px;
  transform: translateY(-50%);
  bottom: 0;
  top: 45%;
  height: 150px;
}

#carouselIndicators2 .carousel-caption h5{
  font-size: 1.9rem;
}

#carouselIndicators2 .carousel-caption h6{
  font-size: 1.7rem;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 22px;
  line-height: 1.9;
}

#carouselIndicators2 .carousel-caption p {
  width: 90%;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-toggler {
  background: #fff;
}

.navbar-nav {
  text-align: center;
  background-color: rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.nav-link {
  padding: .2rem 1rem;
}

.nav-link.active,.nav-link:focus{
  color: #fff;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .carousel-caption h5 {
    font-size: 18px;
  }
  .carousel-caption {
    top: 60%;
    height: 165px;
}

  .carousel-caption p {
    line-height: 1;
    width: 90%;
    margin: auto;
    font-size: 18px;
}
#carouselIndicators .carousel-item {
    height: 35vh;
    min-height: 250px
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    width: 100%;
    height: auto;
    background-color: grey;
}

  .navbar-collapse.collapsing {
      left: -75%;
      transition: height 0s ease;
  }

  .navbar-collapse.show {
      left: 0;
      transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: left 500ms ease-in-out;
  }
}

:target {
  display: block;
  position: relative;
  top: -100px; /* this is your offset */
  visibility: hidden;
}

.nav-item:hover, .nav-item:focus, .nav-item:active{
  background-color: #61c7b9;
  border-radius: 10px;
}

.nav-item.whatsapp, .nav-item.whatsapp:hover, .nav-item.whatsapp:focus, .nav-item.whatsapp:active {
  border-radius: 10px;
  background-color: #25D366;
}

.langswitch{
  float: left;
  text-decoration: none;
  color: #000000;
  background-color: lightgray;
  padding: 5px;
  border-radius: 5px;
}

.langswitch:hover, .langswitch:active, .langswitch:focus{
  text-decoration: underline;
  color: #000000
}