/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/dist/fonts/poppins-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: url("/dist/fonts/poppins-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/poppins-v20-latin-300.woff2") format("woff2"), url("/dist/fonts/poppins-v20-latin-300.woff") format("woff"), url("/dist/fonts/poppins-v20-latin-300.ttf") format("truetype"), url("/dist/fonts/poppins-v20-latin-300.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/dist/fonts/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("/dist/fonts/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/poppins-v20-latin-regular.woff2") format("woff2"), url("/dist/fonts/poppins-v20-latin-regular.woff") format("woff"), url("/dist/fonts/poppins-v20-latin-regular.ttf") format("truetype"), url("/dist/fonts/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/dist/fonts/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: url("/dist/fonts/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/poppins-v20-latin-700.woff2") format("woff2"), url("/dist/fonts/poppins-v20-latin-700.woff") format("woff"), url("/dist/fonts/poppins-v20-latin-700.ttf") format("truetype"), url("/dist/fonts/poppins-v20-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */
}
body {
  display: flex;
  flex-direction: column;
}
body #root {
  flex-grow: 1;
}

footer {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #0b0d0e;
  color: #999;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  color: #b6944b;
}
footer a {
  color: #b6944b;
}
footer a:hover, footer a:focus, footer a:active {
  color: #b6944b;
}
footer .img-center-bar {
  max-width: 180px;
}
footer .img-clean-safe {
  max-width: 100px;
}

a.btn-outline-center-bar {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #b6944b;
  border: 2px solid #b6944b;
  border-radius: 0;
  padding: 14px 25px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 3px;
}
a.btn-outline-center-bar:hover, a.btn-outline-center-bar:focus, a.btn-outline-center-bar:active {
  border: 2px solid #b6944b;
  color: #b6944b;
}

header {
  background-color: #efeff4;
}

.col-top-center-bar {
  max-width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
