﻿body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  min-height: 100%;
  background-color: #1f2329;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.background-gradient {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .60;
  background-image: radial-gradient(circle farthest-side at 100% 100%,rgba(56,132,255,.61),rgba(31,35,41,0) 59%,rgba(31,35,41,0));
}

.fa {
  color: white;
}
.page {
  margin-top: 60px;
}

.navbar {
  
}

.navbar-brand:focus, .navbar-brand:hover {
  color: white;
}

.navbar .fa-toolbox {
  font-size: 28px; 
  margin-right: 15px;
}

.navbar-brand {
  color: white;
}

.homepage h1 {
  font-size: 64px;
}

.homepage .fa-solid {
  margin-top: 7px;
}

.card-body {
  padding: 16px 13px;
}

.homepage .hero, .brokers .hero{
  text-align: center;  
}

#alertbar {
  position: fixed;
  top: 5px;
  max-width: 600px;
  cursor: pointer;
  display: none;
  z-index: 15000;
}

.footer {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
}

.footer a {
  font-size: 12px;
  color: white;
}

.brokers td {
  color: white;
}