.background-primary{
    background-color: #202044;
}
#header img{
  width: 80px;
}
#main .carousel-inner img{
  max-height: 70vh;
  object-fit: cover;
  filter: grayscale(10%);
}
#footer{
  background: #202044 !important;
}
#footer a{
  color: white;
}
#footer a:hover{
  text-decoration: none;
  color: #fbc900 !important;
}
#carousel{
  position: relative;
}
#carousel .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: white;
  z-index: 1;
}
#carousel .overlay .container,
#carousel .overlay .row {
  height: 100% !important;
}
.text-csi{
  color: #1c3643 !important;
}
.error{
  margin: 0 !important;
  padding: 0 !important;
  color: red !important;
  font-size: 0.8rem !important;
}
.link-footer{
  font-size: 0.9rem !important;
  padding: 0 0 0 0;
}
/*.btn-primary {
    background-color: #0b525b !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited{
  background-color: #144552 !important;
}
.badge-primary{
  background-color: #0b525b !important;
}*/
.nav-link {
    color: #337EB2;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #777;
    border-color:  #6c757d;
}