body, html {
    width: 100%;
    height: 100%
}

img {
    max-width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    -webkit-font-smoothing: antialiased !important;
    color: #479da9 !important;
    font-size: 15px !important;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #42515a80;
}

hr.light {
    border-color: #fff
}

a {
    color: #479da9 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #f05f40
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.bg-primary {
    background-color: #42515a!important;
}

.bg-dark {
    background-color: #212529!important
}

.text-faded {
    color: rgb(68, 83, 92);
    text-shadow: 0px 0px 1px #ffffff;
}

section {
    padding: 1rem 0;
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px;
    border-top: 1px solid #b4e7ef;
    max-width: 650px;
}

#mainNav {
    /* background-color: #a4cfd5; */
    font-family: roboto;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 3px solid #73b5bd;
    /* border-bottom: 3px solid #72b5be; */
    margin-bottom: 0px !important;
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #f05f40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 10px !important;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f05f40
}

#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-weight: 600;
    text-transform: none;
    color: #ffffff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #f05f40
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #f05f40!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent
}

@media (min-width: 992px) {
    #mainNav {
        border-color: #7d7878b5;
        background-color: #ffffff;
    }

    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }

    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fff
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 0.5rem;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgb(33, 127, 140) !important;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #b4e7ef !important;
        /* Safari */
        transition: color 1s;
        transition-timing-function: ease-in-out;
        /* Safari */
        cursor: pointer;
    }

    #mainNav.navbar-shrink {
        border-bottom: 3px solid rgb(255, 255, 255);
        background-color: #ffffff;
        border-top: 3px solid rgb(251, 251, 251);
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #f05f40
    }

    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #f05f40
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #ffffff;
    }

    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #3895a2;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem;
    color: #42515a !important;
}

header.masthead p {
    font-weight: normal;
    padding-bottom: 1rem;
    text-align: left;
    font-size: 18px !important;
    text-shadow: 0px 0px 0px black;
}

@media (min-width: 768px) {
    header.masthead p {
    }
}

@media (min-width: 992px) {
    header.masthead {
        min-height: 615px;
        padding-top: 15px;
        padding-bottom: 25px;
    }

    header.masthead h1 {
        font-size: 3rem
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem
    }
}

.service-box {
    max-width: 400px
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(240, 95, 64, .9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
}

.text-primary {
    color: #f05f40!important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #ecb361b0;
    border-color: #f05f40;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #42515a!important;
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5)!important
}

.bg-primary {
    background-color: #e4f5f9!important;
    padding-bottom: 5rem;
    background-image: url(/home/img/tile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section#about .text-faded {
    font-size: 15px !important;
}

section#about .container .row {
    border: 2px solid #dbebef;
}

.noBorder {
    border: 0px !important;
}

.col-md-8.safariOnly {
    width: 65% !important;
    flex: 65% !important;
    max-width: 65% !important;
}

@media only screen and (max-device-width: 767px) {
    .text-faded {
        font-size: 15px;
    }

    header {
        padding-top: 1rem !important;
        background-image: none !important;
        padding-bottom: calc(10rem - 162px) !important;
    }
}

section#about .col-md-3 img {
    box-shadow: 0px 0px 5px #3895a2;
}

.container.my-auto.special-middle h2 {
    font-weight: bold;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    margin: auto;
}

div#myCarousel {
    background-color: white;
    border: 4px solid white;
    min-height: 395px;
    margin: auto;
    background-position: center;
}

@media only screen and (max-device-width: 767px) {
    .masthead .text-faded {
        font-size: 3.2rem;
        line-height: 27px;
        padding-top: 2rem;
    }

    .testimonials .col-md-3 {
        padding: 10px;
    }

    .special-middle h2 {
        margin-top: 0px !important;
    }
}

.logo {
    min-height: 77px;
    height: 100%;
}

