body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  background: #f5f7fb;
  background-image: url("/raporty/images/modern-steel-bridge-amsterdam-aerial_sxlwmeby__F0000.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #494B4E;
  font-size: 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }


.logo-start { width: 32rem; display: block; margin-left: auto; margin-top: 10%; margin-right: auto; }
.logo-start-text { font-size: 48px; text-align: center; margin: 20px; }

.header-logo { width: 8rem; margin: 1rem 1.5rem .7rem 1.2rem; display: inline-block; }

.header-bar { width: 100%; background: white; border-bottom: 1px solid #6193cd; }
.menu-bar { display: inline-block; vertical-align: bottom; margin: .7rem 0rem; }
.menu-item { margin: .5rem 0rem; padding: 8px 16px; display: inline-block; }
.menu-item-active { background: #6193cd; color: white; cursor: pointer; }
.menu-item-disabled { color: #b6b7b8; cursor: default; }
