/* 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 {
    font-family: 'barlow', sans-serif;
    color: #FFF;
    font-size: 104.516px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 90.929px */
    text-transform: uppercase;
    margin: 2% 0;
}
h2 {
    color: #FFF;
    font-family: 'barlow', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 51.15px */
    text-transform: uppercase;
}
h3 {
    color: #FFF;
    font-family: 'barlow condensed', sans-serif;
    font-size: 34.927px;
    font-style: normal;
    font-weight: 300;
    line-height: 87%; /* 30.387px */
    text-transform: uppercase;
    margin: 3% 0;
}
h4 {
    color: #FFF;
    font-family: 'barlow condensed', sans-serif;
    font-size: 25.613px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 22.284px */
    text-transform: uppercase;
}
h5 {
    color: #FFF;
    font-family: 'barlow condensed', sans-serif;
    font-size: 25.613px;
    font-style: normal;
    font-weight: 700;
    line-height: 87%; /* 22.284px */
    text-transform: uppercase;
    margin: 5% 0;
}
p {
    color: #FFF;
    font-family: 'barlow condensed', sans-serif;
    font-size: 17.004px;
    font-style: normal;
    font-weight: 400;
    line-height: 104%; /* 17.684px */
    text-transform: capitalize;
    text-align: left;
}
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: 10px;
    background: #E02D90;
    color: #FFF;
    font-family: 'barlow', sans-serif;
    color: #FFF;
    font-size: 24.437px;
    font-style: normal;
    font-weight: 600;
    line-height: 82%; /* 20.038px */
    text-transform: uppercase;
    border: 2px solid #E02D90;
    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: left;
    padding-bottom: 0;
    background-image: url("../img/ill-smoke.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header .probs {
    border-radius: 5px;
    border: 1px solid #FFF;
}
.header .probs.flagship {
    margin: 3% 0;
}
.header .probs.probs.blurbs {
    border: none;
    margin-bottom: 3%;
    gap: 20px;
}
.header .anxiety {
    padding: 5% 10%;
    background-color: #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header .focus {
    background-image: url('../img/ill-store.jpg');
    background-size: cover;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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: #E02D90;
}
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 {
    border-radius: 10px;
    background: #000;
}
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: 40px;
        text-align: center;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
        text-align: center;
    }
    h5 {
        font-size: 20px;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
        max-width: none;
    }
    .header #logo {
        text-align: center;
    }
    .header #logo img {
        max-width: 200px;
    }
    .header .anxiety {
        text-align: center;
    }
    .probs.blurbs {
            grid-template-columns: repeat(1, 1fr);
    }
    footer .logo, footer .butt {
        text-align: center;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 395px) {
    h1 {
        font-size: 35px;
    }
}
  