.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

body {
  background: var(--bs-black);
}

p {
  color: rgb(255,255,255);
}

.navbar-brand {
  background: url("../../assets/img/C5%20Logo.svg") center / 80% no-repeat;
  width: 2cm;
  height: 2cm;
}

.navbar {
}

h1 {
  color: rgb(255,255,255);
}

.la.la-navicon {
  font-size: 25px;
}

.down-btn {
}

.social-btn {
  background: transparent;
  border-style: none;
  font-size: 20px;
  border-radius: 0;
}

.icon:hover icon-arrow-down {
}

.icon-arrow-down {
}

.down-btn:hover {
  transform: scale(1.10);
  text-align: center;
  transition: all ease 0.5s;
}

.btn {
}

.link-light {
  font-size: 20px;
  border-radius: 5px;
}

.link-light:hover {
  background: rgba(255,255,255,0.52);
  transition: all linear 0.2s;
  border-radius: 10px;
}

.link-socials {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-social-btn {
}

.footer-social-btn:hover {
  color: var(--bs-gray-400);
}

.event-btn {
}

.event-btn:hover {
  transition: all ease 0.3s;
  transform: scale(1.02);
}

.event-link-btn {
}

.event-link-btn:hover {
  color: var(--bs-gray-400);
  transition: all ease 0.3s;
}

.maps-btn:hover {
  transform: scale(1.20);
  transition: all ease 0.3s;
}

.event-link-back-btn:hover {
  transition: all ease 0.5s;
  transform: translate(-10px);
}

.forward-link:hover {
  transform: translate(10px);
  transition: all ease 0.5s;
}

.navbar-toggler {
}

