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

:root {
   --h-color: #520;
   --a-color: #830;
   --a-visited-color: #b61;
   --a-hover-color: maroon;
   --shade-bg: #ffe2bd none;

   --logo-width: 154px;
   --logo-height: 183px;
   --logo-image: url(/css/letterbox/construction/logo.webp);

   --header-color: yellow;
   --header-color-text-shadow: var(--dark-text-shadow);
   --header-color-bg: #daab03 url(/css/letterbox/construction/pattern.jpg);
   --header-a-color: white;
   --header-a-text-shadow: var(--dark-text-shadow);
   --header-bar-bg: white url(/css/letterbox/construction/titlebar.jpg);

   --nav-color: #c05608;
   --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: #600804;
   --nav-hr-width: 45px;
   --nav-hr-height: 50px;
   --nav-hr-bg: transparent url(/css/letterbox/construction/gap.png) no-repeat center center;
}

@media screen and (min-width:350px) {
   #content {
      padding-bottom: 190px;
      background: url(/css/letterbox/construction/corner3.gif) 50% 100% no-repeat;
   }
}

@media screen and (min-width:500px) {
   #content {
      background:
         url(/css/letterbox/construction/corner3.gif) 5% 100% no-repeat,
         url(/css/letterbox/construction/corner4.gif) 95% 100% no-repeat;
   }
}

@media screen and (min-width:800px) {
   #content {
      background:
         url(/css/letterbox/construction/corner3.gif) 5% 100% no-repeat,
         url(/css/letterbox/construction/corner4.gif) 75% 100% no-repeat;
   }
}

@media screen and (min-width:1000px) {
   #content {
      background:
         url(/css/letterbox/construction/corner3.gif) 5% 100% no-repeat,
         url(/css/letterbox/construction/corner4.gif) 50% 100% no-repeat;
   }
}
