/*
  CSS variable overrides go in this file.
  e.g.
  :root {
    --primary-rgb: 53, 160, 168;
    --secondary-rgb: 76, 211, 221;
    --body-color-rgb: 255, 255, 255;
    --body-bg-rgb: 15, 15, 15;
    
  --navbar-brand-height: 32px;
  --footer-brand-height: 25px;
  }

  NOTE: Sass variable overrides prefixed with $ should be added to the _variables.scss file instead
*/

:root {
  --primary-rgb: 255, 255, 255;
  --secondary-rgb: 248, 248, 248;
  --input-focus-border-color-rgb: 0, 0, 0;
  --navbar-brand-height: 32px;
  --footer-brand-height: 24px;
}
.s72-cookie-consent-message a {
  color: #000000;
}

.s72-cookie-consent-message a:hover {
  color: #d3d3d3;
}

.s72-btn-cookie-consent {
  background-color: #d3d3d3;
}

@media only screen and (max-width: 500px) {
  .navbar-brand-logo {
    height: 27px;
  }
}
