html,
body {
  -webkit-font-smoothing: antialiased;
}

.toast-container.logged-in {
  top: 57px !important;
}

.toast-container.logged-out {
  top: 0px !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1050;
}

.nav-separator {
  display: inline-block;
  background-color: #000;
  opacity: 0.25;
}

.nav-separator-vertical {
  width: 1px;
  height: 40px;
}

.nav-separator-horizontal {
  height: 1px;
  width: 100%;
}

.navbar-brand .logo {
  background-image: url("/assets/images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.spacer {
  flex-grow: 1;
}

.navbar .btn {
  line-height: 26px;
}

.navbar .offcanvas-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

@font-face {
  font-family: "Palemonas";
  src: url("/assets/fonts/Palem3.2.05-nm.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Palemonas";
  src: url("/assets/fonts/Palem3.2.05-bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

ul.faq li {
  margin-bottom: 12px;
}

.desktop-logos {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
}
