@import url(oswald/oswald-min.css);
@import url(roboto/roboto-min.css);
@import url(uikit.min.css);
@import url(tw.css);

:root {
  --main-bg: #88c5e4;
  --secondary-bg: #96c7e0;
  --head-bg: #0f4c82;
  --footer-bg: #19578d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hf {
  font-family: "Oswald", sans-serif !important;
}
body {
  font-size: 0.9rem !important;
}
body,
.wf {
  font-family: "Roboto", sans-serif !important;
}
ul,
ol {
  margin-top: 0.9em !important;
}
ul ul,
ol ol,
ul ol,
ol ul,
li ol,
li ul {
  padding-left: 15px !important;
  margin-bottom: 15px !important;
}
.headBG {
  background-color: var(--head-bg);
  color: #ffffff;
}
.mainBG {
  background-color: var(--main-bg);
  color: #01121a;
}
.secondaryBG {
  background-color: var(--secondary-bg);
  color: #01121a;
}
.footerBG {
  background-color: var(--footer-bg);
  color: #ffffff;
}
.uk-slider-nav .uk-active a {
  background-color: #ffffffac !important;
}
.uk-slider-nav a {
  border: 1px solid #ffffffac !important;
}
.uk-open {
  background-color: #05304adf;
}
