@import url("css/bootstrap.min.css");
body {
  font-family: "Outfit", sans-serif;
  color: #231f20;
  font-size: 16px;
  vertical-align: middle;
  /* - Headings - */
  /* - Links - */
  /* - Topbar - */
  /*- Footer -*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #231f20;
}
body a {
  color: #231f20;
  text-decoration: none;
  vertical-align: middle;
}
body a:hover {
  color: #27316c;
  text-decoration: none;
}
body .material-symbols-outlined {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  vertical-align: middle;
}
body header {
  background: #e5f1ff;
  /* - Topbar - */
}
body header .topbar {
  height: auto;
  min-height: 30px;
  line-height: 30px;
  color: #231f20;
  font-size: 16px;
  background: #bccbdd;
}
body header .topbar a:hover {
  color: #27316c;
  text-decoration: none;
}
body header .topbar .languages a {
  padding-left: 5px;
}
body header .topbar .languages a.active, body header .topbar .languages a:hover {
  color: #27316c;
}
@media (min-width: 768px) {
  body header .topbar {
    min-height: 50px;
    line-height: 50px;
  }
}
body header .navbar-brand img {
  width: 140px;
  height: auto;
  padding: 10px;
}
body main .carousel-item img {
  max-height: 350px;
  width: auto;
}
body main .carousel-caption h3 {
  color: #bccbdd;
}
body main .gradient-background {
  background: #e5f1ff;
  min-height: 80px;
  height: auto;
}
body main .gradient-background .icon-bar {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
body main .gradient-background .icon-bar .material-symbols-outlined {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 768px) {
  body main .gradient-background .icon-bar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body main .box-1 {
  background-image: url("img/box-bg.webp");
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  height: auto;
}
body main .box-2 {
  background-image: url("img/box-bg-2.webp");
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  height: auto;
}
body main .box-text {
  padding: 50px;
}
body footer {
  background-color: #e5f1ff;
  color: #231f20;
  /*- Copyright -*/
}
body footer .footer {
  padding: 25px 0 25px 0;
}
body footer .footer .footer-col {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
body footer .copyright {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #bccbdd;
}/*# sourceMappingURL=style.css.map */