
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

body {
  background-image: url("images/yaffle/grain01.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* For width smaller than 905px: */
.logobar {
  border: solid 0px #ffffff;
  height: 174px;
  width: 390px;
  padding: 0px;
  margin: auto;
  background-image: url("images/yaffle/yclocol2.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* For width 905px and larger: */
@media only screen and (min-width: 905px) {body
.logobar {
  border: solid 0px #ffffff;
  height: 135px;
  width: 905px;
  padding: 0px;
  margin: auto;
  background-image: url(images/yaffle/yclocol1.png);
  background-position: center;
  background-repeat: no-repeat;
}}


/* For width smaller than 905px: */
.navbar {
  float: right;
  right: 0px;
  height: 0px;
  width: 100%;
  border: solid 0px #ffffff;
  padding: 0px;
  margin: 165px 0px 0px 0px;
}

/* For width 905px and larger: */
@media only screen and (min-width: 905px) {body
.navbar {
  float: right;
  right: 0px;
  height: 30px;
  width: 850px;
  border: solid 0px #ffffff;
  padding: 0px;
  margin: 115px 0px 0px 0px;
}}

/* For width smaller than 905px: */
.menubar {
  float: right;
  padding: 0% 0% 0% 4%;
  font-weight: bold;
}

/* For width 905px and larger: */
@media only screen and (min-width: 905px)
.menubar {
  float: right;
  padding: 0% 0% 0% 14%;
  font-weight: bold;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.menulist {
  float: left;
  text-align: left;
  font-weight: bold;
  padding: 0% 4% 0% 2%;
}

.item3 {
   width: 300px;
   height: 20px
   padding: 0px 0px 0px 0px;
   margin: auto;
   text-align: center;
   border: groove;
   font-weight: bold;
}


.shops {
   display: inline-block;
   border: solid 15px red;
   border: solid 10px #ffffff;
   text-align: center;
   padding: 5px;
   width: 200px;
   height: 20px;
   position: center;
   margin: auto;
   box-shadow: 0px 8px 15px 0px;
   text: bold
}

.button:hover {
    box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.24), 0px 10px 20px 0px rgba(0,0,0,0.19);
}

.button3 {border-color: #f1641e;} /* Etsy orange */

