body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#container {
  position: relative;
}
#product-svg {
  top: 10px;
  left: 20px;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
#product-shape {
  fill: #ad9847;
}
#bottom {
  fill: #000000;
}
#background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 555px;
  z-index: 1;
}
.jscolor {
  position: fixed;
  top: 400px ;
  left: 300px;
  z-index: 3;
  padding: 1em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.colors {
  display: flex;
  position: fixed;
  top: 20px;
  left: 300px;
  z-index: 2;
}
.someinput {
  display: flex;
  position: fixed;
  top: 130px;
  left: 270px;
  z-index: 2;
  font-family: 'myfont';font-size: 16px;
}
.color {
  height: 36px;
  width: 36px;
  margin-left: 0.5em;
  border-radius: 18px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  border: 2px solid #aaa;
  cursor: pointer;
}
.starrated {
    position: absolute;
    top: 150px;
    left: 36px;
    z-index: 3;
  font-family: 'myfont';font-size: 32px; color: black;
}
.starrated2 {
    position: absolute;
    top: 180px;
    left: 38px;
    z-index: 3;
  font-family: 'myfont';font-size: 16px; color:black;
}
.awarded {
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 3;
  font-family: 'myfont';font-size: 18px; color:#ad9847;
}
.centered {
  position: absolute;
  top: 40px;
  left: 115px;
  transform: translate(-50%, -50%);
  font-family: 'myfont';font-size: 22px;color: black;
  z-index: 3;
} 
.citystate {
  position: absolute;
  top: 80px;
  left: 90px;
  transform: translate(-50%, -50%);
  font-family: 'myfont';font-size: 12px;color: black;
  z-index: 3;
} 
.someinput2{
  display: flex;
  position: fixed;
  top: 160px;
  left: 250px;
  z-index: 2;
  font-family: 'myfont';font-size: 12px;
}
.bottomtext {
      position: absolute;
    top: 410px;
    left: 30px;
    z-index: 3;
  font-family: 'myfont';font-size: 18px; color: #ad9847;
}
.fdic {
    position: absolute;
    top: 0px;
    z-index: 4;
}
.seal {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 508px;
    width: 195px;
    z-index: 5;
}
.watermark {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 508px;
	width: 195px;
      z-index: 6;
}
.starsband {
	position: absolute;
	top: 10px;	
	left: 20px;
	height: 508px;
	width: 195px;
      z-index: 3;
}
.boblogo {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 360px;
	width: 195px;
      z-index: 3;
}
@font-face {
    font-family: myfont;
    src: url('BERNHC.eot?#iefix') format('embedded-opentype'),
    url('BERNHC.TTF')  format('truetype');
}
.color-inst {
    position: absolute;
    top: 65px;
    left: 305px;
  font-family: 'arial';font-size: 10px; color: #000000;
}
.colorb-inst {
    position: absolute;
    top: 385px;
    left: 305px;
  font-family: 'arial';font-size: 10px; color: #000000;
}

