@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
/*** Buttons ***/
.button {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-link {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 2px solid #8b65ab;
  padding: 0 0 3px 0;
}
.btn-link:hover, .btn-link:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}

.button--primary {
  color: #fff;
}
.button--primary:hover {
  color: #fff;
}

/*** H-tags a color ***/
h1,
h2,
h3,
h4,
h5 {
  color: #1d1d1d;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #1d1d1d;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #8b65ab;
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1px;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 28px;
  line-height: 1.2;
}

h5 {
  font-size: 24px;
  line-height: 1.2;
}

p {
  font-size: 20px;
  line-height: 1.6;
}

body.large-font h1 {
  font-size: 58px;
}
body.large-font h2 {
  font-size: 46px;
}
body.large-font h3 {
  font-size: 40px;
}
body.large-font h4 {
  font-size: 31px;
}
body.large-font h5 {
  font-size: 25px;
}
body.large-font p {
  font-size: 21px;
}

body.large-font-plus h1 {
  font-size: 66px;
}
body.large-font-plus h2 {
  font-size: 51px;
}
body.large-font-plus h3 {
  font-size: 45px;
}
body.large-font-plus h4 {
  font-size: 35px;
}
body.large-font-plus h5 {
  font-size: 29px;
}
body.large-font-plus p {
  font-size: 23px;
}

/*** Background color lighten ***/
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
  color: #fff;
}
.bg-dark h1 a,
.bg-dark h2 a,
.bg-dark h3 a,
.bg-dark h4 a,
.bg-dark h5 a {
  color: #fff;
}
.bg-dark h1 a:hover,
.bg-dark h2 a:hover,
.bg-dark h3 a:hover,
.bg-dark h4 a:hover,
.bg-dark h5 a:hover {
  color: #8b65ab;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5 {
  color: #fff;
}
.bg-primary h1 a,
.bg-primary h2 a,
.bg-primary h3 a,
.bg-primary h4 a,
.bg-primary h5 a {
  color: #fff;
}
.bg-primary h1 a:hover,
.bg-primary h2 a:hover,
.bg-primary h3 a:hover,
.bg-primary h4 a:hover,
.bg-primary h5 a:hover {
  color: #8b65ab;
}

.breadcrumb-black ol.breadcrumb li {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  h2 {
    font-size: 26px;
    line-height: 1.1;
  }
  h5 {
    font-size: 22px;
    line-height: 1.1;
  }
  p {
    font-size: 16px;
  }
  p .white-bottom-stripe {
    position: relative;
  }
  p .white-bottom-stripe .white-stripe {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    height: 80px;
  }
  body.large-font h1 {
    font-size: 38px;
  }
  body.large-font h2 {
    font-size: 28px;
  }
  body.large-font h3 {
    font-size: 26px;
  }
  body.large-font h4 {
    font-size: 24px;
  }
  body.large-font h5 {
    font-size: 23px;
  }
  body.large-font p {
    font-size: 18px;
  }
  body.large-font-plus h1 {
    font-size: 40px;
  }
  body.large-font-plus h2 {
    font-size: 30px;
  }
  body.large-font-plus h3 {
    font-size: 28px;
  }
  body.large-font-plus h4 {
    font-size: 26px;
  }
  body.large-font-plus h5 {
    font-size: 24px;
  }
  body.large-font-plus p {
    font-size: 25px;
  }
}/*# sourceMappingURL=uikit.css.map */