body {
    scroll-behavior: smooth;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
  color: #006cdc;
}

.topgear-phones__inhead a {
  margin: 0;
  font-size: 1em;
  align-self: flex-start;
}

.topgear-phones__inhead {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.rd-navbar-aside-right .icon-image {
  display: block;
  width: 3em;
}

.rd-navbar-panel .brand-name img {
  width: 3em;
}


.topgear-divider {
  display: inline-block;
}

.topgear-map {
  background-image: url(../images/map.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.topgear-maplink {
  padding: 0;
}

.topgear-brandname {
    display: inline-block;
    text-transform: none !important;
}

.topgear-list {
  text-align: left;
  list-style: square;
  padding-left: 5em;
}

.topgear-social {
  display: block;
  width: 2em;
  height: 2em; 
}

@media (max-width: 768px) {
    
    .rd-navbar-brand .brand-name {
        font-size: 2em;
    }
}

@media (min-width: 480px) {
  .ui-to-top {
    left: 40px;
    bottom: 40px;
  }
}
