/*
Copyright 2022 Chief Mechanic Limited
*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

.header-primary-bg {
  border-bottom: 1px solid #2e2e2e;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.header-primary-bg .btn, .header-primary-bg .btn-fill {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  color: #fff;
}

.navbar-brand {
  padding-top: 0.5em;
  padding-bottom: 0.35em;
}

.navbar-brand img {
  width: 275px;
}

.body-bg .btn-outline > span {
  color: #ffffff;
}