@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
body {
  font-family: "PT Sans", sans-serif;
}

.bold {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.primary,
a,
i {
  color: #e6489a;
}

a:hover {
  text-decoration: none;
  color: #7552a2;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f3f6fd;
  color: rgb(119, 119, 119);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  max-width: 250px;
}

.header {
  height: 50vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header#home_header {
  background-image: url(../img/koa.jpg);
}

.card {
  min-height: 100%;
}

.col-md-4 {
  padding-bottom: 12px;
}

#app_links_container {
  background-color: rgb(232, 232, 232);
}
#app_links_container img {
  display: block;
  margin: 0 auto;
}

#documents a {
  display: block;
  padding: 0 !important;
  margin-bottom: 12px;
}

footer {
  padding: 12px;
  text-align: center;
  background-color: #e6489a;
  color: white;
  font-weight: bold;
}
footer p {
  margin: 0 !important;
}

.card {
  border: none;
  margin-bottom: 1em;
}/*# sourceMappingURL=main.css.map */