@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import "animate.css";
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

h5, h6, li, a, p, span, label {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: dimgray;
}

.navbar-brand {
  background-image: url("/orig-image/7028a8df5c.jpg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 45px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: var(--bs-nav-link-font-size);
}

nav {
  background-color: white;
}
nav * {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.carousel {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

main {
  padding-top: 56px;
}

.basic-article {
  padding-top: 60px;
  padding-bottom: 90px;
}
.basic-article * {
  text-align: center;
}
.basic-article a {
  color: #41487e;
}
.basic-article ul {
  padding-left: 19px;
}
.basic-article li {
  margin-bottom: 15px;
}

h1, h2, h3, h4 {
  color: #41487e;
}

.card {
  overflow: hidden;
  border-color: #41487e;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(248, 202, 169, 0.37);
  -moz-box-shadow: 0px 0px 28px 0px rgba(248, 202, 169, 0.37);
  box-shadow: 0px 0px 28px 0px rgba(248, 202, 169, 0.37);
  background-color: rgba(248, 202, 169, 0.2);
  border-radius: 30px;
}
.card .col-12 {
  position: relative;
}
@media (min-width: 768px) {
  .card .overscrollable {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0px;
    right: 20px;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .card .overscrollable {
    padding: 20px;
  }
}
.card ul {
  padding-left: 19px;
}
.card li {
  margin-bottom: 15px;
}
.card .oddelovac {
  width: calc(100% - 40px);
  height: 2px;
  background-color: #41487e;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .card .oddelovac {
    height: calc(100% - 40px);
    width: 2px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.accordion-button {
  color: #41487e !important;
  background-color: #f8caa9 !important;
}

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