::-webkit-scrollbar {
  width: 10px;
  background-color: #f8bc23;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6d77b4;
  height: 100px;
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2596be;
}

.top-headers ul > li > a {
  color: #6d77b4;
}

.clr1 {
  color: #6d77b4;
}

.clr2 {
  color: #f8bc23;
}

.clr3 {
  color: #2596be;
}

header {
  height: 120px;
}
header .navbar-brand img {
  height: 150px;
  width: auto;
}
header .navbar-nav .nav-item .nav-link {
  color: #6d77b4;
}
header .gg-moon {
  color: #6d77b4;
}

header.nav-fixed {
  height: 120px;
}

.nav-fixed {
  height: 150px;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: #6d77b4;
}

.nav-fixed .gg-moon, .nav-fixed .gg-moon:after {
  color: #6d77b4;
}/*# sourceMappingURL=newstyle.css.map */