body {
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 3rem;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #ba3c1c;
}

.content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column.footer-column {
  position: relative;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-area {
  margin-top: 18px;
  margin-bottom: 18px;
}

.body-bold {
  font-weight: 700;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-section.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  font-size: 20px;
}

.navlink {
  display: inline-block;
  padding: 24px 20px 20px;
  color: hsla(233.80645161290326, 75.61%, 40.20%, 1.00);
  text-align: center;
}

.navlink:hover {
  color: hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
  text-decoration: none;
}

.navlink.w--current {
  color: hsla(233.5135135135135, 70.70%, 30.78%, 1.00);
}

.brand {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navword {
  padding: 0px 1px 3px;
  color: hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
}

.navword:hover {
  border-bottom: 3px solid hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
  color: hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
}

.navword.w--current {
  border-bottom: 3px solid hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
  color: hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 76px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #dfeced;
  font-family: Lora, sans-serif;
  color: #474f59;
}

@media (max-width: 991px) {
  .column {
    margin-top: 95px;
  }
  .footer-section.footer-left {
    display: none;
    max-width: 130px;
  }
  .navbar {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navlink {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 24px;
    background-color: hsla(27.88732394366198, 28.51%, 48.82%, 1.00);
    text-align: left;
  }
  .navlink.first {
    padding-bottom: 10px;
  }
  .container {
    padding-left: 13px;
  }
  .menu-button {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navword {
    display: inline-block;
    border-bottom: 3px solid transparent;
    font-size: 23px;
  }
  .icon {
    color: hsla(233.80645161290326, 70.34%, 38.35%, 1.00);
  }
  .social-link {
    max-width: 68px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .column {
    width: 90%;
    margin-top: 30px;
  }
  .column.footer-column {
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .paragraph {
    font-size: 25px;
    line-height: 2.3rem;
  }
  .footer-section.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 120px;
    margin-bottom: 5px;
  }
  .image {
    max-width: 50%;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 30px;
  }
  .navlink {
    padding-top: 18px;
    padding-left: 30px;
  }
  .container {
    padding-left: 0px;
  }
  .brand {
    padding-left: 0px;
  }
  .menu-button {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .social-link {
    max-width: 62px;
  }
  .body {
    background-position: 100% 0%;
  }
}

@media (max-width: 479px) {
  .column.footer-column {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph {
    line-height: 2.1rem;
  }
  .footer-section {
    padding-top: 26px;
  }
  .footer-section.footer-left {
    max-width: 170px;
    margin-bottom: 0px;
  }
  .navbar {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink {
    padding-left: 17px;
  }
  .container {
    padding-left: 1px;
  }
  .brand {
    padding-left: 17px;
  }
  .brand.w--current {
    padding-left: 17px;
  }
  .social-link {
    max-width: 58px;
    padding-right: 11px;
    padding-left: 11px;
  }
  .social-link.first {
    max-width: 47px;
    padding-left: 0px;
  }
  .body {
    background-position: 50% 0%;
  }
}

