body {
  background-color: #e3dedb;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-logo {
  max-width: 200px;
}

a {
  color: #605be5 !important;
  background-color: transparent;
  text-decoration: none;
}
a.active {
  border-bottom: solid 2px #b68e8e;
}

.heading-title {
  font-family: "Birthstone Bounce", cursive, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

h1.heading-title {
  color: #ffffff;
  font-size: 130px;
  text-align: center;
}

h2.heading-title {
  color: #324059;
  font-size: 76px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}

h3.heading-title {
  color: #b68e8e;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 32px;
}

h5 {
  color: #324059;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

h6 {
  color: #7a7a7a;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.divider {
  width: 7%;
  border-width: 2px;
  margin: 0 auto;
  color: #b68e8e;
  opacity: 1;
}

.button-link {
  background-color: transparent;
  border: solid 3px #ffffff;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
  border-radius: 4px;
  padding: 15px 30px;
}
.button-link:hover {
  background-color: #ffffff;
  color: #e3dedb !important;
}

footer {
  color: #aaaaaa !important;
}
footer a, footer a.icon-link {
  color: #aaaaaa !important;
}
footer span {
  font-size: 1rem;
}
