@media (min-width: 1200px) {
  .bar {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .bar {
    max-width: 1320px;
  }
}

html {
  height: fill-available;
  height: -webkit-fill-available;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
}

.bar {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.bar .content {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.header {
  justify-content: space-between;
  align-items: center;
}

.sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer {
  height: 30px;
  padding-top: 10px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
  box-shadow: 0px 0px 4px #888;
}

.bar .text {
  font-size: xxx-large;
}

.lato {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.latolight {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.footer .text {
  font-size: small;
}

.lsb-red {
  color: #b81f26;
}
