:root {
  --primary-color: #262f82;
  --secondary-color: #f6851f;
  --terinary-color: #f1f1f1;
  --light-yellow: #f1f1f1;
  --primary-color-rgb: 161, 143, 99;
  --secondary-color-rgb: 66, 66, 66;
  --terinary-color-rgb: 241, 241, 241;
  --light-yellow-rgb: 241, 241, 241;
}

nav {
  height: 77px;
}

main {
  margin-top: 77px !important;
}

.offcanvas.offcanvas-top.show {
  top: 77px;
}
.offcanvas.offcanvas-top {
  height: 60vh;
}

.fixedTopSection {
  top: 77px;
}


@media (min-width: 992px) {
  .navbar-toggler {
    display: inherit !important;
  }
}