body {
       background-color: #000000;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center;
       margin: 0;
       padding: 0;
    }
img {
  border:0;
}
table {
   border-collapse: collapse;
}
table#t01 {
  border: 0px;
}
table#t01 td {
  text-align: center;
}
div.mycontainer {
  width:100%;
  overflow:auto;
}
div.headerleft {
     background-color: #000000;
    float: left;
     overflow:auto;
}
div.headerright {
    display: flex;
    background-color: #000000;
    float: right;
    justify-content: right;
}
/*BEGINNING OF NEW STUFF*/

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:0px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:120%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#F62217;
   text-decoration:none;
   color:#000000;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#FFF;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#4CC417; /* Top menu items background colour */
   color:#000000;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#4CC417; /* Top menu items background colour */
   color:#000000;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*END OF NEW STUFF*/


p {
  line-height: 100%;
}
body {
    font-size: 12pt;
    font-family: Calibri; 
    color: #336600;
}

p.small {line-height:90%; font: 10pt 'Tahoma'; color: #336600;}
p.medium {line-height:90%; font: 12pt 'Tahoma'; color: #8BB381;}

H1 {
    font-family: Roboto, OpenSans, sans-serif; 
    font-size: 52pt; 
    font-weight:bold;
    color: #e6a42f;
      text-shadow: 2px 2px #800020;
     margin-bottom: 0;
 display: inline;
}
H2 {
    font-size: 22pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #FFFFFF; 
    text-decoration: none;
}
H3 {
    font-size: 16pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #e9ca87; 
    text-decoration: none;
}
H4 {
    display: inline;
    font-size: 20pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #000000; 
}
H5 {
    font-size: 22pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #FFFFFF; 
    text-shadow: 3px 3px 8px red;
     margin-bottom: 0;
}
p.pageheader {
    font-size: 32pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #FFFFFF; 
    text-shadow: 3px 3px 8px red;
     margin-bottom: 0;
}
p.product {
    font-size: 20pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #800000; 
    text-decoration: none;
    font-weight:bold;
}

p.smalltext {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #336600;
}
p.smalltextrd {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #F44545;
}
p.smalltextwt {
    font-size: 12pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
    display: inline;
}
p.smalltextred {
    font-size: 12pt;
    font-family: Georgia, Verdana, Trebuchet, sans-serif; 
    color: #90EE90; 
    text-decoration: none;
    display: inline;
    overflow:hidden; 
}
p.largetext {
    font-size: 16pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #000000; 
    text-decoration: none;
}
p.largetextrd {
    font-size: 16pt;
    font-family: Verdana, Trebuchet, sans-serif; 
    color: #90EE90; 
    text-decoration: none;
}
 p.blacksmalltext{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
    display: inline;
    overflow:hidden; 
    white-space: nowrap; 
 }
  p.videos{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
 }
  p.catstyle{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #8BB381;
 }
li.employment{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
}
li.trucksale{
    font-size: 14pt;
    font-family: Tahoma, serif; 
    line-height: 14pt;
    color: #FFFFFF;
}
p.footer {
    font-size: 20pt;
    font-family: Calibri, sans-serif; 
    color: #FFFFFF; 
    font-style: italic;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #000000;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
a.footer2:link, a.footer2:visited {
  font-size: 20pt;
    font-family: Calibri, sans-serif; 
    color: #FFFFFF; 
    font-style: italic;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #000000;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
a.footer2:hover, a.footer2:active {
  font-size: 20pt;
    font-family: Calibri, sans-serif; 
      background-color: #54C571; 
      color: #FFFFFF; 
    font-style: italic;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #000000;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
a.terms:link, a.terms:visited {
  font-size: 14pt;
    font-family: Roboto, OpenSans, sans-serif; 
    color: #FFFFFF; 

}
a.terms:hover, a.terms:active {
  font-size: 14pt;
    font-family: Roboto, OpenSans, sans-serif; 
      background-color: #54C571; 
      color: #FFFFFF; 
}
p.date {
    font-size: 20pt;
    font-family: Georgia, sans-serif;
    color: #000000; 
    text-shadow: #FFFF00 0.1em 0.1em 0.2em;
}
p.price {
   font-size: 16pt;
    font-family: Impact; 
    color: #e6a42f; 
    text-decoration: none;
    font-weight:normal;
    display:inline;
}
p.mangia {
    font-family: 'Kaushan Script';
    font-size: 20pt;
    color: #2EFE2E;
}
p.menu {
    display: inline;
    font-family: 'Kaushan Script';
    font-size: 18pt;
    text-decoration: underline;
    color: #F44545;
}
ul.menu {
    font-family: 'Kaushan Script';
    font-size: 18pt;
    font-style: italic;
    color: #000000;
}
p.footer {
    font-size: 18pt;
    font-family: Calibri, sans-serif; 
    color: #FFFFFF; 
    font-style: italic;
     display: inline;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #000000;
    text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
ul.catering {
    font-family: 'Kaushan Script';
    font-size: 14pt;
    font-style: italic;
    color: #F44545;
}

a.nav1:link, a.nav1:visited {
  font-size: 18pt;
  font-family: Helvetica, Arial, sans-serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.nav1:hover, a.nav1:active {
  font-size: 18pt;
  font-family: Helvetica, Arial, sans-serif; 
  background-color: #54C571; 
  text-decoration: none;
}
a.nav2:link, a.nav2:visited {
  font-size: 18pt;
  font-family: Georgia, serif; 
  color: #000000; 
   background-color: #FFFFFF; 
   text-decoration: none;
}
a.nav2:hover, a.nav2:active {
  font-size: 18pt;
  font-family: Georgia, serif; 
  background-color: #54C571; 
  text-decoration: none;
}
a.cnav:link, a.cnav:visited {
  font-size: 14pt;
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.cnav:hover, a.cnav:active {
  font-size: 14pt;
  font-family: Trebuchet MS; 
  background-color: #54C571; 
  text-decoration: none;
}
a.nobg:link, a.nobg:visited, a.nobg:hover, a.nobg:active {
  background-color: none; 
  text-decoration: none;
}
a:link, a:visited {
  font-size: 34pt;
  font-family: Trebuchet MS; 
  color: #000080; 
  text-decoration: none;
}
a:hover, a:active {
  font-size: 34pt; 
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.delta:link, a:visited {
  font-size: 34pt;
  font-family: Trebuchet MS; 
  color: #e6a42f; 
  text-decoration: none;
}
a.delta:hover, a:active {
  font-size: 34pt; 
  font-family: Trebuchet MS; 
  color: #e6a42f; 
  text-decoration: none;
}
a.footer:link, a.footer:visited {
  font-size: 12pt;
  font-family: Trebuchet MS; 
  color: #000000; 
  text-decoration: none;
}
a.footer:hover, a.footer:active {
  font-size: 12pt; 
  font-family:Trebuchet; 
  background-color: #FDD017; 
  text-decoration: none;
}
a.topm:link, a.topm:visited {
  font-size: 14pt;
  font-family: Georgia, serif; 
  color: #FFFFFF; 
  text-decoration: none;
}
a.topm:hover, a.topm:active {
  font-size: 14pt;
  font-family: Georgia, serif; 
  background-color: #54C571; 
  text-decoration: none;
}
div.gimg {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gimg:hover {
    border: 1px solid #777;
}

div.gimg img {
    width: 100%;
    height: auto;
}

div.gdesc {
    padding: 15px;
    text-align: center;
}
.menubutton {
  border: none;
  color: black;
  padding: 20px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #B87333;
}
.menubutton:hover {
  background-color: #4CAF50;
  color: white;
}
.navbar ul{
    list-style: none;
    background: #000000;
    padding: 0;
    margin: 0;
    text-align: center;
}
.menubutton2 {
  border: 4;
  border-color: white;
  border-radius: 25px;   
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: url(pizza.cur),auto;
  background-color: #e6a42f;
}
.menubutton2:hover {
  background-color: #e9ca87;
  color: white;
}
.menubutton3 {
  border: 2;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #e6a42f;
}
.menubutton3:hover {
  background-color: #e9ca87;
  color: white;
}
.navbar li {
    display: inline-block;
}
.navbar a {
    text-decoration: none;
    color: #fff;
    width: 150px;
    display: block;
    padding: 8px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.navbar a:hover {
    background: #76031D;
}
* {
  box-sizing: border-box;
}

.column {
  float: left;
  text-align: center;
  width: 20%;
  padding: 5px;
}
.column2 {
   float: left;
   text-align: center;
  width: 10%;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.CaptchaDiv {
    background-color: #30AD2E;    
  text-align: center;
    width: 40%;
}
.SignupDiv {
    background-color: #FFFFE0;    
  text-align: center;
  padding-top: 1px;
  padding-bottom: 3px;
  width: 45%;   
}
.MainDiv {
    background-color: #993323;    
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;   
}
.MainDiv2 {
    background-color: #993323;    
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 95%;   
}
.FormDiv {
    background-color: #FFFFFF;    
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 70%;   
}
.fcolumn {
  float: left;
  width: 30%;
  padding: 1px;
  text-align: left;
}
.fcolumn2 {
  float: left;
  width: 10%;
  padding: 1px;
  text-align: left;
}
/* Clear floats after the columns */
.frow:after {
  content: "";
  display: table;
  clear: both;
  width:100%;
}

p.address{
    font-size: 20pt;
    font-weight: bold;
    font-family: Tahoma, serif; 
    line-height: 16pt;
    color: #FFFFFF;
       display:inline
 }
 p.foottxt {
    font-size: 15pt;
    font-family: Calibri, sans-serif; 
    color: #FFFFFF; 
    display:inline;
}