@-ms-viewport {
  width: device-width;
}

html,body{
  width: 100%:
  height: 100%;
  background-color: #fff;
  margin: 0;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  color: black;
  text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}

.margin-center{
  margin: 0 auto;
}
.text-center{
  text-align: center;
}
.text-just{
  text-align: justify;
  text-justify: inter-word;
}
.spacer{
  height:52px;
}
.float-right{
  float: right;
}
.clearfix {
  overflow: auto;
}
.section-container{
  max-width: 980px;
  margin: 0 auto;
  /*text-align: center;*/
}
/*Product page*/
.product-container{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;

}
.product{
  width: 225px;
  height: 225px;
  margin: auto;
  border: 6px solid black;
  margin: 10px;
}
.product:hover{
  border: 1px solid #dcdcdc;
}
.modal-body img{
  max-width: 350px;
  height: auto;
}
.modal-body-chart img{
  max-width: 600px;
  height: auto;
}

/*contact page*/
.contact-page{
  background-color: #dcdcdc;
  text-align: left;
  padding: 20px;
}
.about-n-contact{
  width: 350px;
  margin: auto;
}
.email-section{
  max-width: 300px;
}
.btn-email{
  min-width: 300px;
}
/*FAQ*/
.chart{
  max-width: 780px;
  margin: 0 auto;
}
.amazon_logo{
  max-width: 100px;
}