@import url(../../basetemplate/css/weboverrides.css);
body {
  --body-background-color: #e29b10;
  --section-background-color: #fff;
  --item-background-color: #fcfcfc;
  --body-font-size: 16px;
  --body-font-weight: 300;
  --body-font-color: #000;
  --heading-font-color: #000;
  --heading-masthead-font-color: #000;
  --primary-link-color: #e29b10;
  --primary-link-color-hover: #e29b10;
  --primary-button-text-color: #fff;
  --primary-button-font-size: 15px;
  --small-font-size: 14px;
  --price-row-background-color: #f8f8f8;
}

.g-logo {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 400px;
  max-width: 100%;
  display: block;
}
.g-logo img {
  display: block;
  width: 100%;
}