/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background: #E02D90;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: center;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 92.825px;
    font-style: normal;
    font-weight: 600;
    line-height: 90px; /* 109.533px */
}
h2 {
    color: #69DD46;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 29.972px;
    font-style: normal;
    font-weight: 500;
    line-height: 109%; /* 32.669px */
    text-align: left;
    margin-bottom: 2%;
}
h3 {
    color: #FFF;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 29.972px;
    font-style: normal;
    font-weight: 500;
    line-height: 109%; /* 32.669px */
    text-align: left;
    margin-top: 0;
    margin-bottom: 10%;
}
h4 {
    color: #69DD46;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 42.259px;
    font-style: normal;
    font-weight: 600;
    line-height: 109%; /* 46.063px */
    text-align: left;
}
h5 {
    color: #69DD46;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 15.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 109%; /* 16.83px */
    text-align: left;
    margin: 10% 0;
}
p {
    color: #FFF;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 15.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 129%; /* 19.918px */
}
hr {
    border-top: 2px solid #FFF;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
    align-items: center;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;   
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 33px;
    background: #69DD46;
    color: #000;
    font-family: "gill-sans-nova", sans-serif;
    font-size: 24.437px;
    font-style: normal;
    font-weight: 600;
    line-height: 82%; /* 20.038px */
    text-transform: uppercase;
    border: 2px solid #69DD46;
    padding: 15px 50px;
}
button:hover {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}
.probs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.probs.blurbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.logo img {
    max-width: 250px;
}
.logo img:hover {
    cursor: pointer;
}
.header.container {
    text-align: center;
    padding-bottom: 0;
    background-image: url("../img/vida-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 60px solid #69DD46;
}
.header .probs {
    
}
.header .probs.flagship {
    margin: 3% 0;
}
.header .probs.probs.blurbs {
    border: none;
    margin-bottom: 3%;
    gap: 20px;
}
.header .anxiety {
    padding: 5% 10%;
}
.header .anxiety p {
    font-weight: 300;
    text-align: left;
    font-size: 20px;
}
.header .focus {
    border-radius: 16px;
    border: 1px solid #69DD46;
}
.header .focus .store {
    /*width: 30%;
    background-image: url('../img/vida-store.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 60%;*/
}
.header .focus .store img {
    border-radius: 16px;
    border: 3px solid  #69DD46;
    max-width: 300px;
}
.header .focus .address {
    padding: 5%;
    text-align: left;
}
.header .focus .address button {
    font-size: 13.933px;
    font-style: normal;
    font-weight: 500;
    line-height: 109%; /* 15.187px */
    padding: 8px;
    width: 100%;
}
.anxiety button {
    border-radius: 5.199px;
    background: #FFF;
    color: #000;
    font-family: 'barlow', sans-serif;
    font-size: 23.942px;
    font-style: normal;
    font-weight: 800;
    line-height: 87%; /* 20.829px */
    text-transform: uppercase;
    border: 1px solid white;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px 10px;
    background-image: url('../img/ill-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% 60%;
    background-size: 20px;
}
.anxiety button:hover {
    background: transparent;
    color: white;
    background-image: url('../img/ill-arrow-white.png');
    background-repeat: no-repeat;
    background-position: 95% 60%;
    background-size: 20px;
}
.blurb {
    border-radius: 10.371px;
    background: #4D1032;
    padding: 5%;
    text-align: left;
}


footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: transparent;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
    background: black;
    border-top: 3px solid #69DD46;
}
footer.col-lg-12 {
    align-items: center;
    padding: 3% 10%;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 200px;
}
footer .logo {
    text-align: left;
    cursor: pointer;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {

}
footer button:hover {
    
}



/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1300px) {
   h1 {
    
   }
}

@media (max-width: 1200px) {
    
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
        background-image: none;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        margin: 5% 0;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    h2 {
        font-size: 30px;
        text-align: center
    }
    h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 2%;
    }
    h4 {
        text-align: center;
    }
    h5 {
        font-size: 20px;
        text-align: center;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
        max-width: none;
    }
    .header.container {
        border-top: 20px solid #69DD46;
    }
    .header #logo {
        text-align: center;
    }
    .header #logo img {
        max-width: 200px;
    }
    .header .focus .store img {
        max-width: none;
    }
    .header .anxiety {
        text-align: center;
    }
    .header .anxiety p {
        text-align: center;
    }
    .header .focus .address {
        text-align: center;
    }
    footer .logo, footer .butt {
        text-align: center;
        width: 100% !important;
    }
    footer .logo {
        margin-bottom: 5%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 395px) {
    h1 {
        font-size: 35px;
    }
}
  