/** Global **/
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #E5D8C8;
}
.container-fluid {
    max-width: 1920px;
}
.page-wrapper {
    padding: 0;
    background-color: white;
}
.home-logo {
    width: 40%;
}
@media (min-width:768px){
    .navbar-main {
        background-color: #E5D8C8;
        padding: 0;
        position: relative;
        top: -40px;
    }
}
.navbar-main .navbar-nav {
    background-color: #E8E0D5;
    padding: 20px 30px 20px;
}
.navbar-main .navbar-nav .nav-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #111C4E;
}
.navbar-main .nav-divider {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-main .dropdown-menu {
    background-color: #E5D8C8;
}


.background-white {
    background-color: white;
}
.background-light-green {
    background-color: #C6D5A5;
}
.background-light-tan {
    background-color: #E8E0D5;
}
.background-lighter-tan {
    background-color: #F5F0E9;
}
.background-light-yellow {
    background-color: #F7F7DC;
}
.background-blue {
    background-color: #111C4E;
}
.background-gray {
    background-color: #707070;
}
.background-orange {
    background-color: #C47C5A;
}
.background-testimony-block {
    background-color: #FFFBF5;
}
.block-brown {
    background-color: #A69B95;
}
.vertical-image-wrapper {
    white-space: nowrap;
    text-align: center;
}
.vertical-image {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-image img {
    vertical-align: middle;
}





/** About **/
.about-page {

}
.about-page p {
    font-size: 10px;
}
.adkins-logo-simple {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.text-feature-callout {
    text-align: center;
    border: solid #111C4E 2px;
    padding: 0 3rem 1.5rem;
}
.dr-about {
    text-align: center;
}
.dr-about-block {
    background-color: #C6D5A5;
    display: inline-flex;
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
    top: -1.5vh;
}
.text-feature-callout h1 {
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
    color: #111C4E;
}
.text-feature-callout h2 {
    font-family: 'EvelethCleanRegular', sans-serif;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
    color: white;
}
.dr-detail {
    text-align: center;
}
.dr-detail-testimony-image {
    background-size: cover;
}
.dr-detail img.profile-pic {
    border-radius: 50%;
    border: solid #111C4E 10px;
    margin-bottom: 2rem;
}
.dr-detail-title {
    color: #111C4E;
}
.dr-detail-title h1 {
	font-family: 'EvelethCleanRegular', sans-serif;
    font-size: 4vw;
    line-height: 4vw;
    text-transform: uppercase;
}
.dr-detail-title h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 3.5vw;
    line-height: 3.5vw;
    font-style: italic;
}
.about-callout {
    padding-left: 5rem;
    padding-right: 5rem;
}


/** Testimonials **/
.testimonials-top-block-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.testimonials-top-block-image img {
    border-radius: 50%;
    border: solid white 10px;
}
.testimonials-top-block-name {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    line-height: 22px;
}
.testimonials-top-block-title {
    display: block;
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
}
.testimonials-heading {
	font-family: 'EvelethCleanRegular', sans-serif;
    text-transform: uppercase;
    color: #111C4E;
}
.testimonials-heading-1 {
    font-size: 120px;
    line-height: 150px;
}
.testimonials-heading-1 span {
    font-size: 50px;
    line-height: 50px;
}
.testimonials-heading-2 {
    font-size: 170px;
    line-height: 140px;
}
.testimonials-heading-3 {
    font-size: 150px;
    line-height: 150px;
}


/** Contact **/
.address-bar {
    margin-bottom: 1rem;
    color: white;
    background-color: #C6D5A5;
    text-align: center;
    font-size: 16px;
}
.address-bar p {
    margin: 1rem auto;
}
.contact-heading {
    text-align: center;
	font-family: 'EvelethCleanRegular', sans-serif;
    text-transform: uppercase;
    color: #111C4E;
}
.contact-heading-1 {
    font-size: 70px;
    font-size: 4vw;
    line-height: 150px;
    line-height: 4vw;
}
.contact-heading-1 span {
    font-size: 60px;
    line-height: 50px;
}
.contact-heading-2 {
	font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 6.5vw;
    line-height: 6.5vw;
}
.contact-heading-3 {
    font-size: 150px;
    line-height: 150px;
}
.contact-heading p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    color: black;
}
.contact-form {
    background-color: rgb(247, 247, 223);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.contact-form .form-label, .form-check-label {
    text-transform: uppercase;
}
.contact-form-bmi {
    background-color: rgb(249, 244, 250);
}
.contact-form-bmi-header {
    background-color: rgb(0, 6, 99);
    color: white;
}
.contact-form-bmi-header h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form-questions {
    padding-top: 2rem;
}
.form-questions h6 {
    text-transform: uppercase;
}
.disclaimer p {
    text-align: center;
    padding-top: 2rem;
}
.contact-form-bmi .btn-primary {
    background-color: rgb(0, 6, 99);
}

/** Specific **/
.large-img-block {
    background-size: cover;
    background-position: 50%;
    padding-top: 1em;
}
.large-img-block-secondary {
    padding-top: 5vw;
    padding-bottom: 2vw;
}
.border-bottom-blue {
    border-bottom: solid 20px #415364;
}
.border-bottom-grey {
    border-bottom: solid 20px #707070;
}
.fancy-text-block {
    text-align: center;
    color: #111C4E;
}
.fancy-text-block-white-text {
    color: white;
}
.fancy-text-block h1 {
	font-family: 'EvelethCleanRegular', sans-serif;
    font-size: 3vw;
    line-height: 3vw;
    text-transform: uppercase;
}
.fancy-text-block h1 span {
    font-family: 'EvelethW01-CleanThin', sans-serif;
}

.fancy-text-block h1.smaller {
    font-size: 4vw;
    line-height: 4vw;
}
.text-tagline {
    font-family: 'Libre Baskerville', serif;
    font-size: 3vw;
    line-height: 3vw;
    font-style: italic;
}
.text-name {
    font-family: 'Libre Baskerville', serif;
    font-size: 2vw;
    line-height: 2vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    color: #C47C5A;
}
.blank {
    display: inline-block;
}
.video-play-button {
    color: #C47C5A;
}
i.video-play-button {
    font-size: 4em;
}
.text-video-play {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    font-style: italic;
    display: inline-block;
    margin: 15px;
    padding: 10px 20px;
    border-top: solid 2px #111C4E;
    border-right: solid 2px #111C4E;
    border-bottom: solid 2px #111C4E;
}
.fancy-text-block-white-text .text-video-play {
    border-color: white;
}
.testimony-block-container {
    font-family: 'EvelethCleanRegular', serif;
    background-color: #C47C5A;
    color: white;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}
.testimony-block-container .navbar li a {
    color: white;
    font-family: 'EvelethW01-CleanThin', sans-serif;
}
.testimony-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.testimony-block a {
    text-decoration: none;
    color: white;
}
.testimony-block img{
    border-radius: 50%;
    border: solid white 5px;
    width: 50%;
}
.testimony-block-text {

}
.testimony-block-container .testimony-block-blue {
    background-color: #485463;
    background: repeating-linear-gradient(
        90deg,
        #5c6574,
        #5c6574 1px,
        #485463 1px,
        #485463 10px
    );
}
.testimony-block-container .testimony-block-tan {
    background-color: #A69B95;
    background: repeating-linear-gradient(
        90deg,
        #b0a5a1,
        #b0a5a1 1px,
        #A69B95 1px,
        #A69B95 10px
    );
}
.testimony-block-container .testimony-block-green {
    background-color: #C4D4A4;
    background: repeating-linear-gradient(
        90deg,
        #c9d8ad,
        #c9d8ad 1px,
        #C4D4A4 1px,
        #C4D4A4 10px
    );
}
.modal-body-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.modal-body-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-footer {
    display: inline;
}

.testimony-block-container .testimony-block-text-top {
    display: block;
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 4vw;
    line-height: 7vw;
}
.testimony-block-container .testimony-block-text-big {
    display: block;
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 7vw;
    line-height: 4vw;
}
.testimony-block-container .testimony-block-text-huge {
    display: block;
    font-size: 14vw;
    line-height: 14vw;
}
.testimony-block-container .testimony-block-text-foot {
    display: block;
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 5vw;
    line-height: 5vw;
}


.testimony-block-container .testimony-block-text-top {
    
}


.video-thumb {
    border: solid #111C4E 4px;
}

.text-info-block {
    padding: 2rem 0;
}
.text-info-block h1 {
    font-size: 17px;
    line-height: 17px;
}
.text-info-block h1 span {
    font-size: 20px;
    line-height: 20px;
}
.text-info-block p {
    font-size: 9px;
}
.text-info-block p strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.yes-text p {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: auto;
}
.italic-subtext em{
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    line-height: auto;
    font-style: italic;
    color: #111C4E;
}
.testimonials-feel .italic-subtext em {
    color: white;
}


.procedures-page p {
    text-align: left;
}
.procedures-page h1 {
    font-family: 'EvelethCleanRegular', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #111C4E;
}

.procedures-page h2 {
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 30px;
}
.procedures-page h3 {
    font-family: 'EvelethCleanRegular', sans-serif;
    font-size: 30px;
}
.procedures-page h4 {
    text-align: center;
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 25px;
    color: white;
    padding-top: .5rem;
}
.procedures-page h5 {
    text-align: center;
    font-family: 'EvelethW01-CleanThin', sans-serif;
    font-size: 14px;
    color: white;
    padding-bottom: .5rem;
}
.procedures-green-info {
    text-align: center;
    color: #111C4E;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.procedures-yellow-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #111C4E;
    color: white;
}
footer .socail-icons {
    padding-top: .5rem;
}
footer .socail-icons .fa-brands {
    padding-left: .25rem;
    padding-right: .25rem;
}




/** Landing pages **/
#landing-page {
    background-color: white;
}
#landing-page .large-img-block {
    height: 700px;
    margin-top: 0;
}
#landing-page .landing-logo-block {
    width: 216px;
    float: right;
}
.landing-text-block, .landing-text-block p.text-life-changes {
    text-transform: unset;
    text-align: left;
}
#landing-page h1 {
    font-weight: 600;
    font-size: 4.6vh;
    color: #111C4E;
}
#landing-page h2 {
    font-weight: 600;
    font-size: 6.4vh;
    line-height: 4vh;
    color: #C47C5A;
}
#landing-page p {
    font-size: 16px;
}
.landing-form{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #111C4E;
}
.landing-form .form-control {
    border: solid 2px #C47C5A;
    border-radius: 0;
}
.landing-form .row .fifth {
    width: 20%;
}
.landing-form .btn-primary {
    width: 100%;
    color: #111C4E;
    background-color: #C6D5A5;
    text-transform: uppercase;
    border-radius: 0;
}




