html * {
  font-family: "Roboto", sans-serif;
}
html body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
html body:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg height='74.79mm' viewBox='0 0 202.5 212' width='71.44mm' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='101.25' cy='106' fill='%23fff' rx='101.25' ry='106'/%3E%3Cpath d='m7.12 120.22c.36-.4 4.21 17.05 21.88 35.98 16.92 18.82 51.59 35.75 88.56 27.11 37.12-7.93 61.27-38.03 68.56-62.26 7.92-24.65 3.96-42.08 4.46-41.87-.64-.13 7.85 15.81 3.61 43.85-2.27 13.74-8.42 30.12-20.7 44.72-12.07 14.59-30.56 27.01-52.3 31.8-21.71 4.93-43.73 1.57-60.86-6.49-17.34-7.97-29.88-20.17-37.79-31.63-15.78-23.57-14.9-41.6-15.42-41.21z' fill='%23004379'/%3E%3Cpath d='m91.94 7.45c.33.35-15.51 2.44-33.74 16.71-18.07 13.61-35.83 43.19-30.99 76.78 4.2 33.68 29.15 57.51 50.17 65.87 21.34 8.96 37.18 6.78 36.95 7.21.17-.56-14.68 5.77-39.34-.17-12.06-3.09-26.17-9.82-38.23-21.9-12.06-11.88-21.7-29.3-24.29-49.04-2.72-19.72 1.98-39.07 10.48-53.71 8.44-14.83 20.27-25.06 31.09-31.21 22.21-12.24 38.21-10.06 37.9-10.55z' fill='%2310a7d5'/%3E%3Cpath d='m163.72 37.69c-.04.43-10.65-8.92-30.77-12.76-19.59-4.12-49.64 1.26-69.22 24.03-20 22.4-21.37 52.9-14.71 71.78 6.45 19.44 17.12 28.72 16.7 28.82.47-.21-12.39-6.43-22.79-26.32-4.96-9.83-8.68-23.16-7.65-38.22.89-14.96 6.89-31.52 18.55-44.73 11.56-13.29 27.19-21.42 41.9-24.27 14.79-3 28.49-1.07 38.9 2.56 21.09 7.68 28.94 19.62 29.09 19.12z' fill='%23004379'/%3E%3Cpath d='m182.71 99.92c-.29.22-.54-11.65-9.6-26.27-8.59-14.44-28.99-29.97-54.19-29.11-25.21.37-44.84 16.85-52.72 31.7-8.35 15.03-8.02 26.9-8.32 26.7.4.17-3.07-11.31 3.32-29.04 3.25-8.65 9.37-18.53 19.27-26.45 9.75-7.95 23.4-13.65 38.18-13.96 14.78-.41 28.69 4.63 38.81 12.1 10.26 7.44 16.86 17 20.53 25.49 7.23 17.4 4.32 29.03 4.71 28.84z' fill='%2310a7d5'/%3E%3Cg fill='%23004379'%3E%3Cpath d='m87.41 146.11h-7.43l-8.76-65h8.84l3.8 33.78.18 2.12h.71l.27-2.12 4.07-33.78h6.9l4.07 33.78.26 2.12h.71l.18-2.12 3.8-33.78h8.84l-8.75 65h-7.43l-4.42-30.78-.53-3.8h-.35l-.53 3.8-4.42 30.78z'/%3E%3Cpath d='m115.44 137.36s5.13 1.06 5.13-4.77v-51.47h9.55v52.98c0 6.99-3.36 13.26-14.68 12.64v-9.37z'/%3E%3Cpath d='m134.1 146.11 9.82-65h11.67l9.82 65h-9.28l-1.77-13.27h-9.2l-1.77 13.27zm16.18-43.87-.27-1.68h-.53l-.27 1.68-2.74 20.52h6.54l-2.74-20.52z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  z-index: 9;
  opacity: 0.3;
}
@media (max-width: 1000px) {
  html body:before {
    background-size: 250px;
  }
}
html body img {
  max-width: 100%;
}
html body header {
  z-index: 99;
}
html body header .header-bar {
  width: 100%;
  height: 45px;
  background: #09A7D4;
}
html body header .logo-container {
  max-width: 25%;
  width: 150px;
  background: #09A7D4;
  padding: 10px;
}
html body .content-container {
  flex-grow: 1;
  z-index: 99;
}
@media (min-width: 900px) {
  html body .content-container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
html body .content-container .btn.btn-primary {
  background-color: #052C4B;
  border-color: #052C4B;
}
html body footer {
  z-index: 99;
  height: 45px;
  background: #052C4B;
  color: white;
}
html body footer p {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