body {
    background-image: url(https://www.healthybacksystem.com/images/teal1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #7fbbc2;
}

.special-middle {
    background: #f1f1f1cc;
    padding: 0rem;
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 0rem;
    color: white !important;
}

.footer-links p {
    margin-right: 10px;
    margin-left: 10px;
}

.holder-box {
    max-width: 1142px !important;
}

.video-box {
    max-width: 100% !important;
    margin: auto;
    margin-top: 25px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 10px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    border: 5px solid white;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container.holder-box {
    margin-top: 0rem;
    background-color: #479da9e6;
    background: #479da9e6;
    border: 5px solid #f2f9f9;
    border-radius: 5px;
    margin-bottom: 4rem;
    color: white;
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-nav {
    float: right !important;
}

.special-middle h2 {
    color: #42515a;
    font-weight: bold;
    /* text-shadow: 0px 0px 2px #42515a; */
    line-height: normal;
    letter-spacing: -1px;
}

.special-middle p {
    color: #425159;
    text-shadow: none;
    font-weight: 900;
}

.bg-primary .container {
    max-width: 840px;
}

.headerStyle {
    color: #44535c;
    font-weight: bold;
    text-shadow: 0px 0px 7px #f1f7f8;
    text-align: right;
    font-size: 54px;
    line-height: 43px;
}

.headerStyleAlt {
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 2px grey;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
}

.section-heading {
    text-shadow: 0px 0px 5px #f2f9f9;
    text-align: right;
    color: #217f8c !important;
    font-size: 25px;
    margin-top: 15px;
    font-style: italic;
    font-weight: bold;
}

.listIconImage {
    text-align: center;
    margin-top: 3rem;
    opacity: 0.95;
}

.listText h4 {
    font-weight: bold;
    color: #b4e7ef;
    font-size: 27px;
}

#about h2 {
    color: #44535c;
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    margin-top: 0rem;
    margin: auto;
}

.divide {
    background-color: #f1fbfc;
    padding: 10px;
    border: 4px solid #dbebef;
}

.divide p {
    text-align: center;
    font-size: 20px;
    margin-top: -9px;
}

.iconHolder {
    text-align: center;
    margin-bottom: -3rem;
}

i.fa.fa-angle-double-down {
    font-size: 64px;
    position: static;
    color: #59a7b1;
    font-weight: bold;
    margin: auto;
    text-align: center;
    margin-top: -4rem;
}

.buttonHolderLow {
    margin: auto;
    text-align: center;
    margin-top: 1rem;
    padding: 10px;
}

a.btn.btn-lg.btn-success {
    background-color: white;
    border-color: #b4e7ef;
}

i.fa.fa-circle-o-notch.fa-spin.fa-3x.fa-fw {
    font-size: 20px;
}

.headlineSpecial {
    font: italic normal normal 60px/1.4em georgia, palatino, 'book antiqua', 'palatino linotype', serif;
    font-size: 67px;
    text-align: center;
    letter-spacing: -5px;
    color: #44535c;
    font-weight: 500;
}

.specialHeadlineHolder {
    margin-top: -2rem;
    margin-bottom: -1.01rem;
}

.noBorder {
    margin-top: 0rem;
}

.testimonials {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 0px;
}

div#navbarResponsive {
    margin-top: 0rem;
}

.noBorder {
}

.testimonials .col-md-4 {
    min-height: 195px;
}

.testimonials img {
    border: 2px solid #e4f0f3;
}

.insideContainer {
    border: 2px solid white;
    border-radius: 2px;
}

.insideImageHolder {
    margin-top: 7rem;
    border: 2px solid white;
    max-width: 333px;
}

.specialGreenCheck {
    margin: auto;
    max-width: 1110px;
}

.specialGreenCheck .container {
    max-width: 85%;
    margin: auto;
}

.specialGreenCheck ul {
    text-decoration: none;
    list-style: none;
    font-weight: 400;
    padding: 20px;
}

i.fa_prepended.fa.fa-check-square-o {
    font-size: 25px;
    color: white !important;
    padding-top: 4px;
    margin-top: 2px;
}

.center {
    text-align: center;
}

ul.text-faded.mb-5 li {
    color: white;
    text-shadow: none;
    font-weight: 100;
}

.topAreaBg {
    padding: 10px;
    margin: auto;
    background-color: #ffffffe0;
    border-left: 4px solid #f2f9f9;
    border-right: 4px solid #f2f9f9;
    padding-top: 4rem;
    border-bottom: 1px solid #7d7878b5;
}

.headerStyleTeal {
    text-align: center;
    color: #217f8c;
    font-size: 44px;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: 0px 0px 1px #59a7b1;
}

.container.special-middle.insideContainer.specialAbout {
    background-image: url(/home/img/emily-back-home.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}

.aboutSpecialNew {
    max-width: 95%;
    clear: both;
    margin: auto;
}

.aboutSpecialNew h2 {
    text-shadow: none;
    color: #42515a;
    text-align: right;
    font-size: 50px;
}

.aboutSpecialNew p {
    color: #42515a;
    text-align: right !important;
    font-weight: 400 !important;
}

.row.aboutSpecialRow {
    max-width: 500px;
    float: right;
}

.col-md-4.border-img img {
    border: 4px solid #77b7c0;
    border-radius: 3px;
}

.container.pd-40 {
    padding-top: 30px;
}

.arrowCheck li {
    padding-bottom: 10px;
}

.arrowCheck i {
    margin-right: 5px;
}

.aboutNewH2 {
    text-align: center;
    margin: auto;
}

.tasteContainer h4 {
    font-size: 30px;
}

.tasteContainer p {
    font-size: 17px;
    font-weight: 400;
    color: #44535c;
}

.headlineHiw {
    font-size: 41px;
    text-align: center;
    margin-top: 3rem;
}

.productsImage {
    margin-top: 7rem;
}

@media (max-width: 768px) {
    h1.headlineSpecial {
        display: none !important;
    }

    h1.headerStyle {
        text-align: center;
        font-size: 42px;
        margin-top: -1rem;
    }

    h2.section-heading.text-white {
        text-align: center;
    }

    .logo img {
        width: 100%;
        margin-top: 4rem;
    }

    body {
        background-image: none;
    }

    #about h2 {
        font-size: 40px;
    }

    .bg-primary {
        background-image: none !important;
        background-color: white !important;
    }

    .row.testimonials {
        background-color: #fdf9f9b8;
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .navbar-nav {
        float: none !important;
    }

    .logo img {
        width: 100%;
        margin-top: 0rem;
    }

    .headerStyleTeal {
        text-align: center;
        color: #59a7b1;
        font-size: 43px;
        line-height: 38px;
        font-weight: bold;
        letter-spacing: -2px;
    }

    .container-fluid.topAreaBg {
        padding-top: 2rem;
    }

    .specialAbout {
        background-image: none !important;
    }

    .col-md-8.howItWorksBox {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) {
    .logo {
        min-height: 140px;
    }
}

span.checkRed {
    color: #F44336;
    font-size: 22px;
}
p.text-faded.mb-5.center-helper {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    color: #26919f;
    padding-top: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}

p.highlight-text {
    background-color: yellow;
    padding: 10px 10px 10px 10px !important;
    text-align: center !important;
}

p.alt-highlight {
    background-color: yellow;
    max-width: 100%;
    padding: 10px 10px 10px 10px !important;
    font-weight: 600 !important;
}
