/* Styling for periosShop.html */

#shop {

  position: relative;
  top: 200px;
}

#shop-content {
  position: relative;
  z-index: 101;
}

.shop-div {
  background-color: rgba(240, 240, 240, 0.75);
  padding: 8px;
  box-shadow: 4px 4px 4px rgba(53, 53, 53, 0.75);
  border-radius: 4px;
}

.shopping-nav {
  text-align: center;
}

.shopitem-div {
  padding: 8px;
}

.shopping-nav a {
  color: #353535;
  font-size: 20px;
}

.form-div {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
}

.lbl {
  font-weight: 200;
  font-size: 18px;
}



#periospop-img {
  width: 100%;
}

#greyper {
  width: 100%;
}

#periostees {
  width: 100%;
}

#macvers {
  width: 100%;
}

#psticker {
  width: 100%;
}

#shop-title-div {
  text-align: center;
}

.buy-but {
  text-decoration: none;
  color: #353535;
}
