body {
    /*background-color: #EEEFF7;*/
    background-color: #EEEFF7;
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #3D393A;
    font-family: 'Dosis', sans-serif;
}

a {
    text-decoration: none !important;
    color: #EF4138;
}

    a:hover {
        text-decoration: none !important;
        color: #f15b2b;
    }

.text-primary {
    color: #e9352c !important;
}

.bg-primary {
    background-color: #e9352c !important;
}

.form-check.form-control-sm {
    min-height: calc(1.5em + .3rem + 0px);
    padding: 0rem .5rem 0rem 1.4rem;
    font-size: .875rem;
    border-radius: .25rem;
}

/*Global Headings*/
h1 {
    font-weight: 700;
    line-height: 1em;
    font-size: 2.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #3D393A;
}

h2 {
    font-size: 2.4rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    color: #EF4138;
    line-height: 1.1em;
}

h3 {
    font-size: 1.8rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: #EF4138;
}

h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #EF4138;
}

h5 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px dashed #8A8A8A !important;
    padding-bottom: 3px;
}

h6 {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .05rem
}

.btn {
    transition: all .25s ease-out;
}

    .btn:hover {
        -webkit-transform: translate(0px, -4px);
        transform: translate(0px, -4px);
    }

    .btn.btn-primary {
        color: #FFFFFF;
        background: #e9352c;
        border-color: #e9352c;
    }

.btn-primary:hover {
    color: #fff;
    background: #198754;
    border-color: #198754;
}

.star {
    font-size: .8rem;
    margin-right: 1px;
    color: #FFBB00;
}

/*Hover Cards*/
.card-hover {
    transition: all .6s ease-out;
    transform-origin: 50% 50%;
}

    .card-hover:hover {
        -webkit-transform: translate(0px, 0px) scale(1.05,1.05);
        transform: translate(0px, 0px) scale(1.05,1.05);
        -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,.20) !important;
        -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,.20) !important;
        box-shadow: 0px 20px 40px 0px rgba(0,0,0,.20) !important;
        -webkit-font-smoothing: subpixel-antialiased;
        z-index: 100 !important;
    }

/*Testimonials*/
.testimonial p {
    font-size: 1rem;
    line-height: 1.3em;
}


/*RESPONSIVE*/
@media (max-width: 575px) {
    h1 {
        font-weight: 700;
        line-height: 1em;
        font-size: 2.25rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.1em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}