body {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    line-height: 150%;
    font-size: 0.9rem;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

    body .lm-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }

        body .lm-header .lm-nav-container {
            max-width: 9999px;
            margin: 0px auto;
            background-color: rgba(255,255,255,1);
            border-radius: 0px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 15px rgba(0,0,0,0.25);
        }

    body.notop {
        padding-top: 70px;
    }

        body.notop .lm-header {
            padding: 0;
        }

            body.notop .lm-header .lm-nav-container {
                max-width: 9999px;
                border-radius: 0;
                background-color: rgba(255,255,255,1);
            }

.lm-clr-yellow {
    color: #e3ba35 !important;
}

.lm-clr-blue {
    color: #033991 !important;
}

.lm-clr-green {
    color: #349b32 !important;
}

.lm-clr-red {
    color: #b10b00 !important;
}

.lm-clr-black {
    color: #000000 !important;
}

.lm-clr-white {
    color: #ffffff !important;
}

.lm-bg-yellow {
    background-color: #e3ba35 !important;
}

.lm-bg-blue {
    background-color: #033991 !important;
}

.lm-bg-green {
    background-color: #349b32 !important;
}

.lm-bg-red {
    background-color: #b10b00 !important;
}

strong {
    font-weight: 700 !important;
}

.heroPad {
    background-color: rgba(3,57,145,0.75);
    padding: 20px;
    border-radius: 15px;
}

.lm-header .navbar-brand {
    padding: 0px;
    max-width: 180px;
    transition: all 0.3s linear
}

.lm-header .navbar {
    padding: 15px;
}

.lm-header .nav-item {
    position: relative;
}

.lm-header .nav-link {
    color: #033991 !important;
    font-weight: 500;
}

    .lm-header .nav-link:hover {
        color: #b10b00 !important;
    }

.lm-navbar {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.9);
    min-width: 240px;
}

    .lm-navbar .navbar-nav {
        align-items: flex-start;
    }

    .lm-navbar .dropdown-menu {
        font-size: 0.9rem;
        padding: 10px;
        border: 0px none;
    }

        .lm-navbar .dropdown-menu a {
            padding: 5px 5px 5px 15px;
        }

