body {
  font-family: "Montserrat", sans-serif;
  /* background: #68f9b1; */
  color: white;
  overflow-x: hidden;
}

div {
  opacity: 0.85;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  background: #4f5954;
  padding: 5%;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
div h1 {
  margin-top: -5%;
  margin-bottom: 5%;
  font-size: 1.4em;
}
div form p.noDisplayRadio {
  display: none;
}
div form p.noDisplayHeight {
  display: none;
}
div form p.noDisplayWeight {
  display: none;
}
div form p.noDisplayAge {
  display: none;
}
div form p.color {
  color: red;
}
div form input.box {
  font-family: Montserrat, sans-serif;
  width: 15%;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  color: white;
}
div form input.box::placeholder {
  color: White;
}
div form button {
  width: 20%;
  padding: 1%;
  color: white;
  font-family: "Montserrat", sans-serif;
  weight: 500;
  background: #68f9b1;
  border-radius: 5px;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
div form button:hover {
  background: #4f5954;
}
div form p.bmr {
  display: none;
}
div form p.bmr1 {
  display: none;
}
div form p.inline {
  display: none;
}
div form hr {
  margin-top: 5%;
}

#article {
  background-color: transparent;
  box-shadow: none;
  color: black;
  width:calc(75%)
}

/* hide menu bar */
.hbar-content {
  visibility: hidden;}

  #hbar-bar{
    visibility: hidden;
  }

  .promoclear {
    visibility: hidden;}

    .hbar-height { visibility: hidden;}