:root{
  --primary-color: #f7f4e6;
  --secondary-color: #010101;
  --tertiary-color: #f3eed8;
  --quartiary-color: #f5f1df;
  --accent-color: #ff2517;
  --primary-layout-color: #2c5194;
  --secondary-layout-color: #eaeaea;
}

.night{
  --primary-color: #1a1e21;
  --secondary-color: #eaeaea;
  --tertiary-color: #2a2e31;
  --quartiary-color: #323639;
  --accent-color: #ffaa33;
  --primary-layout-color: #0dcaf0;
  --secondary-layout-color: #010101;
}

#themeIcon1{
  height: 1.5em;
  cursor: pointer;
  max-width: 0;
  z-index: -10;
  margin: 0
}

#themeIcon2{
  height: 1.5em;
  cursor: pointer;
  max-width: 100%;
  z-index: unset;
  margin: 0
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.navbar-toggler{
  width: 2em;
  height: 1.5em;
  background-color: transparent;
  border-color: var(--secondary-layout-color);
}
.navbar-toggler .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: var(--secondary-layout-color);
  border-radius: 1px;
  margin-bottom: 5px;
}


@media screen and (max-width: 575px) {
  #themeIcon1{
    max-width: 100%;
    z-index: unset;
  }

  #themeIcon2{
    max-width: 0;
    z-index: -10;
  }
}
