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

body {
  font-family: "Montserrat", sans-serif;
  color: #80173b;
}

.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: #fff;
  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;
}

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

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

#menuBurger .dropdown-toggle::after {
  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;
}

.offcanvas {
  margin-top: 58px;
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.shadow-lr {
  box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -moz-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -webkit-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
}

header {
  background-image: url('/img/bgTugu2Tugu.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1046 !important;
}

.ornamentTop {
  margin-top:58px;
  height:30px;
  background-image: url('/img/ornamentTop.png');
  background-repeat: repeat-x;
  background-size:auto 100%;
}

.bgTugu2Tugu {
  background-image: url('/img/bgTugu2Tugu.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-yellow {
  background-color: #f3ec24;
}

.btn-warning {
  background-color: #f3ec24;
  color: #80173b !important;
}

.text-maroon {
  color: #80173b;
}

.border-yellow {
  border-color: #f3ec24 !important;
}

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

.form-floating>textarea:not(:placeholder-shown)~label::after {
  background-color: transparent;
}