/*  
Mr Edwards Custom Styles CSS
----------------------------
By:         Ruth Chambers
Started:    2018-04-12 */


body {
    background-color: #CACBCB;
    font-family: "Open Sans", "Raleway", Arial, serif;
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}



/* PAGE LOADER */
.page-loader {
    background: #D93B3B;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.h1-lower {
      margin-bottom: 0.5rem;
      font-family: "Montserrat", Arial, serif;
      font-size: 3.0rem;
      font-weight: 800;
      line-height: 3;
      color: inherit;
      text-transform: lowercase;
}


/*TESTIMONIALS */
.tms-item {
    color: #FFF;
}

.tms-content {
    font-family: "Open Sans", "Raleway", Arial, serif;
}

/* BACKGROUNDS */
.module,
.module-sm {
    background-color: #fff;
    padding: 120px 0 40px;
}

.module.module-gray,
.module-sm.module-gray {
    background-color: #f7f7f7;
}

.module.module-dark,
.module-sm.module-dark {
    background-color: #323232;
}

.module.module-red,
.module-sm.module-red {
    background-color: #D93B3B;
    color: #FFF;
}

.module.module-blue,
.module-sm.module-blue {
    background-color: #1A56A5;
    color: #FFF;
}