/* OQSHA subdomain brand theme: My Home Group
   SubDomain ID: myhome
   Requires document.documentElement.dataset.subDomain = "myhome"
   Asset paths are relative to /themes/myhome.css
*/
html[data-sub-domain="myhome"] {
  --brand-primary: #EF493D;
  --brand-primary-rgb: 239, 73, 61;
  --brand-hover: #D04035;
  --brand-disabled: #FAC1BD;
  --brand-on-primary: #FFFFFF;
  --brand-disabled-text: #FFFFFF;
  --brand-link: #EF493D;
  --brand-soft: #FEF0EF;

  --client-logo-url: url("../assets/logos/myhome-logo.png");
  --client-building-url: url("../assets/buildings/myhome-building.jpg");
  --client-building-position: center 48%;
  --client-logo-width: 74px;
  --client-logo-height: 42px;
  --nav-oqsha-height: 42px;

  --image-gradient-top: .03;
  --image-gradient-mid: .15;
  --image-gradient-bottom: .84;
  --image-brand-wash: .20;

}
