body {
	font-family: Verdana, sans-serif;
	color: #fff;
	background-color: black;
	background-image:
		radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
		radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
		radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
		radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
	background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
	background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 300px;
}

a {
	color: #fff;
}

header {
	padding-top: 10px;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 150px;
	text-align: right;
	float: left;
	height: 80px;
}

.logo img {
	width: 50px;
}


.menu {
	margin-bottom: 20px;
}

.menu a {
	margin: 0 2px;
	text-decoration: none;
	padding: 20px;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.menu a:hover, .menu a.selected {
	text-decoration: underline;
}

.gradientline {
	height: 7px;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.bigpic img {
	width: 100%;
	display: block;
}

.buy {
	position: absolute;
	top: 150px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px;
	border-radius: 10px;
	opacity:0.5;
	background: #000;
	padding: 20px;
}

.imgrow {
	margin-top: 10px;
}

.imgrow .imgcol {
  float: left;
  width: 32%;
  padding-left: 1%;
  font-size: 10px;
}

.imgrow .imgcol > img {
	width: 100%;
}

.imgrow .imgcol > span {
	padding-right: 2px;
}

/* Clear floats after image containers */
.imgrow::after {
  content: "";
  clear: both;
  display: table;
}

section {
    background: rgba(0,0,0,0.6);
	padding: 5px;
}

/*
.desc h1 {
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
*/

.flex-container {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.card {
	position: relative;
	background-color: #f1f1f1;
	margin: 10px;
	width: 350px;
	min-width: 350px;
	height: 112px;
	color: #000;
	border-radius: 10px;
}

.card img {
	border-radius: 10px 0 0 10px;
	height: 112px;
	width: 200px;
}

.num {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
}

.price {
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-size: 20px;
}

form {
	margin: 5px;
}

input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  height: 100px;
}