/* CSS Document */

body { margin: 0 }

#wrapper {
  height :100%;
  width :100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
  width: 100%;
  height: 95px;
}

#bar {
  width: 100%;
  background-color: #43545C;
  height: 41px;
  position: absolute;
  margin: auto 0px;
  top: 25px;
  z-index: -2;
}

#headcontent {
  height: 95px;
  width: 810px;
  margin: auto;
  z-index: -100;
  overflow: hidden;
}

#headcontent img {
  width: 249px;
  height: 95px;
}

#nav {
  height: 2em;
  font-size: 12px;
  margin-top: 37px;
  width: 550px;
  display: inline;
  float: right;
  text-align: right;
}

#nav a {
  text-decoration: none;
  color: #FFFFFF;
  margin-left: 28px;
}

.navlast a {
  margin-left: 0;
}


#nav a:hover {
  text-decoration: none;
  color: #CCC;
}

.hamburger, #mobile-menu-wrapper {
  display: none;
}

#content {
  width: 810px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: -5px;
  z-index: 1000;
}

#content a {
  color: #000000;
}

#sliderbox {
  width: 810px;
  height: 256px;
}

#boxes {
  width: 900px;
  height: 185px;
  display: block;
}

#reproductions {
  background-color: #D9BAA5;
  margin-right: 25px;
  padding: 7px 15px 25px 20px;
  width: 219px;
  height: 185px;
  font-size: 12px;
  float: left;
  margin-top: 20px;
}

#featured {
  margin-right: 25px;
  width: 255px;
  height: 208px;
  font-size: 12px;
  float: left;
  background-image: url(../graphics/featured-buddha.jpg);
  background-repeat: no-repeat;
  overflow: visible;
  background-position: right bottom;
  padding: 7px 0px 0px 0px;
  margin-top: 20px;
}

#featured-mobile {
  display: none;
}

#glass {
  background-color: #968780;
  padding: 7px 15px 25px 20px;
  width: 219px;
  height: 185px;
  font-size: 12px;
  float: left;
  margin-top: 20px;
}

#footer, #mobile-footer {
  color: #000000;
  font-size: 12px;
  border-top-width: 1px;
  border-top: #000;
  border-top-style: solid;
  height: 20px;
  width: 810px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

#footer a, #mobile-footer a {
  text-decoration: none;
  color: #43545C;
}

#mobile-footer {
  display: none;
  margin-bottom: 125px;
}
@media only screen and (max-width: 799px) {
  #body: { padding: 0; }
  #wrapper {
    font-family: Arial, sans-serif;
  }
  #header {
    height: auto;
  }
  #bar {
    top: 0;
    margin: 0;
  }
  #headcontent, #sliderbox {
    width: 90%;
  }
  #headcontent, #headcontent img, #bar { height: 3rem; }
  #headcontent img { width: auto; }
  #sliderbox {
    clear: both;
    margin-top: 2rem;
    margin-left: 5%;
    height: auto;
  }
  #nav {
    font-size: 1em;
    margin-top: 0;
    width: auto;
    max-width: 550px;
  }
  #nav a {
    display: none;
  }
  #nav a.hamburger {
    display: block;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-size: 2em;
    margin-top: .375rem;
  }
  #mobile-menu-wrapper {
    display: block;
  }
  #mobile-menu {
    background-color: #8CA2AC;
    margin: 0;
    padding: 0;
    display: none;
  }
  #mobile-menu li {
    list-style: none;
    padding: .3rem;
    text-align: center;
  }
  #mobile-menu li:first-child {
    padding-top: 1rem;
  }
  #mobile-menu li:last-child {
    padding-bottom: 1rem;
  }
  #mobile-menu li a {
    text-decoration: none;
    color: white;
    font-size: 1em;
  }
  #content {
    width: 100%;
    height: auto;
  }
  #boxes {
    height: auto;
    width: 90%;
    margin: 1rem auto;
    padding: 1rem 0;
  }
  .box-title {
    text-align: center;
  }
  #featured {
    display: none;
  }
  #reproductions, #featured-mobile, #glass {
    clear: both;
    display: block;
    float: none;
    font-size: .8em;
    height: auto;
    margin: 1rem auto 0;
    padding: 1rem;
    width: 80%;
  }
  #featured-mobile {
    padding-bottom: 1.5rem;
  }
  #buddha-description {
    width: 45%;
    text-align: right;
    float: left;
    padding-bottom: 0;
  }
  #buddha-image img {
    margin-top: .5rem;
    margin-left: 1.5rem;
    width: 8rem;
    height: auto;
  }
  #glass {
    background-color: #ada19c;
  }
  #footer {
    display: none;
  }
  #mobile-footer {
    border: none;
    clear: both;
    display: block;
    float: none;
    font-size: .75em;
    height: auto;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 389px) {
  #buddha-image img {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 389px) {
  #buddha-image img {
    width: 6rem;
    margin-top: 1.5rem;
  }
  #buddha-description {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 299px) {
  #buddha-image img {
    width: 5rem;
    margin-top: 2rem;
  }
}
