/* Sticky footer styles
-------------------------------------------------- */
@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/heavitas.woff2') format('woff2'),
         url('../fonts/heavitas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Heavitas', sans-serif;
    font-size: 101.526px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 49.333px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%; /* 44.4px */
    margin-top: 10%;
    margin-bottom: 8%;
}
h3 {
    color: #FFF;
    font-family: 'Heavitas', sans-serif;
    font-size: 21.744px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #518298;
    font-size: 16.923px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.703px; /* 98.7% */
    text-align: left;
}
p {
    color: #202332;
    font-family: 'gotham-light', sans-serif;
    font-size: 12.659px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
}
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: 13.621px;
    background: #FFF;
    color: #202332;
    font-family: 'Heavitas', sans-serif;
    font-size: 36.348px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 2px solid #FFF;
    padding: 5px 50px;
    max-width: 411px;
}
button:hover {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
}
.redTear {
    background-color: #000;
}
.redTear.container {
    padding: 5% 10%;
    background-image: url('../img/tim-wood.png');
    background-size: 100% 50%;
    background-repeat: repeat-y;
    background-color: #FAF2E3;
    text-align: center;
}
.redTear #logo {
    margin-bottom: 4%;
}
.redTear #logo img {
    max-width: 500px;
}
.redTear .suspended img {
    max-width: 1200px;
}
.redTear .anxiety p {
    margin-bottom: 10%;
}
.redTear #initial img {
    max-width: 252px;
}
.redTear .probs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    margin-top: 20px;
}
.redTear #initial {
    margin-bottom: 2%;
}
.redTear #initial img {
    max-width: 130px;
}
.redTear .location {
    padding: 10px;
}
.redTear .location.probs {
    gap: 2%;
}
.redTear .location .details {
    background-color: #202332;
    display: flex;
    align-items: center;
    padding: 5%;
}
.redTear .details .info {
    flex-basis: 100%;
}
.redTear .location .title h3 {
    margin: 0;
}
.redTear .location button {
    border-radius: 4.3px;
    padding: 2% 0;
    width: 100%;
    max-width: none;
    font-size: 15px;
}
.redTear .location button:hover {

}
.redTear .location p {
    margin: 0 0 3% 0;
    line-height: normal;
    text-align: left;
    color: white;
}
.testimonials {
    background: #5E6851;
}
.testimonials h2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 3%;
}
.testimonials.container {
    position: relative;
}
.testimonials .testBox {
    background-color: #FFF;
    border-radius: 20px;
    padding: 5% 5% 6% 5%;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials .testBox p {
    font-size: 14px;
    color: #202332;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonials p.signature {
    color: white;
    margin-top: 8%;
    font-size: 12px;
    font-weight: 700;
}
.testimonials .triangle {
    width: 30px;
    position: relative;
    margin-left: 10%;
}
.testimonials .triangle img {
    top: 0;
    position: absolute;
}
.testimonials .arrows {
    position: absolute;
    width: 80%;
    bottom: 50%;
}
.testimonials .arrows .previous {
    text-align: left;
    left: -5%;
}
.testimonials .arrows .next {
    text-align: right;
    right: -5%;
}
.testimonials .arrows img {
    max-width: 20px;
}

.flowers {
    background: #674458;
}


footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background-color: #202332;
    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: 260px;
}
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 {
    
}

/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
    
}
.owl-theme .owl-nav {
    margin-top: 10px;
    right: 0;
    position: absolute;
    bottom: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -50%;
    position: relative;
    display: none;
}
.owl-carousel .owl-nav button.owl-next {
    right: -50%;
    position: relative;
    display: none;
}
.owl-dots button {
    width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid white;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1300px) {
   h1 {
    
   }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
    }
   .redTear .location .title h3 {
        font-size: 16px;
   }
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
       margin-top: 0;
    }
    h3 {
        font-size: 30px;
        text-align: center;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
        max-width: none;
    }
    .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 .anxiety {
        text-align: center;
    }
    .redTear .anxiety p {
        margin-bottom: 3%;
        text-align: center;
    }
    .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;
    }
    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;
    }
}
  