body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #5A5758; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #1d2d60;
  font-family: "justus-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 25px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 25px; } }

h3, .h3 {
  font-size: 20px; }
  h3 a, .h3 a {
    text-decoration: none; }

h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

p {
  color: #5A5758;
  line-height: 2em; }

a {
  color: #1d2d60;
  text-decoration: none;
  transition: all 0.35s ease-in-out; }
  a.button {
    background: #52b4ce;
    border-radius: 24px;
    color: #fff;
    padding: 10px 28px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-family: "justus-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 600; }
    a.button:hover, a.button:active, a.button:focus {
      background-color: #1d2d60; }

.main {
  padding-top: 22vh; }
  @media (max-width: 767px) {
    .main {
      padding-top: 12vh; } }
  .main .logo {
    width: 220px;
    padding-bottom: 20px; }

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