body {
  background-color: #F2F2F2;
}
.btn-outline-primary {
  color: #59428C;
  border-color: #59428C;
  font-family: 'Raleway', sans-serif;
}
.btn-outline-primary:hover {
  color: #F2F2F2;
  background-color: #59428C;
  border-color: #59428C;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.violet-line {
  line-height: 45px;
  background-color: #B49AD9;
}
.violet-line .white-text {
  color: #F2F2F2;
}
.violet-line .dark-text {
  color: #301940;
}
.top-line {
  height: 60px;
  line-height: 60px;
  background-color: #F2F2F2;
  border-radius: 5px;
}
.top-line .logo-box {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  color: #59428C;
  font-size: 30px;
  line-height: 60px;
  text-shadow: 0px 1px 0px rgba(48, 25, 64, 0.75);
}
.top-line .flash-margin {
  margin-left: -6px;
  margin-right: -6px;
}
.main-menu {
  float: right;
  height: 60px;
  line-height: 60px;
}
.main-menu li {
  height: 60px;
  line-height: 60px;
}
.main-menu li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #59428C;
  font-family: 'Raleway', sans-serif;
}
.main-menu li a:hover {
  color: #B49AD9;
}
.about-image {
  margin-bottom: 50px;
}
.about-line {
  margin-top: 100px;
  margin-bottom: 50px;
}
h1.main-text {
  margin-top: 50px;
  color: #59428C;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  line-height: 40px;
}
h2.main-text-small {
  font-family: 'Raleway', sans-serif;
  color: #b5b5b5;
  font-size: 20px;
  margin-top: 30px;
}
.about-steps {
  box-sizing: border-box;
  border-radius: 5px;
  height: 100% !important;
  font-family: 'Raleway', sans-serif;
}
.about-steps .step-head {
  margin-bottom: 20px;
}
.about-steps .step-icon {
  font-size: 40px;
  color: #a464ff;
}
.about-steps .step-title {
  line-height: 40px;
}
.footer {
  margin-top: 20px;
}
.footer .white-text {
  font-size: 13px;
}
.contact_card {
  background-color: transparent;
  margin-top: 20px;
}
.nav-link.active {
  font-weight: bold;
}
/*# sourceMappingURL=layout.css.map */