/** X-Small devices (landscape phones, 576px and up) **/
@media screen and (max-width: 470px) {
    .contact-heading-2 {

    }
    .dr-detail-title {
        color: #111C4E;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .dr-detail-title {
        color: #111C4E;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .landing-form .row .fifth {
        width: 100%;
    }
}


@media (min-width: 576px) { 
    .home-logo {
        width: 100%;
    }
    .about-page p {
        font-size: unset;
    }
    .dr-adkins-family {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .dr-detail-bio {
        padding-left: 7rem;
        padding-right: 7rem;
    }    
    .contact-heading-2 {
        font-size: 24px;
    }
    .dr-detail-title {
        color: #111C4E;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .dr-detail-testimony-image {
    }
    .large-img-block {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .large-img-block-secondary {
        padding-top: 15em; padding-bottom: 15em;
    }
    .testimony-block img{
        width: 75%;
        margin-bottom: 2rem;
    }
}

/** Medium devices (tablets, 768px and up)**/
@media (min-width: 768px) { 

    .testimony-block-container .testimony-block-text-top {
        font-size: 30px;
        line-height: 30px;
    }
    .testimony-block-container .testimony-block-text-big {
        font-size: 50px;
        line-height: 50px;
    }
    .testimony-block-container .testimony-block-text-huge {
        font-size: 100px;
        line-height: 100px;
    }
    .testimony-block-container .testimony-block-text-foot {
        font-size: 40px;
        line-height: 40px;
    }
    .text-feature-callout h1 {
        font-size: 40px;
    }
    .text-feature-callout h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .contact-heading-2 {
        font-size: 60px;
        line-height: 60px;
    }
    .contact-heading-1 {
        font-size: 40px;
        line-height: 40px;
    }
    .dr-detail-title {
        color: #111C4E;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .dr-detail-title h1 {
        font-size: 45px;
        line-height: 45px;    
    }
    .dr-detail-title h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .navbar-main .navbar-nav .nav-item a {
        font-size: 20px;
    }
    .navbar-main .navbar-nav {
        position: relative;
        top: 40px;
    }
    .large-img-block-first {
        margin-top: -3.5rem;
    }
    
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) { 
    .testimony-block-container {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .text-info-block {
        padding: 2rem 4rem;
    }
    .adkins-logo-simple {
        margin-bottom: 4rem;
    }
    .dr-about-block {
        top: -3.5vh;
    }
    .about-family-photo {
        background-size: revert;
    }
    .adkins-logo-simple {
        margin-top: -3.5rem;
    }    
    .about-family-photo {
        background-image: url('/assets/img/Familyoutdoorb&w.jpg');
        background-repeat: no-repeat;
        min-height: 350px;
        background-size: contain;
    }
    .about-callout {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .text-info-block h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .text-info-block h1 span {
        font-size: 50px;
        line-height: 50px;
    }
    .text-info-block p {
        font-size: 18px;
    }
    .procedures-page h4 {
        text-align: left;
    }
    .procedures-page h5 {
        text-align: left;
    }
    
 }

/** X-Large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) { 
    .dr-about-block {
        top: -5.5vh;
    }
    .text-feature-callout h2 {
        position: relative;
        top: -1.5rem;
    }
 }

/** XX-Large devices (larger desktops, 1400px and up) **/
@media (min-width: 1400px) { ... }