.lm-hero {
    background-color: #0c4094;
    position: relative;
    min-height: 100vh;
    padding: 30px 0 3px 0;
    background-image: url('../images/lm-hero-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65% bottom;
}

.lm-hero-wave {
    height: 30px;
    background-image: url('../images/lm-hero-wave.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: 100% 100%;
}

.lm-hero-content {
    height: calc(100vh - 20px);
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    line-height: 140%;
    font-size: 0.8rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

    .lm-hero-content h1 {
        font-family: 'Caveat', cursive;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: 700;
    }

.lm-well {
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    max-width: 700px;
    margin: 15px auto;
    color: #ffffff;
}

    .lm-well.full {
        max-width: 1920px;
    }

    .lm-well h3 {
        font-family: 'Caveat', cursive;
        font-size: 2rem;
        line-height: 100%;
    }

    .lm-well h5 {
        font-weight: 700;
    }

.lm-mission {
    padding: 0 0 50px 0;
}

.sec-head {
    font-size: 2.8rem;
    font-family: 'Caveat', cursive;
    line-height: 100%;
}

.hand-spacer {
    position: relative;
    z-index: 20;
}

    .hand-spacer img {
        display: block;
        position: absolute;
        bottom: -40px;
        right: 0;
        width: 80px;
    }

.lm-classes {
    padding: 30px 0;
    background: #033991 none no-repeat 0 0;
    color: #ffffff;
}

.lm-classes-light-wrapper {
    padding: 15px;
    color: #333
}

    .lm-classes-light-wrapper.bl {
        background-color: #cdd7e9;
    }

    .lm-classes-light-wrapper.rd {
        background-color: #efcecc;
    }

    .lm-classes-light-wrapper h3 {
        font-family: 'Caveat', cursive;
        font-size: 2rem;
        line-height: 100%;
    }

.lm-why {
    padding: 30px 0;
    background: #b10b00 none no-repeat 0 0;
    color: #ffffff;
}

.lm-team {
    padding: 50px 0;
    background: #f2f2f3 url("../images/lm-team-bg.jpg") repeat-y center center;
}

.fht {
    height: 100%;
}

/* .lm-calendar{padding: 50px 0; background:#a3eef9 url("../images/lm-schedule-bg.jpg") no-repeat center bottom;  } */
.lm-calendar {
    padding: 50px 0;
    background: #2b9729;
}

.lm-after-school {
    padding: 50px 0;
    background: #ffda61;
}

.lm-as-table {
    background-color: #fff;
    color: #000;
    border: 1px solid #777777;
    font-size: 1.2 rem;
}

    .lm-as-table th {
        background-color: #349b32;
        color: #ffffff;
        font-weight: 700;
        border-top: 0px none !important;
        vertical-align: middle;
    }

.lm-calendar h3, .lm-after-school h3 {
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
}

.lm-sched-table {
    background-color: #fff;
    color: #000;
    border: 1px solid #777777;
    font-size: 1.2 rem;
}

    .lm-sched-table th {
        background-color: #e2b011;
        color: #b10b00;
        font-weight: 700;
        border-top: 0px none !important;
        vertical-align: middle;
    }

.btn-lm {
    background-color: #b10b00;
    border-color: #b10b00;
    color: #ffffff;
    transition: all 0.3s ease-in;
}

    .btn-lm:hover {
        background-color: #ce1407;
        border-color: #b10b00;
        color: #ffffff
    }

.lm-location {
    padding: 50px 0 250px 0;
    background: #333333 url("../images/lm-location-bg.jpg") no-repeat bottom center;
    color: #ffffff;
}


.lm-map {
    border: 15px solid #333333;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.modal-contact {
    background: #a3eef9 url("../images/lm-schedule-bg.jpg") no-repeat center bottom;
}

    .modal-contact .form-control {
        background-color: #f2f2f3
    }

footer {
    background-color: #333333;
    color: #bababa;
    padding: 30px 0;
}

.lm-testimonials {
    padding: 30px 0;
    background: #333333;
    color: #ffffff;
}

.testimonial-slide {
    padding: 0px;
    border-radius: 30px;
    background-color: #fff;
    color: #333333;
    overflow: hidden;
}

.testimonial-border {
    border: 5px dashed #ffffff;
    padding: 100px 20px 50px 20px;
    position: relative;
}

    .testimonial-border .handprint {
        width: 100px;
        padding: 0px 10px;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 0;
        margin-left: -50px;
    }

.testimonial-pic {
    width: 280px;
    margin: 0px auto;
}

p.testimonial-text {
    font-family: "Caveat";
    font-size: 1.6rem;
    line-height: 120%;
    position: relative;
}

    p.testimonial-text::before {
        content: '“';
        font-size: 5rem;
        font-weight: bold;
        font-family: 'Times New Roman';
        font-style: oblique;
        position: relative;
        top: 30px;
        margin-right: 15px;
        color: #cccccc;
    }

    p.testimonial-text::after {
        content: '”';
        font-size: 5rem;
        font-weight: bold;
        font-family: 'Times New Roman';
        font-style: oblique;
        color: #cccccc;
        position: absolute;
        margin-top: 25px;
        margin-left: 5px
    }

#carouselParentsTestimonials .carousel-control-next, #carouselParentsTestimonials .carousel-control-prev {
    width: 5%;
    color: #000 !important;
    filter: invert(100%);
}

#carouselParentsTestimonials .carousel-indicators li {
    background-color: #000
}

@media(min-width:576px) {
    .testimonial-slide {
        padding: 60px;
    }

    .testimonial-border {
        border: 5px dashed #cccccc;
        padding: 50px 20px 50px 20px;
    }

        .testimonial-border .handprint {
            position: absolute;
            top: 0;
            left: 50%;
            margin-top: -60px;
            margin-left: -50px;
        }
}


@media(min-width:767px) {
    .lm-hero-wave {
        height: 60px;
    }

    .lm-hero-content {
        height: calc(100vh - 60px);
        line-height: 140%;
        font-size: 0.9rem;
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
    }

    .lm-hero {
        padding: 30px 0;
        min-height: 100vh;
        background-position: center bottom;
    }

    .lm-hero-content h1 {
        font-size: 2rem;
        text-shadow: 1px 1px 3px rgba(0,0,0,1);
    }

    .hand-spacer img {
        width: 120px;
    }

    .lm-well h3 {
        font-size: 2.5rem;
    }

    .lm-classes-light-wrapper h3 {
        font-size: 2.5rem;
    }
}

@media(min-width:992px) {
    body.notop {
        padding-top: 90px;
    }

    .lm-classes {
        background: #033991 url("../images/lm-classes-bg.png") repeat-y center top;
    }

    .lm-why {
        padding: 30px 0;
        background: #b10b00 url("../images/lm-why-bg.png") repeat-y center top;
        color: #ffffff;
    }

    body .lm-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        padding: 30px 0;
        transition: all 0.3s ease-in-out;
    }

        body .lm-header .lm-nav-container {
            max-width: 1140px;
            margin: 0px auto;
            background-color: rgba(255,255,255,0.97);
            border-radius: 15px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 15px rgba(0,0,0,0.15);
        }

    .lm-navbar {
        position: relative;
        right: auto;
        top: auto;
        padding: 0px;
        background-color: transparent;
        justify-content: right;
    }

        .lm-navbar .navbar-nav {
            align-items: center;
        }

        .lm-navbar .dropdown-menu a {
            padding: 5px 15px;
        }

    .lm-header .navbar-brand {
        padding: 5px 15px;
        max-width: 280px;
    }
}

@media(min-width:1200px) {
}
