<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Nav Bar */
.navbar-default {
  border-color: #b01c33;
  border-bottom-width: 3px;  /* Draw accent line on bottom border */
}

.navbar .navbar-header .navbar-brand img {
  max-height: 75px;
}

@media (max-width: 768px) {
  .navbar.navbar-fixed-top .navbar-collapse {
    margin-top: 95px;
  }
}

/*
 *  Hero Section
 */
.item.item-1 .buttons .btn-left
{
  border-color: #bf1f37;
}

/* Logos */
#clients .clients-bar-item img {
  max-height: 100px;
  width: auto;
}</pre></body></html>