h1 {
  font:italic bold  18pt georgia ;
  color:#ff2700;
}
body{
    background:url(images/bg.jpg) fixed #f8efdd;
    font:normal normal 10pt arial;
}
img {
  max-width:98%;
}
#products img{
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
#products button{
  position:relative;
  top:-26px;
  -ms-transform: rotate(7deg); /* IE 9 */
  -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
  transform: rotate(7deg);
}

p{
margin:5px;
text-align:justify;
}

ul {
  font:normal normal 14pt arial;
  color:gray
}
li {
  text-align:left;
}

button{
  background:#ff2700;
  color: white;

  /*text-shadow: 1px 1px 2px black, 0 0 0px red, 0 0 2px black; */
  border-radius:15px;
  cursor:pointer;
  border:0pt solid #888888;
  border-bottom:1pt solid #d8d8d8;
  border-right:1pt solid #d8d8d8;
}

button:hover{
  color:white;
    background: #706f6f;
  background-image: -webkit-linear-gradient(top, #706f6f, #ffffff);
  background-image: -moz-linear-gradient(top, #706f6f, #ffffff);
  background-image: -ms-linear-gradient(top, #706f6f, #ffffff);
  background-image: -o-linear-gradient(top, #706f6f, #ffffff);
  background-image: linear-gradient(to bottom, #706f6f, #ffffff);
  text-shadow: 2px 2px 2px black, 0 0 0px gray, 0 0 1px black;
}

.main {
  display:block;
  margin:0px auto;
  width:100%;
  text-align:center;
}
a {
  text-decoration:none
}

.etsy{
    font:normal Bold 14pt Bookman Old Style;
    color:#f56400;
}
.etsyLink{
  display:inline-block;
  width:250px;
  height:30px;
  margin:5px;
  font:normal normal 12pt Arial;
}

.content {
  display:block;
  background:#ffffff;
  margin:0px auto;
  width:900px;
  max-width:96%;
  border:1pt solid #f8f8f8;
  border-radius:10px;
}

.onecolumn{
  display:block;
  margin:0px auto;
  width:90%;
  text-align:left;
}
.twoColumn{
  display:inline-block;
  margin:0px auto;
  width:45%;
}
@media (max-width:400px) {
    .twoColumn{
      display:block;
      width:98%;
    }

}