@font-face 
{
    font-family: 'AlgerianD';
    src: url('fonts/AlgerianBasD.ttf') format("truetype");
    src: url('fonts/AlgerianBasD.woff') format("woff");
    src: url('fonts/AlgerianBasD.woff2') format("woff2");
}
@font-face 
{
    font-family: 'AlgerianSCD';
    src: url('fonts/AlgerianBasSCD.ttf') format("truetype");
    src: url('fonts/AlgerianBasSCD.woff') format("woff");
    src: url('fonts/AlgerianBasSCD.woff2') format("woff2");
}
@font-face 
{
    font-family: 'EnglischeSchreibschriftBQ';
    src: url('fonts/Englische-Schreibschrift-2-BQ-Regular.ttf') format("ttf");
    src: url('fonts/Englische-Schreibschrift-2-BQ-Regular.woff') format("woff");
    src: url('fonts/Englische-Schreibschrift-2-BQ-Regular.woff2') format("woff2");
}
@font-face 
{
    font-family: 'English';
    src: url('fonts/Englische-Schreibschrift-T-OT-Bold.ttf') format("truetype");
    src: url('fonts/Englische-Schreibschrift-T-OT-Bold.woff') format("woff");
    src: url('fonts/Englische-Schreibschrift-T-OT-Bold.woff2') format("woff2");
}
@font-face 
{
    font-family: 'EnglandHand';
    src: url('fonts/england-hand-db-regular.ttf') format("truetype");
    src: url('fonts/england-hand-db-regular.woff') format("woff");
    src: url('fonts/england-hand-db-regular.woff2') format("woff2");
}

*
{
  margin: 0;
  padding: 0;
}

body, html { height: 100%; min-height: 100%; }
body 
{ 
  background: #865935;
  font-family: 'verdana', sans-serif;
  font-size: 18px;
  cursor: default;
}

#canvas
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  xborder: dashed 2px red;
}
#canvas p { text-indent: 2em; margin: .5em 1em .5em 1em; }

