
.mainBanner {
    width: 100%;
    min-height: 500px;
    background-image: url(../lib/img//istock/highresolution/bannerfinal2.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    margin-top: -17px;
}

.mainLogo {
    height: 70px;
}

.mainTextBoxLink {
    font-size: 1.15em;
    font-weight: 400;
    color: #2a2a2a;
}


.mainTextBoxYellow {
    float: left;
    width: 404px;
    height: 376px;
    padding: 30px;
    background-color: #fbd758;
    background-image: none;
}


.mainTextBoxLightYellow {
    float: left;
    width: 404px;
    height: 376px;
    padding: 30px;
    background-color: #fdefbc;
    background-image: none;
}

.mainTextBoxImage {
    float: left;
    width: 404px;
    height: 376px;
    background-image: url(../lib/img//istock/lowresolution/iStock-1166415474.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: contain;
    background-size: cover;
}

.imageServices {
    background-image: url(../lib/img//istock/lowresolution/iStock-2183526049.jpg);
    margin-right: 20px;
    width:500px;
    height:250px;
}

.imageOtherServices {
    background-image: url(../lib/img//istock/lowresolution/iStock-1302480904.jpg);
    margin-right: 20px;
    width: 500px;
    height: 320px;
}

.imageRelative {
    background-image: url(../lib/img//istock/lowresolution/iStock-174919979.jpg);
    margin-right: 20px;
    width: 500px;
    height: 320px;
}

.imageContact {
    background-image: url(../lib/img//istock/lowresolution/iStock-504821100.jpg);
    margin-right: 20px;
    width: 600px;
    height: 370px;
}

.imageApplyServices {
    background-image: url(../lib/img//istock/lowresolution/iStock-2156555409.jpg);
    margin-right: 20px;
    width: 500px;
    height: 320px;
}


.mainTextBoxFontHeader {
    font-size: 1.5em;
    font-weight: 300;
}

.mainTextBoxFontHeaderMedium {
    font-size: 1.3em;
    font-weight: 400;
}

.mainTextBoxFontHeaderSmall {
    font-size: 1.3em;
    font-weight: 400;
}


.mainServicesTextContainer {
    width: 850px;
}

.floatLeft {
    float:left;
}

.floatRight {
    float:right;
}

.clearLeft {
    clear:left;
}

.clearRight {
    clear:right;
}

.clearBoth {
    clear:both;
}

.fontMainHeader {
    font-size: 1.1em;
    font-weight: 400;
}

.fontSizeMainHeader {
    font-size:2.0em;
}

.ourPromiseContainer {
    width: 100%;
    min-height: 180px;
    background-color: #fce38a;
    background-image: none;
    padding:40px;
}

@media only screen and (max-device-width : 480px) {
    .mainBanner {
        background-image: url(../lib/img//istock/lowresolution/mobileBanner.jpg);
        width: 100%;
        min-height: 200px;
        margin-top: -18px;
    }

    .mainLogo {
        height: 50px;
    }

    .mainTextBoxYellow {
        width: 100%;
    }

    .mainTextBoxLightYellow {
        width: 100%;
    }

    .mainTextBoxImage {
        width: 100%;
        margin-bottom:20px;
    }
    .mainServicesTextContainer
    {
        width:100%;
    }

    .imageServices {
        width:100%;
    }

    .imageOtherServices {
        width: 100%;
    }

    .imageRelative {
        width: 100%;
    }

    .imageContact {
        width:100%;
    }

    .imageApplyServices {
        width: 100%;
    }

}




