@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
  --primary: #f5821f;
  --secondary: #00aeef;
  --contrast: #ffffff;
}
body,th,td,div,p {
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  color: #313131;
}
a, #tableOverview td a {
  color: #00aeef;
}
h1,h2,h3,h4,h5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
}
h2,h3 {
  color: #f5821f;
}
h4,h5 {
  color: #00aeef;
}
h1 {
  font-weight: 300;
  color: #313131;
}
.head h1 {
  color: #736f6f;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link a,.navbar-light .navbar-nav .nav-link.active {
  font-weight: 400;
  color: #736f6f;
}
.navbar-nav a.active,.navbar-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  border-color: #736f6f;
}
.navbar-nav a.nav-link.initials-circle {
  background-color: #828282;  /* Background color */
  color: #fff;  /* Text color */
  border-radius: 50%;  /* Makes it a circle */
  width: 50px;  /* Set fixed width */
  height: 50px;  /* Set fixed height */
  display: flex;  /* Enable flexbox */
  justify-content: center;  /* Center horizontally */
  align-items: center;  /* Center vertically */
  text-align: center;  /* Aligns text to center */
}
@media (min-width:1200px) {
  .navbar-nav a.nav-link.initials-circle {
    margin-top: -7px;
  }
}
.navbar-light .nav-link.initials-circle,.navbar-light .nav-link.initials-circle:focus{
  color: #828282;
}
.navbar-light .nav-link.initials-circle:hover{
  color: #828282;
  background-color: #efefef;
}
.content {
  border-color: #f37a1f;
}
ul.steps li.checked {
  background-color:  #f37a1f;
  border: 2px solid  #f37a1f;
}
ul.steps li.active {
  color:  #f37a1f;
  border: 2px solid  #f37a1f;
}
ul.steps li.checked:before,ul.steps li.checked:after,ul.steps li.active:after {
  background-color:  #f37a1f;
}
ul.steps:before,ul.steps:after {
  background-color:  #f37a1f;
}
button,.btn {
  color: #fff;
  border-color: #f37a1f;
  background-color: #f37a1f;
  border-radius: 30px;
  font-weight: 300; 
}
button:hover, .btn:hover,
button:focus, .btn:focus {
  color: #f37a1f;
  border-color: #f37a1f;
  background-color: #f0f0f0;
}
footer {
  background-color: #202020;
}
footer p {
  color: #fff;
}