/* 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-color: #071f21;
    background-image: url("../img/nirv-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    font-family: 'futura-pt', sans-serif;
    color: #FFF;
    font-size: 61.497px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%; /* 57.807px */
    text-align: left;
    margin: 5% 0;
    margin-top: 0;
}
h2 {
    color: #FFF;
    font-family: 'futura-pt', sans-serif;
    font-size: 39.514px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%; /* 37.143px */
}
h3 {
    color: #3E5D58;
    font-size: 40.648px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%; /* 46.338px */
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
h4 {
    text-align: center;
    color: #518298;
    font-size: 16.923px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.703px; /* 98.7% */
    text-align: left;
}
p {
    color: #FFF;
    font-size: 17.194px;
    font-style: normal;
    font-weight: 300;
    line-height: 98%; /* 16.85px */
}
hr {
    border-top: 2px solid #FFF;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.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: 4.107px;
    background: #FFF;
    color: #092629;
    font-family: 'futura-pt', sans-serif;
    font-size: 19.161px;
    font-style: normal;
    font-weight: 500;
    line-height: 94%; /* 18.011px */
    border: 2px solid #FFF;
    padding: 10px 50px;
}
button:hover {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}
.probs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.topBar.container {
    text-align: center;
    padding: 2% 10%;
    border-bottom: 1px solid white;
}
.topBar.container img {
    max-width: 230px;
}
.topBar.container img:hover {
    cursor: pointer;
}
.topBar p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 114%; /* 28.5px */
    text-align: center;
    margin: 0;
}
.header.container {
    text-align: center;
    padding-bottom: 0;
}
.header .probs {
    border-radius: 5px;
    border: 1px solid #FFF;
}
.header .anxiety {
    padding: 5% 10%;
}
.header .focus {
    background-image: url('../img/nirv-smell.png');
    background-size: cover;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; /* 28.5px */
    text-align: center;
}
.redTear {  
    text-align: center;
    position: relative;
}
.redTear .container {
}
.anxiety, .focus {
    text-align: left;
}
.redTear #logo img {
    max-width: 486px;
}
.redTear .anxiety p {

}
.redTear #initial img {
    max-width: 252px;
}
.redTear .probs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7%;
}
.redTear .probs.flex {
    display: flex;
    position: relative;
    z-index: 1;
}
.redTear .choose {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 10% 5% 2% 5%;
}
.redTear .focus .greenbox {
    border-radius: 7.326px;
    background: #274E56;
    text-align: left;
    padding: 3% 5%;
    -webkit-box-shadow: -5px 0px 0px 0px #90F6B7;
    -moz-box-shadow: -5px 0px 0px 0px #90F6B7;
    box-shadow: -5px 0px 0px 0px #90F6B7;
    margin-bottom: 3%;
}
.redTear .focus .greenbox .stars {
    margin-bottom: 10px;
}
.redTear .focus .greenbox .stars img {
    max-width: 130px;
}
.redTear .focus .greenbox p {
    color: white;
    margin: 0;
    font-weight: 300;
}
.redTear .bottomStar {
    background-image: url(../img/gr-lonestar-bottom.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 300px;
    position: absolute;
    width: 400px;
    bottom: 0;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: transparent;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
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 {
    font-size: 15px;
}
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;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
        max-width: none;
    }
    .topBar p {
        font-size: 12px;
    }
    .header #logo img {
        max-width: 200px;
    }
    .redTear {
        background-image: none;
    }
    .redTear.container {
        padding-top: 0;
        padding-bottom: 12%;
        padding-right: 5%;
        padding-left: 5%;
    }
    .redTear #logo {
        text-align: center;
        padding: 5%;
    }
    .redTear #logo img {
        max-width: 250px;
    }
    .redTear .probs.flex {
        display: block;
    }
    .redTear .choose {
        padding: 5%;
        margin-bottom: 20px;
    }
    .redTear .probs.flex .anxiety {
        text-align: center;
        width: 100%;
    }
    .redTear .anxiety p {
        margin-bottom: 3%;
        text-align: center;
    }
    .redTear .probs.flex .focus {
        width: 100%;
    }
    .redTear h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .redTear h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .redTear .probs {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .redTear .location.probs.kalamazoo {
        margin-top: 10px;
    }
    .redTear .location p {
        text-align: center;
    }
    .redTear #sapura, .redTear #initial {
        text-align: center;
    }
    .testimonials h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 6% 0;
        text-align: center;
        width: 100%;
    }
    .testimonials .arrows {
        display: none;
    }
    .flowers .flowery {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .flowers p {
        text-align: center;
    }
    footer {
        background-image: none;
        background-color: #0f444b;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
        display: flex;
    }
    footer .logo {
       
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 395px) {
    .redTear .location .title h3 {
        font-size: 20px;
    }
    h1 {
        font-size: 35px;
    }
}
  