.t4-topbar {
  background-color: #ffffff;
  color: #060743:
}

.bg-light {
    --t4-bg-opacity: 1;
    background-color: #ffffff !important;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    color: var(--mainnav-link-color);
    font-size: 1.1rem;
    font-weight: 600;
}

.t4-footer {
    background-color: #2D153E;
    border-top: 1px solid rgba(255,255,255,.07);
    color: #ffffff;
    font-size: 1.0rem;
}

.t4-footer a {
    color: #ffffff;
    font-size: 1.0rem; 
}

.t4-footer a:hover {
    color: #e0f205;
    font-size: 1.0rem;
}

#back-to-top {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  height: 36px;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 36px;
}