/*  scss file  */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*  scss file  */
/*  scss file  */
.menu {
  background: #323048;
}

/*  scss file  */
.maincontent {
  padding: 40px 0 50px 0;
}

/*  scss file  */
.hero {
  background-color: #a6adc3;
}

/*  scss file  */
.footer {
  background: #5b5979;
  border-top: 1px solid #323048;
  padding: 40px 0 0 0;
  color: #f5f5f5;
  font-size: 0.8em;
  height: 100%;
  line-height: 2em;
}
.footer a {
  color: #f5f5f5;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .signature {
  font-size: 0.6em;
  margin-top: 20px;
}
.footer label {
  color: #fff;
}
.footer #mc_embed_signup {
  background-color: transparent !important;
}

.message {
  background: #cbcfdb;
  width: 100%;
  color: #000;
  padding: 10px 0;
}
.message a {
  color: #323048;
  text-decoration: underline;
}

/* scss */
.popup {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 100vw;
  z-index: 999;
}
.popup.active {
  align-items: center;
  display: flex;
  justify-content: center;
}
.popup--container {
  background-color: #fff;
  margin: auto;
  max-width: 600px;
  padding: 50px;
  width: 90vw;
}

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