p.left { text-align: left; }
.notice { border: solid 1px black; background: #B58B54; padding: .3em 1em .3em 1em; font-size: .8em; }
.warn { border: solid 4px #8F342B; background: #B58B54; padding: 0 .5em 0 .5em; font-size: .8em; }
.leftF { float: left; }
.rightF { float: right; }

a:link, a:visited, a:hover, a:active, a.art 
{
  font-family: 'AlgerianSCD', sans-serif; 
  color: #000159;
  font-weight: bold;
  cursor: pointer; 
  xwhite-space: nowrap;
}

h1 { font-family: 'AlgerianSCD', sans-serif; } 
.product-name 
{ 
  font-size: 1.2em;
  font-weight: bold;
  font-family: 'AlgerianSCD', sans-serif; 
  margin-bottom: .5em;
}
.product-description 
{ 
  margin-bottom: .5em;
  text-align: left;
}
.product-ingrediant 
{
  font-size: .9em;
  font-style: italic;
  margin-bottom: .5em;
  text-align: left;
}

#menu 
{ 
  position: fixed;
  top: 0px;
  display: inline-block;
  width: 70%;
  text-align: center;
  margin: auto;
  font-size: 1em;
  padding-bottom: .5em;
  background: #865935;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active
{
  text-decoration: none;
  color: #9cf;
  color: #9DB3E1;
  color: #7AC3FF;
}
#menu a:hover
{
  color: #EFDECE;
  color: black;
}
#menu a:link.selected, #menu a:visited.selected, #menu a:hover.selected, #menu a:active.selected
{ 
  color: #EFDECE;
  border-top: solid 1px #9cf;
  border-bottom: solid 1px #9cf;
}

.hide { display: none; }

#page-header
{
  width: 100%;
  font-family: 'AlgerianD', sans-serif; 
  padding-top: 1em;
  text-align: center;
  margin-top: 1em;
  xborder: dashed 1px yellow;
}
#page-footer
{
  width: 100%;
  padding-top: 1em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#page-footer p
{
  margin: 0;
  padding: 0;
}
#page-footer address
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 3em;
}
div.nhmade
{
  display: inline-block;
  vertical-align: middle;
  margin-left: 3em;
}

.logo
{
  width: 18em;
  max-width: 18em;
  display: inline-block;
  margin-right: 2em;
  font-family: 'AlgerianSCD', sans-serif; 
}
.logo-title
{
  display: inline-block;
  border: solid 1px black;
}
.logo-title h4
{
  font-size: 1.4em;
  padding: .2em;
  border: solid 2px black;
  margin: .1em;
  white-space: nowrap;
}
.logo-img
{
  width: 250px;
  display: inline;
}
.logo-header
{
  display: inline-block;
  vertical-align: top;
  margin-top: 1.5em;
  font-size: 1.7em !important; 
  text-align: center;
}

.buyingLogo .logo
{ 
  width: 13em; 
  max-width: 13em;
  text-align: center;
  margin-left: 5em;
  margin-bottom: 1em;
}
.buyingLogo .logo-title
{
  font-size: .7em;
}
.buyingLogo .logo-img
{
  width: 180px;
}
.logo-header
{
  font-size: 1.2em; 
}

#left-border, #right-border:
{
  position: fixed;
  background-size: contain;
}
#left-border
{
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 15%;
  background: linear-gradient(to right, #503415 30%, #865935 );
  float: left;
  height: 100%;
}
#right-border
{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 15%;
  background: linear-gradient(to right, #865935, #503415 70% );
  float: right;
  height: 100%;
}
hr.divider 
{ 
   border: 0; 
   height: 3px; 
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
   margin: .5em 0 .5em 0;
}
table.collapsed { border-spacing: 0; border-collapse: collapse;}
table.striped tr:nth-child(even) { background: #ddd }

table.product
{
  font-size: .8em;
  width: 100%;
  table-layout: fixed;
}
table.product td
{
  vertical-align: top;
  padding-bottom: 1em;
}
table.product td:nth-child(1)
{
  width: 200px;
}
table.product td:nth-child(2)
{
  padding: 0 1em 1em 1em;
}
table.product td:nth-child(3)
{
  width: 120px;
}
.product-name, .product-subname
{
  font-family: 'EnglandHand';
  margin: 0;
}
.product-name
{
  font-size: 2.3em;
}
.product-subname
{
  font-size: 1.5em;
  margin-bottom: .5em;
}
img.product
{
  padding: 0;
  margin: .2em;
  width: 200px;
  box-shadow: 3px 3px 5px 3px rgba(80, 52, 21, 0.8);
}

table.outlet
{
  font-size: 1em;
  width: 95%;
  xtable-layout: fixed;
  margin: auto;
  xwhite-space: nowrap;
}
table.outlet td { padding: .3em; vertical-align: top; text-overflow: ellipsis; }
td.city { font-family: 'AlgerianSCD', sans-serif; font-size: 1.2em; color: #000159; font-size: 1.2em !important; }
tr.outlet td { font-size: .9em; }
tr.outlet td:nth-child(4) { font-style: italic; font-size: .8em !important; }
td.state_name
{
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  font-family: 'AlgerianSCD', sans-serif; 
  color: #700;
}

img.divider
{
  width: 70%;
  margin: auto;
  height: 30px;
}

.collapsed { border-spacing: 0; border-collapse: collapse;}

div.nutrition
{
  display: inline-block;
  width: 15em;
  vertical-align: top;
  border: solid 1px black;
  margin: 1em 1em .5em 1em;
  padding: .5em 1em .5em 1em;
  background: #CFA359; 
}
div.nutrition h3
{
  font-size: 1.2em;
  font-family: 'AlgerianSCD', sans-serif; 
  color: #700;
  text-align: center;
}
div.nutrition span
{
  font-size: .7em;
  text-align: left;
  display: inline-block;
  margin-top: .5em;
  margin-bottom: 1em;
}
div.nutrition img
{
  margin: auto;
  margin-top: .5em;
  display: block;
}
button.nutrition
{
  background: #CFA359; 
  border: solid 1px black;
  border-radius: 5px;
  padding: 0 .3em 0 .3em;
  cursor: pointer; 
}
div.nutrition.dialog h3
{
  margin-bottom: .5em;
}
p::first-letter { font-size: 1.5em; font-family: 'AlgerianSCD', sans-serif; }
div.art_wrapper
{
  width: 100%;
  text-align: center;
}
div.ui-widget-overlay.ui-front
{
   background: black;
   opacity: .6;
}
