body {
  font-family: Lexend, sans-serif;
  /*font-family: 'Encode Sans Expanded' !important;*/
  font-optical-sizing: inherit;
  background-color: white;
  /*color: black;*/
  background-color: black;
  background: black;
}

.nav-item {
  /*font-weight: bold;*/
  font-weight: 600;
  text-transform: uppercase;
  --bs-info: #0dcaf0;
  --bs-info-rgb: 13,202,240;
  color: white !important;
}

#hero-main {
  height: 100vh;
  background: url("../../assets/img/landing-hero-sm.jpg") center / cover no-repeat;
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 768px) {
  #hero-main {
    background: url("../../assets/img/landing-hero-lg.jpg") center / cover no-repeat;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    background: url("../../assets/img/logo-text-brand-website-dark.svg") center / 100% no-repeat;
  }
}

@media (min-width: 300px) {
  .navbar-brand {
    background: url("../../assets/img/SRP-footer-light.svg") center / contain no-repeat;
    width: 70px;
    /*height: 40px;*/
    height: 40px;
    margin: 0px;
    margin-top: 0px;
    /*margin-right: 0px;*/
    margin-bottom: 0px;
    /*margin-left: 0px;*/
    padding: 0px;
  }
}

#title {
  font-weight: 300;
  text-align: center;
  font-size: 32px;
}

#subtitile {
  text-align: left;
  /*font-size: 40px;*/
  /*font-weight: 600;*/
  /*color: #234E9C;*/
  /*text-decoration: none;*/
}

#hero-bottom-container {
  /*background: rgba(255,255,255,0.4);*/
}

.action-button {
  border-radius: 30px;
  padding: 5px 30px 5px 30px;
  letter-spacing: 10px;
  font-family: 'Encode Sans Expanded', sans-serif;
  font-weight: 700;
  border-width: 2px;
}

#bottom {
  position: absolute;
  bottom: 1%;
  /*left: 50%;*/
  /*transform: -50%;*/
  /*transform: 35%;*/
  /*translate: -50%;*/
  left: 50%;
  transform: translate(-50%);
  bottom: 2%;
  min-width: 350px;
}

html {
  background-color: white;
  color: #4783E8 !important;
}

.navbar-nav .nav-link.active {
  /*color: #4783e8;*/
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

.navbar-nav .nav-link.active:hover {
  color: white;
  font-weight: 600;
}

.navbar-toggler {
  color: rgba(220,203,203,0.55);
  background: #363535;
}

a {
  /*color: #ffffff;*/
  /*font-size: 12px;*/
  /*line-height: 10px;*/
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220,53,69;
}

@media (min-width: 768px) {
  .video-box-shape {
    /*border-radius: 5px;*/
  }
}

.news-items-tit-bits {
  color: #699CEC;
  font-weight: 500;
}

.footer-menu-item {
  color: #699CEC;
  font-size: 13px;
  /*line-height: 16px;*/
  font-weight: 500;
  /*margin-top: .8rem;*/
  color: rgba(255,255,255, .5) !important;
}

.news-para {
  color: #699CEC;
  font-size: 12px;
  /*line-height: 16px;*/
  font-weight: 500;
  /*margin-top: .8rem;*/
}

a span:hover {
  color: white !important;
}

#search {
}

