body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #ffffff;
}

/* --- Colors --- */
:root {
    --main: #76c08a;
    --main-light: #c7d5d3;
    --main-light2: #EBE9ED;
    --body-color: #777777;
    --main-dark: #6E624A;
    --bg-light: #fde5b8;
    --grey: #C4C4C4;
    --grey-dark: #6F6D71;
    --grey-light: #DCDCDC;
    --accent: #fcf1ef;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
}

body,
a {
    color: var(--body-color);
}

p {
    margin-bottom: 1.3em;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 40px;
}

h5 {
    font-size: 33px;
}

h6 {
    font-size: 30px;
}

.btn {
    font-family: Philosopher;
}

.text-right {
    text-align: right;
}

.font-alt {
    font-family: Philosopher;
    font-weight: 500;
    color: var(--main);
}

hr.alt-1 {
    border-top: 2px solid var(--main-light);
    width: 100%;
    opacity: 1;
}

hr.alt-2 {
    border-top: 4px solid #8fdba3;
    width: 100%;
    opacity: 1;
}

label {
    color: var(--body-color);
    font-family: Philosopher;
    font-size: 17px;
}

.form-control {
    padding: 0.4rem;
}

.main-title,
.blog_title,
#privacy-page h1 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 48px;
    font-weight: 600 !important;
    text-align: center;
    line-height: 1.3;
    z-index: 4;
    position: relative;
    letter-spacing: 1px;
    color: var(--main);
    font-family: Philosopher;
}

.btn {
    text-transform: none;
    font-family: Philosopher;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 6px 30px;
    font-size: 18px;
}

.btn.btn-default,
.btn.btn-primary {
    color: #ffffff;
    border: 1px solid;
    line-height: 1.375;
    background-color: var(--main);
    border-color: var(--main);
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: var(--main);
    background-color: transparent;
}

.slider-rect-bot img {
    bottom: 0;
}

.slider-rect-bot img,
.footer-rect {
    position: absolute;
    z-index: 20;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 107px;
    margin-bottom: -8px;
}

.slider-rect-bot:before,
.slider-rect-bot:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: calc(50% - 45px);
    height: 4px;
    background: #8fdba3;
}

.slider-rect-bot:before {
    left: 0;
}

.slider-rect-bot:after {
    right: 0;
}

.slider-rect-bot {
    bottom: 0;
    position: absolute;
    z-index: 20;
    width: 100%;
}

.footer-rect {
    top: -56px;
}

.page-section {
    padding: 90px 0 90px;
}

.page-section,
.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0 90px;
    background-color: #ffffff;
}

.small-section {
    padding: 70px 0 70px;
}

.page-section.alt-color,
.small-section.alt-color {
    background-color: #f0f7f2;
}

.sep-lane {
    position: relative;
    z-index: 1;
    line-height: 0;
    width: 100%;
    display: inline-block;
}

.sep-lane:before,
.sep-lane:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    width: calc(50% - 30px);
    height: 2px;
    background: #c7d5d3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sep-lane:before {
    left: 0;
}

.sep-lane:after {
    right: 0;
}

.sep-lane span img {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 37px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.fc-yoga-cols {
    background: var(--main-light2);
}

.modal {
    z-index: 10000;
}