/* URL variables */
/* Theme color uses a harmony of green and blue hues */
/* Font information */
/* using Bree from TypeTogether foundry https://www.type-together.com/ */
/* font only in regular serif style from Google Fonts */
/* all 14 sans fonts can be purchased at https://www.type-together.com/bree-font */

.text-secondary1 {
  color: #192527;
}

.text-white {
  color: #edebdf;
}

.text-white-light-3 {
  color: #edebdf;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 45em) {
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}

.btn-primary2 {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  background-color: #656c8c;
}
.btn-primary2:hover {
  background-color: #727999;
}

.btn-secondary1 {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  background-color: #192527;
}
.btn-secondary1:hover {
  background-color: #233437;
}

 .navbar-primary2 .container, .navbar-primary2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

 .navbar-primary2 {
  padding: 0.75rem 1.5rem;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
 .navbar-primary2 .site-title {
  font-size: 1.5rem;
}

.navbar-primary2 {
  background-color: #656c8c;
}

.mt-1 {
  margin-top: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.75rem;
}

/*# sourceMappingURL=styles.css.f3554d170c7c.map */