html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #66696C;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background.png) repeat left top;
  min-width: 320px;
  overflow: scroll;
  padding-left: 6px;
  padding-right: 10%;
}

a:link, a:hover {
  color: #66696C;
  text-decoration: underline;
}

a:active, a:visited {
  color: #6EBC14;
  text-decoration: underline;
}

.wrap {
  width: 90%;
  /*min-height: 480px;*/
  max-width: 945px;
  background: #F4F3EF;
}

.body-header {
  min-height: 126px;
  /*min-width: 380px;*/
  overflow: hidden;
}

  .body-header .blacktab {
    float: left;
    position: relative;
    margin-top: 4px;
    /*right: -2px;*/
    width: 164px;
    height: 115px;
    background: url(../img/blacktab.png) top left no-repeat;
  }

  .body-header .logo {
    position: relative;
    top: 8px;
    left: 22px;
    /*width: 220px;*/
    height: 91px;
  }

  .body-header .title {
    padding-top: 70px;
    padding-left: 12px;
    text-transform: uppercase;
    font-family: 'Voces', cursive;
    color: #1e1e1e;
  }

    .body-header .title h1 {
      text-transform: uppercase;
      font-family: 'Voces', cursive;
      font-size: 20px;
      color: #1e1e1e;
    }

  .body-header .social {
    float: right;
    padding-top: 6px;
    padding-right: 12px;
    height: 32px;
    display: flex;
    overflow: hidden;
  }

.etsy {
  float: right;
  background: url(../img/etsy.ico) no-repeat top;
  margin: 0 10px 0 0;
  height: 32px;
  width: 32px;
  display: block;
}

  .etsy a:hover, .etsy a:active, .etsy a:focus {
    text-decoration: none;
  }

.instagram {
  float: right;
  background: url(../img/instagram.ico) no-repeat top;
  margin: 0 10px 0 0;
  height: 32px;
  width: 32px;
  display: block;
}

  .instagram a:hover, .instagram a:active, .instagram a:focus {
    text-decoration: none;
  }

.page {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.main {
  margin: 20px 26px 0px 0px;
  padding-bottom: 25px;
  /*float: left;*/
  /*left: 184px;*/
}

.sidebar {
  float: left;
  margin: 40px 0px 0px 35px;
  width: 184px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
}

  .sidebar h2 {
    text-transform: uppercase;
    font-family: 'Voces', cursive;
    font-size: 14px;
    color: #66696C;
  }

  .sidebar a:link, a:hover, a:visited {
    color: #6EBC14;
    text-decoration: underline;
  }

  .sidebar .item {
    margin-bottom: 35px;
  }

@media (max-width: 620px) {
  .sidebar {
    display: none;
  }
}

.footer {
  width: 100%;
  height: 105%;
  float: left;
}

  .footer .email {
    position: relative;
    float: left;
    padding: 4px;
    padding-right: 20px;
  }

.project {
  text-align: left;
  padding-left: 4px;
}

  .project img {
    width: 100%;
    max-width: 250px;
  }


.detail {
  padding-left: 4px;
}

  .detail .carousel {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .detail .primaryImg {
    width: 100%;
    min-width: 250px;
    max-width: 700px;
  }

  .detail .description {
    width: 100%;
    min-width: 250px;
    max-width: 700px;
  }

  .detail .quantity {
    font-size: 16px;
    color: #d00739
  }

/*

#menu {
  padding-right: 120px;
  padding-bottom: 20px;
  position: relative;
  top: 27px;
  left: 6px;
  display: block;
}

  #menu a {
    display: block;
    width: 100px;
    height: 32px;
    background-position: left top;
    background-color: transparent;
    text-align: center;
    color: black;
    line-height: 32px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-top: 5px;
  }

*/
