@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400;500;700&display=swap");
/*
    font-family: 'Raleway', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/*font-family: 'Open Sans', sans-serif;*/
html {
  scroll-behavior: smooth;
}

nav {
  text-align: center;
}

.center {
  text-align: center;
  margin: auto;
  width: 50vw;
  align-items: center;
  justify-content: center;
}

.btn {
  z-index: 2;
}

.container {
  max-width: 100%;
}

.text-navbar {
  font-family: "Raleway", sans-serif !important;
  font-weight: 200;
}

.text-footer {
  font-family: "Raleway", sans-serif !important;
  font-weight: 200;
}

.numbers-custom {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}

.text-custom-big-title {
  font-family: "Raleway", sans-serif !important;
  color: rgb(0, 120, 168);
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 1px 0 10px;
  font-size: 1rem;
}

.text-custom-big {
  font-family: "Raleway", sans-serif !important;
  color: rgb(0, 120, 168);
  font-weight: 200;
  text-shadow: rgb(255, 255, 255) 1px 0 10px;
  font-size: 1rem;
}

.text-custom-small {
  font-family: "Raleway", sans-serif !important;
  color: rgb(0, 120, 168) !important;
  font-weight: 500;
}

.text-custom-small-btn {
  font-family: "Raleway", sans-serif !important;
  color: rgb(0, 120, 168) !important;
  font-weight: 500;
}

.text-custom-small-btn:hover {
  color: rgb(240, 128, 43) !important;
}

.text-custom-small-link {
  font-family: "Raleway", sans-serif !important;
  color: rgb(0, 119, 255) !important;
  font-weight: 500;
}

.text-custom-small-link:hover {
  color: rgb(240, 128, 43) !important;
  font-weight: 700;
}

.hero-small-text {
  padding-inline: 2rem !important;
}

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

.flex-equal > * {
  flex: 1;
}

@media (min-width: 700px) {
  .flex-md-equal > * {
    flex: 1;
  }
  .p-md-5 {
    padding: 10px;
  }
  .m-md-5 {
    margin: 0;
  }
}/*# sourceMappingURL=pakalpojumi.css.map */