@import url("https://fonts.googleapis.com/css?family=Be+Vietnam&display=swap");
body {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 16px; }

h1 {
  margin: .67em 0;
  color: #8fbbaf;
  line-height: 2em;
  font-size: 2em;
  font-weight: bold; }

h2 {
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: .5em;
  margin-left: 0;
  font-size: 1.5em;
  line-height: 1.5em; }

h3 {
  font-size: 1.2em;
  line-height: 1.2em; }

ul,
ol {
  margin-bottom: -1.5em; }

p {
  margin-bottom: 1.5em;
  line-height: 1.5em; }
  p + h3 {
    margin-top: 25px; }

body a:hover,
body a:active,
body a:focus {
  text-decoration: underline; }

.img-responsive {
  margin: 0 auto;
  max-width: 80%; }

input,
textarea {
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #dadada;
  font-size: 15px; }

input[type="text"],
input[type="password"],
input[type="email"] {
  height: 30px; }

input[type="checkbox"] {
  width: initial;
  margin-right: 5px; }

textarea {
  height: 60px; }

input[type="text"][name^="form-"][name$="-email"] {
  display: none; }

input[type="submit"] {
  display: block;
  padding: 10px 15px;
  color: #777;
  border-radius: 4px;
  border-width: 0;
  background-color: #acdeaa; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #d6f8b8; }

a.products-services-buy {
  display: block;
  width: 220px;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #acdeaa;
  color: #777;
  text-align: center; }
  a.products-services-buy:hover, a.products-services-buy:focus {
    background-color: #d6f8b8; }

p#product-title {
  font-weight: bold; }

.page-background {
  background-color: #fff; }

ul.page-breadcrumb {
  color: #817078;
  font-size: 90%;
  height: 30px;
  padding-left: 0;
  margin-bottom: 10px; }
  ul.page-breadcrumb li {
    display: inline-block; }
    ul.page-breadcrumb li a {
      color: #817078;
      font-weight: normal; }
      ul.page-breadcrumb li a:hover, ul.page-breadcrumb li a:focus {
        color: #b88c93; }
    ul.page-breadcrumb li:after {
      content: ">";
      margin-left: 7px;
      margin-right: 7px; }
    ul.page-breadcrumb li:last-child:after {
      content: ""; }

@media screen and (max-width: 450px) {
  ul.page-breadcrumb {
    display: none; } }

#page-introduction {
  font-weight: bold; }

footer {
  margin-top: 30px;
  background-color: #6b7b8e;
  text-align: center;
  vertical-align: middle; }
  footer > a {
    font-style: italic;
    display: block;
    margin: 0 15px; }
    footer > a:hover, footer > a:active, footer > a:focus {
      color: currentColor;
      text-decoration: underline;
      font-style: italic; }
  footer p {
    margin: 15px; }
    footer p a {
      white-space: nowrap;
      color: currentColor;
      margin: 0; }
      footer p a:hover, footer p a:active {
        text-decoration: underline; }
