@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: 'Nunito';
  font-weight: 600;
  background-color: #fff;
  padding: 80px 0 50px 0;
}
b {
  font-weight: 800;
}

header {
  background-color: #fff;
  z-index: 1046 !important;
}

.bg-theme {
  background-color: #0faa4d;
}

.bg-theme-light {
  background-color: #fefeed;
}

#menuBurger .nav-link {
  padding: .5rem 1.6rem;
  color: #fff !important;
}

#menuBurger .nav-link.active {
  background-color: #108752;
}

#menuBurger .dropdown-toggle::after {
  float: right;
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

#menuBurger .dropdown-toggle.collapsed::after {
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.pointer {
  cursor: pointer;
}

ol.marker-bold>li::marker {
  font-weight: bold !important;
}

.modal-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1;
}

.offcanvas-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.copyright, .copyright .btn-small {
  font-size: small;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #0faa4d;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.days, .hours, .minutes, .seconds, .tt {
  font-size: 28pt;
  line-height: 1;
}

.timer .small {
  font-size: .7em;
  position: relative;
  margin-top:-1px
}

.bg-blur {
  backdrop-filter: blur(5px);
  background-color: #f6f6ed;
}

.ratio-3x4 {
  aspect-ratio: 3 / 4;
}