@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Regular.woff2') format('woff2'), url('../fonts/Stolzl-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  background-color: #f1f1f1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  padding: 0px 10px;
  height: 100%;
  font-family: 'Stolzl', sans-serif;
}
.form-control:focus {
  border-color: #97d700;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.text-sw-navy {
  color: #053357;
}
.text-sw-blue {
  color: #00c7ed;
}
.text-tg-green {
  color: #97d700;
}
.text-tg-aqua {
  color: #00968f;
}
a.nav-link {
  color: #053357;
}
a.nav-link:hover {
  color: #00c7ed;
}
/*# sourceMappingURL=global.css.map */