/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: #000000;
  background-color: rgba(151, 195, 92, 1.00);
  background-color: rgba(151, 195, 92, 1.00);
  margin: 20px;
  padding: 0;
}
#masthead {
  color: #999999;
  background-color: #000000;
  padding: 0px;
  margin: 0;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
}
#center {
  width: 1000px;
}
#navbar {
  background-color: #195a03;
  padding: 0px 0px 10px 0px;
  margin: 0;
}
#center .content {
  padding: 20px 10px;
  font-size: 0.8em;
  line-height: 1.65em;
  background: #e0edce;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4), inset 0 7px 2px -7px rgba(0, 0, 0, 0.8), inset 0 7px 5px -7px rgba(0, 0, 0, 0.8), inset 0 7px 15px -7px rgba(0, 0, 0, 0.4);
}
#masthead .content {
  padding: 0px;
}
#footer .content {
  padding: 12px 20px;
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
}
#footer {
  color: #FFF;
  background-color: rgba(14, 55, 0, 1.00);
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
}
.menulist {
  margin: 6px 0 12px 0;
  padding: 0;
  list-style-type: none;
}
#center a:link {
  color: #900;
  font-weight: bold;
}
#center a:visited {
  color: #900;
  font-weight: bold;
}
#center a:hover {
  color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
  color: #000000;
  border-left: 6px solid #FFFFFF;
  padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
  border-color: #000000;
}
#footer a:link {
  color: #FFF;
  transition: width .2s;
  -webkit-transition: all .2s;
}
#footer a:visited {
  color: #FFF;
}
#footer a:hover {
  color: #CCC;
}
.p7uberlink {
  font-weight: bold !important;
  border-color: #000000 !important;
  color: rgba(25, 89, 3, 1.00) !important;
}
h1 {
  font-size: 1.6em;
  margin: 0;
}
h2 {
  font-size: 1.3em;
  margin: 10px 0 0 0;
}
h3 {
  font-size: 1.2em;
  margin: 10px 0 0 0;
}
h4 {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}
.nomargintop {
  margin-top: 0;
}
.content p {
  margin: 12px 0;
}
.afloatright {
  float: right;
  padding: 10px 0px 8px 10px;
  margin: 0;
  text-align: right;
}
.floatleft {
  float: left;
  padding: 10px 10px 8px 0px;
  margin: 0;
}
.afloatcenter {
  display: block;
  margin: 0 auto;
}
.photocaption {
  font-size: 12px;
}
.specials {
  float: right;
  width: 300px;
  margin: 0;
  padding: 5px;
  color: #630;
  background-color: #FFF;
  text-align: center;
  border: 2px solid #F00;
}
.specialshead {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.redbox {
  float: right;
  width: 300px;
  background-color: #fff;
  border: 1px solid red;
  margin: 8px 0 8px 8px;
  padding: 8px;
}
.photocaption {
  font-size: 10px;
  font: Verdana, Geneva, sans-serif;
  line-height: 14px;
}
.clearfloat {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.centertext {
  text-align: center
}
.pumpkins {
  background: linear-gradient(45deg, #f58800, #bb5300);
  display: flex;
  flex-direction: row;
  column-gap: 10px;
    color: #fff;
    text-shadow: 0 1px 2px #00000080, 0 5px 8px #00000030;
    font-size: 1.3em;
    overflow: hidden;
    border-radius: 15px;
}
.pumpkins div {
    align-content: center;
    padding: 20px;
}
.pumpkins img {
    padding: 40px 10px 30px 10px; background: #fff;
}
.pumpkins h2 {
  font-family: "Mystery Quest", system-ui;
    font-weight: 400;
  font-style: normal;
    font-size: 2.3em;
}
}

