
body {
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-width: 480px;
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  /* Background gradient from #11315c to #002047 */
  background: #11315c;
  background: linear-gradient(to bottom, #11315c 0%, #002047 100%);
  color: #fff;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(200, 200, 255, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.flexme {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0.5em 0;
}

.navbar {
  padding: 0;
  background: #002047;
}

.navbar-nav {
  flex-direction: row;
  overflow-x: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.nav-item {
  padding: 0.1em 0.4em;
  border-bottom: 2px solid none;
  text-align: center;
}

.nav-item i {
  font-size: 1.2em;
}

.nav-item.active {
  background: rgba(200, 200, 255, 0.1);
  color: #11315c;
  border-bottom: 2px solid #ffc107;
  padding: 0.1em 0.9em;
}

a,
a:hover,
a:active,
a:visited {
  color: #fff;
  text-decoration: none;
}

.menu-margin {
  margin-top: 70px;
}

.b-tags {
  line-height: 1.8em;
}

.b-tags b {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.3em;
  border-radius: 0.2em;
  white-space: nowrap;
}

.b-tags .form-control {
  width: auto;
  display: inline-block;
  height: 1.5em;
  padding: 0 0.2em;
}


.blob {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0.4em;
}
.sun {
  background-color: #feb161;
}
.fire {
  background-color: #f492a0;
}
.leaf {
  background-color: #aaddad;
}
.lake {
  background-color: #aaaedd;
}
.text-sun {
  color: #feb161;
}
.text-fire {
  color: #f492a0;
}
.text-leaf {
  color: #aaddad;
}
.text-lake {
  color: #aaaedd;
}

.custom-switch {
  padding-left: 1.75rem;
}

.switch-colors ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: transparent !important;
}

.switch-colors:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-color: transparent !important;
}

.custom-switch .custom-control-label::before {
  left: -1.75rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-1.75rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
}

.darker-box {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 0.25rem;
}