body {
  overflow-x: hidden;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  line-height: 1.75;
}

a {
  color: #B13F9B;
}
a:hover {
  color: #8b327a;
}

.text-primary {
  color: #B13F9B !important;
}

ul {
    list-style-position: inside;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-section {
  padding: 100px 0;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-section h2.section-heading sup {
  font-size: 20px;
}
.page-section h3.section-subheading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: none;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section {
  padding: 70px 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
::-moz-selection {
  background: #B13F9B;
  text-shadow: none;
}

::selection {
  background: #B13F9B;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

blockquote {
  font-size: 1rem;
  font-style: italic;
}

.btn {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #B13F9B;
  border-color: #B13F9B;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #953582 !important;
  border-color: #953582 !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #B13F9B;
}
#mainNav.navbar-shrink {
  background-color: #fff;
}
#mainNav.navbar-shrink .navbar-brand {
  color: #7F116A;
}
#mainNav.navbar-shrink .navbar-brand:hover {
  color: #520b44;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: black;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: #ebd3f9;
  text-shadow: 1px 1px 10px #464545;
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #d7a6f3;
}
#mainNav .navbar-brand img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  margin-bottom: 4px;
  content: "";
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: black;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #B13F9B;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #B13F9B;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
@media (min-width: 1200px) {
  #mainNav .container {
    max-width: 1200px;
  }
}
header.masthead {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.36) !important;
}
header.masthead .header-text-left {
  width: 100%;
}
header.masthead .row {
  padding: 130px 90px 100px;
}
header.masthead .intro-text {
  padding-top: 50px;
}
header.masthead .intro-text a {
  background-color: #fff3;
  color: #ebd3f9;
  border: none;
  text-shadow: 1px 1px 5px black;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 160%;
  margin-bottom: 130px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .intro-text .intro-heading {
  color: #ebd3f9;
  text-shadow: 1px 1px 10px black;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 15px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead {
    background-position-y: top;
  }
  header.masthead .header-text-left {
    padding: 50px 0px 50px;
  }
  header.masthead .intro-text {
    padding-top: 150px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 30px;
    font-style: italic;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 30px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media (min-width: 992px) {
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
  }
}
@media (min-width: 1200px) {
  header.masthead .intro-text {
    padding-top: 260px;
  }
}
@media (min-width: 1800px) {
  header.masthead .intro-text {
    padding-top: 550px;
  }
}
.footer {
  padding: 25px 0;
  text-align: center;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #B13F9B;
}

.item-date {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#blogpost {
  padding-bottom: 40px;
}
#blogpost .subtitle {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 40px;
}
#blogpost .blog-end {
  margin-top: 40px;
}
#blogpost .blog-content p {
  width: 100%;
}
#blogpost .blog-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#blogpost .blog-content .row {
  margin-bottom: 40px;
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 3rem 0 1rem;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  border: 1px solid #adb5bd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
ul.pagination li a, ul.pagination li span {
  display: inline-block;
  padding: 4px 15px;
}
ul.pagination li span.active {
  background-color: #d383c4;
  color: #495057;
}
ul.pagination li a:hover {
  background-color: #da96cd;
}

.module-lastwords {
  margin-top: 50px;
  font-style: italic;
  color: #7F116A;
  letter-spacing: 1px;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.mod-element img {
  margin-top: 40px;
}

.hover-colorfade, .hover-lift img {
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.hover-lift img {
  max-width: 100%;
  transition-property: padding;
  padding-bottom: 0px;
  padding-top: 20px;
}
.hover-lift:hover img, .hover-lift:active img {
  padding-bottom: 20px;
  padding-top: 0px;
}

.hover-colorfade {
  transition-property: color;
}
.hover-colorfade ::selection, .hover-colorfade ::-moz-selection {
  background: #adb5bd;
}
.hover-colorfade:hover, .hover-colorfade:active {
  color: #B13F9B;
}

.hover-colorfade.hover-lift {
  transition-property: color;
}

a.elements-button {
  margin-top: 20px;
  color: white !important;
}

.elements-modal {
  padding: 40px 2px 0px;
  transition: height 2000ms;
  height: 0px;
  overflow: hidden;
}

.elements-modal-open {
  height: 100% !important;
}

.timeline > li .timeline-dot, .timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  margin-left: 0;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #dee2e6;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  width: 80px;
  height: 80px;
}
.timeline > li .timeline-dot {
  width: 24px;
  height: 24px;
  margin-left: 29px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading {
  margin-bottom: 20px;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 50px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
  }
  .timeline > li .timeline-dot {
    left: 50%;
    width: 27px;
    height: 27px;
    margin-left: -13.5px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }
  .timeline > li .timeline-dot {
    width: 36px;
    height: 36px;
    margin-left: -18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 140px;
    height: 140px;
    margin-left: -70px;
  }
  .timeline > li .timeline-dot {
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.contact-icon {
  margin-top: 50px;
  color: #000;
}

.blogpreview .follow-page {
  text-align: center;
  margin-top: 20px;
}

.blog-list-item {
  margin-bottom: 100px;
}
.blog-list-item .item-desc a {
  text-decoration: none;
}
.blog-list-item .item-desc h2, .blog-list-item .item-desc .item-date {
  color: black;
}
.blog-list-item .item-desc .read-more {
  text-decoration: underline;
}
.blog-list-item .item-desc h2 {
  margin-bottom: 15px;
}
.blog-list-item .item-desc .item-date {
  margin-bottom: 10px;
}

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

.element-text img{
    max-width:100%;
}
