:root {
	--main-bg: #fff5f2;
	--main: #cb3025; /*#e72315;*/
	--main-tx: #ffffff;
	--main-tx-dark: #000;
	--acc-dark: #a0150b;
	--acc-dark-tx: #ffffff;
	--acc-light: #ffafa2;
	--acc-light-less: #ff8c84;
	--acc-light-tx: #ffffff;
	--main-product: #ffc837;
	--main-product-tx: #ffffff;
	--transparent: rgba(255,255,255,0.0);
	--selected: #f0c027;
	--selected-bg: #ffdf4f;
	--selected-bg-tx: #a0150b;
	--p18: #ba4e47;
	--main-tx-disabled: #888;
	--main-tx-dark-less: #888;
  }


body{
  background:url('images/topbg.webp') center top no-repeat var(--main-bg);
  background:url('https://cloud.deallo.eu/data/rz/styles/wa/images/topbg.webp') center top no-repeat var(--main-bg);
  
  padding:0;margin:0;}
div#logo a{
  background:url('images/rzeszowiak_eu_logo_v3.png') 0 0 no-repeat;
  background:url('https://cloud.deallo.eu/data/rz/styles/wa/images/warszawiak_eu_logo_v3.png') 0 0 no-repeat;
}

div#logo h1 {
  left: 107px;
}

#logo .santa-hat { 
    /*
  top: -8px;
  left: 42px;
  transform: rotate(15deg); 
  */
  top: 24px;
  left: 226px;
  transform: rotate(15deg);
  width: 35px;
  height: 35px;
  }


@media only screen and (max-width: 600px) { 
body{
  background:url('images/topbg.webp') -836px 0 no-repeat var(--main-bg);
  background:url('https://cloud.deallo.eu/data/rz/styles/wa/images/topbg.webp') -836px 0 no-repeat var(--main-bg);
  padding:0;margin:0}
}