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;
}

/*ul{
    cursor: pointer;
}*/

/*Global Headings*/
h1 {
    font-weight: 700;
    line-height: 1em;
    font-size: 3rem;
    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;
}


/*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) {
}