  

body a {
      text-decoration: none;
}
.color-white {
      color: #E0E0E0 !important;
}
nav.navbar {
      background-color: rgba(0,0,0,.38) !important;
      transition: all .3s ease-in-out;
}
header.scrolled .navbar, header.scrolled .header-top {
      background-color: rgba(0,0,0, 1) !important;
}
nav.navbar {
      top: 0px;
      padding: 3px 0;
      background-color: #1A1A1A !important;
}
a.nav-link {
      color: #fff;
      font-size: 20px;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
}

img.site-logo {
      height: 44px;
}
body {
      padding-top: 52px;
      background-color: #0D0D0D;
}
a.a-link {
      color: #E0E0E0;
      font-size: 22px;
}
.orange-color {
      color: #ce5d1d !important;
}
body .card {
  background-color: #1F1F1F;
  color: #E0E0E0;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
body .card.robot-card {
      transition: all .3s ease-in-out;
}
body .card.robot-card:hover {
      cursor: pointer;
      background-color: #292929;
}
body .card.robot-card:hover span {
      transition: all .3s ease-in-out;
}

body .card.robot-card:hover span {
      color: #ce5d1d;
}
body .card .card-header {
      font-size: 22px;
      text-transform: uppercase;
      color: #ce5d1d;
}

.fs-txt {
      font-size: 20px;
}


footer {
      background: #171717;
}
footer .nav-link-footer {
      display: inline-block;
      margin: 0 10px;
      color: #fff;
      text-decoration: none;
      font-size: 18px;
}
footer p.copyright {
      margin: 0;
      padding: 8px 0;
      color: #fff;
      text-align: center;
}

ul li.nav-item {
      transition: all .3s ease-in-out;
}
ul li.nav-item:hover {
      background-color: #fff;
}
ul li.nav-item:hover a {
      color: #171717;
}
.nav-link:focus, .nav-link:hover {
      color: #171717;
}
h2.main-title {
      margin-bottom: 30px;
}
h2.main-title small {
      font-size: 24px;
      border-bottom: 5px solid green;
}

@media (max-width: 768px) {
      .header-top {
            display: none;
      }
      nav.navbar {
            top: 0;
      }
}