@import url(/css/base.css);

:root {
   --h-color: #4d2600;
   --a-color: #630;
   --a-visited-color: #940;
   --a-hover-color: maroon;
   --content-bg: #fff none;
   --shade-bg: #ffe9cc none;

   --logo-width: 181px;
   --logo-height: 197px;
   --logo-image: url(/css/holidays/tlusty-czwartek/logo.webp);

   --header-color: white;
   --header-color-text-shadow: var(--dark-text-shadow);
   --header-color-bg: #300 none;
   --header-a-color: #fed;
   --header-a-text-shadow: var(--dark-text-shadow);
   --header-bar-bg: #ffe4c4 url(/css/holidays/tlusty-czwartek/titlebar.jpg);

   --nav-color: #7b4221;
   --nav-a-color: white;
   --nav-a-text-shadow: var(--dark-text-shadow);
   --nav-sub-a-color: #210;
   --nav-sub-a-text-shadow: var(--light-text-shadow);
   --nav-a-hover-color: yellow;
   --nav-a-hover-bg-color: #630000;
}

@media screen and (min-width:300px) {
   #content {
      padding-bottom: 232px;
      background: url(/css/holidays/tlusty-czwartek/corner3.jpg) 50% 100% no-repeat;
   }
}

@media screen and (min-width:650px) {
   #content {
      padding-bottom: 230px;
      background:
         url(/css/holidays/tlusty-czwartek/corner3.jpg) 16px 100% no-repeat,
         url(/css/holidays/tlusty-czwartek/corner4.jpg) 100% 100% no-repeat;
   }
}
