:root {
  --bs-primary: #EF3C24;
  --bs-secondary: #282828;
  --bs-success: #2B8A3E;
  --bs-danger: #EF3C24;
  --bs-warning: #FFC107;
  --bs-info: #0DCAF0;
  --bs-light: #F8F9FA;
  --bs-dark: #212529;
  --bs-body-color: #F8F9FA;
  --bs-link-color-rgb: 227, 140, 10;
  --bs-link-hover-color-rgb: 227, 140, 10;
  --bs-emphasis-color:#E38C0A;
}

:root {
  --bs-body-bg: var(--bs-secondary);
}

.nav-logo {
  height: 36px;
}
.icon-link {
  color: #E38C0A;
}
strong {
  color: #E38C0A;
}
a {
  font-weight: 600;
}

.text-over-img {
  margin-left: -5em;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .text-over-img {
    margin-left: 0;
    margin-top: -5em;
  }
}
