.section-heading.margin {
    margin-left: 15px;
}
.section.backgroundimage .heading-margin {
    margin-left: 55px;
}
.section-heading p, .heading p {
    all: initial;
    all: unset;
}
.section.accent .section-heading {
    margin-left: 15px;
}
.white-text {
    color: white !important;
}
.white-box {
    border-radius: 0px;
}
.text-centered {
    text-align: center;
}
.nav-link-2.w-nav-link.active {
    text-decoration: underline;
}
.nav-link-2.w-nav-link.active a {
    color: #4d4d4d !important;
}
.w-nav-link.w--current {
    color: #4d4d4d !important;
}
.purple-block {
    background-color: #614166;
}
h2, h3, h4, h5, h6 {
    color: #5ebf87;
}
.slider .heading {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #5ebf87;
    font-size: 6vw;
    line-height: 80px;
    font-weight: 600;
    text-align: left;
}
.slider .heading.classy {
    padding-top: 10px;
    font-family: Vollkorn, serif;
    color: #614166;
    font-weight: 400;
    font-size: 5vw;
}
.slide .div-block-14 {
    margin-top: 3%;
    margin-bottom: 10%;
}
.mobile-menu {
    display: block !important;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.logo {
    padding-bottom: 5px !important;
    height: 100%;
}
.brand-link.left-spacing {
    margin-bottom: 5px;
}
.footer-text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.navigation-button.offset {
    margin-left: 10px;
}
.section.no-background {
    background: unset;
}
.blogarticleblock {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.blogarticleblock:hover {
    background-color: #e6e6e6;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.navigation-button {
    margin-bottom: 10px;
}
.nav-right {
    float: right;
}
.navigation-bar {
    padding-bottom: 0;
}
.section.no-tb-margin {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .navigation-bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    .body {
        margin-top: 50px;
    }
    .content-column {
        padding: 40px 20px;
    }
    .padding-fix {
        padding: 40px 20px !important;
    }
    .nav-right {
        float: left;
        margin-left: 10px;
    }
    .div-block-4 {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .slider .heading {
        font-size: 10vw;
    }
    .slider .heading.classy {
        font-size: 9vw;
    }
    .remove-margin {
        padding: inherit;
    }
    .slide .div-block-14 {
        margin-top: 20%;
    }
}
.nav-link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
    font-family: Montserrat, sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-link-2:hover {
    border-bottom: 2px solid #5d5d5d;
    background-color: #e9e7e7;
    text-decoration: none !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-link-2.active {
    border-bottom: 2px solid #5d5d5d;
    text-decoration: none !important;
}
.padding-fix {
    padding: 60px 60px 300px;
}

.form-label{
    font-family: Roboto, sans-serif !important;
}