body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#container {
  position: relative;
}
#product-svg {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
  border:1px solid #000000;
}
#product-shape {
  fill: #ad9847;
}
#bottom {
  fill: #000000;
}
#background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 508;
  height: 195;
  border:1px solid #000000;
}
.jscolor {
  position: fixed;
  top: 150px ;
  left: 520px;
  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: 520px;
  z-index: 2;
}
.someinput {
  display: flex;
  position: fixed;
  top: 220px;
  left: 150px;
  z-index: 2;
  font-family: 'myfont';font-size: 12px;
}
.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: 60px;
    left: 180px;
    z-index: 3;
  font-family: 'myfont';font-size: 32px; color: black;
}
.starrated2 {
    position: absolute;
    top: 90px;
    left: 270px;
    z-index: 3;
  font-family: 'myfont';font-size: 13px; color:black;
}
.awarded {
    position: absolute;
    top: 170px;
    left: 400px;
    z-index: 3;
  font-family: 'myfont';font-size: 18px; color:#ad9847;
}
.centered {
  position: absolute;
  top: 20px;
  left: 260px;
  transform: translate(-50%, -50%);
  font-family: 'myfont';font-size: 14px;color: black;
  z-index: 3;
} 
.citystate {
  position: absolute;
  top: 35px;
  left: 260px;
  transform: translate(-50%, -50%);
  font-family: 'myfont';font-size: 12px;color: black;
  z-index: 3;
} 
.someinput2{
  display: flex;
  position: fixed;
  top: 220px;
  left: 260px;
  z-index: 2;
  font-family: 'myfont';font-size: 12px;
}
.bottomtext {
      position: absolute;
    top: 110px;
    left: 5px;
    z-index: 3;
  font-family: 'myfont';font-size: 20px; color: #ad9847;
}
.fdic {
    position: absolute;
    top: 0px;
    z-index: 4;
}
.color-inst {
    position: absolute;
    top: 65px;
    left: 525px;
  font-family: 'arial';font-size: 10px; color: #000000;
}
.colorb-inst {
    position: absolute;
    top: 135px;
    left: 525px;
  font-family: 'arial';font-size: 10px; color: #000000;
}
.seal {
    position: absolute;
    top: 0px;
    height: 195px;
    width: 508px;
    z-index: 5;
}
.watermark {
	position: absolute;
	top: 0px;
	height: 195px;
	width: 508px;
      z-index: 6;
}
.starsband {
	position: absolute;
	top: 0px;
	height: 195px;
	width: 508px;
      z-index: 3;
}
@font-face {
    font-family: myfont;
    src: url('BERNHC.eot?#iefix') format('embedded-opentype'),
    url('BERNHC.TTF')  format('truetype');
}

