@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
   font-family: 'Open Sans', sans-serif !important;
}

.header img {
  height: 50px;
}
.header a {
  color: #000;
  text-decoration: none;
}

.bg1 {
  background: url("/static/core/img/bg1.jpg");
  min-height: 300px;
  background-size: cover;
}

.bg2 {
  background: url("/static/core/img/bg4.jpg");
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.text-shadow {
  /* text-shadow: 3px 3px 3px #000; */
}

.bg-rozovi {
  background-color: #772077;
}

.bg-primary {
  background-color: #b663b7 !important;
}

.br-20 {
  border-radius: 20px;
}

.btn-primary {
  background-color: #b663b7;
  border: none;
}
.btn-primary:hover {
  background-color: #b663b7 !important;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.33);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.33);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.33);
}

.v-lizah img {
  width: 60%;
}

.my-map {
  height: 400px;
}

h2 {
  font-size: 2.25rem;
}

.text-rozovi {
  color: #772077 !important;
}

.text-primary {
  color: #b663b7 !important;
}

.border-primary {
  border-color: #b663b7 !important;
}

.border-rozovi {
  border-color: #772077 !important;
}

.phone {
  z-index: 100000 !important;
  right: 50px;
  bottom: 5%;
  animation-name: phone;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media (max-width: 756px) {
  .phone {
    bottom: 10px;
    right: 10px;
    width: 50px;
  }
}

@keyframes phone {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 756px) {
  .tooltip {
    display: none !important;
  }
}
.logo {
  max-width: 200px;
}

/*# sourceMappingURL=style.css.map */
