/*
  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;
  }

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

:root {
  --primary-rgb: 136, 19, 42;
  --secondary-rgb: 153, 54, 73;
  --button-text-color:  #fff;
  --button-text-color-hover:  #fff;
  --footer-social-icon-hover: #fff;
  --header-brand-height: 65px;
  --footer-brand-height: 40px;
}

@media only screen and (min-width: 750px) {
  .sponsor-banner .sponsor-picture .sponsor-image  {
    width: 750px;
  }
}