html {
  min-height: 100%;
}
img {
  max-width: 100%;
}
#miniTop, 
#minContact {
  display: none;
  width: 0;
  height: 0;
}
body {
  background-color: #b5c29f;
  font-family: "EB Garamond",serif;
  border: 0;
  margin: 0;
  padding: 0;
  background: #c8d6b1; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #c8d6b1 0%, #acc199 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c8d6b1), color-stop(100%,#acc199)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #c8d6b1 0%,#acc199 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #c8d6b1 0%,#acc199 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #c8d6b1 0%,#acc199 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #c8d6b1 0%,#acc199 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d6b1', endColorstr='#acc199',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#column1 {
  display: block;
  position: relative;
  max-width: 450px;
  color: #584731;
  text-align: center;
}
#title {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.7em;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
#title h2 {
  font-weight: normal;
  margin: 0;
  font-size: .8em;
  line-height: 1.2em;
}
#title p {
  font-size: 0.5em;
  margin: .5em;
}
#title img {
  margin-top: .2em;
}
#title a:link {
    color: #996;
    text-decoration: none;
}
#title a:visited {
    color: #CC6;
    text-decoration: none;
}
#title a:hover {
    color: #CC6;
    text-decoration: none;
}
#contact {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
#contact a:link,
#minContact a:link {
    color: #584731;
    text-decoration: none;
}
#contact a:visited,
#minContact a:visited {
    color: #584731;
    text-decoration: none;
}
#contact a:hover,
#minContact a:hover {
    color: #CC3300;
    text-decoration: none;
}
#contact a:active,
#minContact a:active {
    color: #630;
}
#nav {
   position: relative;
   width: 100%;
   font-size: 1em;
   text-align: center;
   height: auto;
}
#nav a:link {
  color: #584731;
  text-decoration: none;
}
#nav a:visited {
  color: #584731;
  text-decoration: none;
}
#nav a:hover {
  color: #CC3300;
  text-decoration: none;
}
#nav a:active {
  color: #630;
}
#nav ul {
  padding: 0;
}
#nav li {
   list-style-type: none;
   list-style-position: default;
   line-height: 1.5em;
}
#hours {
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 1em;
}
#hours h2 {
   text-align: center;
   font-size: 1.3em;
   font-weight: normal;
}
.smaller {
   font-size: 80%;
}
#bigBox {
   max-width: 900px;
   height: 556px;
   margin: 55px auto;
   border: solid 2px #600;
}
#content {
   position: relative;
   float: right;
   width: 480px;
   margin-top: 9px;
   margin-right: 10px;
   height: 520px;
   background-image: url(pix/hands4.jpg);
   color: #333;
   padding: 10px;
   background-repeat: no-repeat;
   background-position: 0 0;
}
#content h3 {
   text-align: center;
   margin-bottom: 0px;
   color: #600;
   font-weight: normal;
}
#Scroller-1 { 
   position: absolute;
   margin-left: 0px;
   overflow: auto;
   width: 480px;
   height: 450px;
}
#Scroller-1 p {
   margin: 0; padding: 10px 20px;
   font-size: .9em;
   color: #600;
}
.hr {
  background-color: #600;
  height: 4px;
  width: 50%;
  margin-left: 25%;
}
.it {
  font-style: italic;
}
.center {
   text-align: center;
}
.photo-center {
  margin-left: 30px;
}
.wrap {
  float: left;
}
.photo-left {
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}
.photo-right {
  float: right;
  margin-right: 20px;
  margin-left: 10px;
}
.clear {
    clear: both;
    float: none;
    height: 0;
}
#Scroller-1 ul {
  margin: 0;
  font-size: .9em;
  padding: 10px 30px;
  color: #600;
}
#facebook {
    position: relative;
    text-align: center;
    font-size: .9em;
    margin-top: -40px;
  }
  #facebook a {
    text-decoration: none;
    color: #31478e;
    vertical-align: 12%;
  }
  #facebook a:hover {
    color:#4576ff;
  }
  #facebook img {
    margin-left: .3em;
  }
@media only screen and (max-width: 828px) {
  #col1Photo {
    width: 0px;
    height: 0px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    margin: 0;
    padding: 0;
    color: #584731;
    text-align: center;
  }
  
  #bigBox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }
    #column1 {
    width: 0px;
    height: 0px;
    border: 0;
    display: none;
  }

  #content {
    float: none;
    margin: 0 auto;
    padding: none;
    margin-top: 2px;
    width: 100%;
    max-width: 480px;
  }
  
  #miniTop {
    width: 100%;
    height: auto;
    display: block;
  }
  #miniHeader h2 {
    font-weight: normal;
  }
  #menuBar {
    position: relative
    height: 26px;
    width: 100%;
    text-align: left;
    background-color: #584731;
  }
  #menuBar a {
      color: #fffbe9;
      text-decoration: none;
      margin-left: 10px;
  }
  #menuBar a:active {
    color: #765;
  }
  .right {
    position: absolute;
    right: 5px;
  }
      #miniNav {
        position: absolute;
        z-index: 9;
        width: 100%;
      }
      #miniNav ul, #miniNav:active ul { 
        position: absolute;
        background: #584731;
        border-top: 1px solid #422807;
        border-right: 1px solid #444;
        border-bottom: 1px solid #444;
        border-left: 1px solid #444;
        right: 0px;
        top: 0;
        width: 150px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
      }
      #miniNav li {
        list-style: none;
        text-align: right;
        font-size: .99em;
        width: 100%;
        padding: 9px 0;
        border-bottom: 1px gray solid;
      }
      #miniNav li:first-child {
        padding-top: 10px;
      }
      #miniNav li:last-child {
        border-bottom: none;
      }
      #miniNav:hover ul {
        display: block;
      }
      #miniNav:active li {
        color: #ccc;
      }
        #miniNav a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        color: #eeead7;
      }
      #miniNav a:hover {
        color: #fefae7;
      }
      #miniNav a:active {
        color: #faa;
      }
      #minContact {
        width: 100%;
        height: auto;
        display: block;
      }
 }
@media only screen and (max-width: 480px) {
      #content {
        position: relative;
        height: auto;
        width: 100%;
        padding: 0;
        border: 0;
        background-color:  #fdfbe6;
        background-image: none;
        margin-top:0px;
        text-align: left;
        overflow: visible;
     }
     #content h3 {
       margin-top: 0;
     }
     #Scroller-1 {
     height: auto;
     width: 100%;
     overflow: visible;
     position: static;
     padding: 0;
     border: 0;
     margin: 0;
     }
}
 