#home {
    background-color:transparent;
}
.section-content-home {
    overflow-x:hidden;
}
#services {
    background-color:transparent;
    overflow-x:hidden;
}
.section-content-services {
    overflow-x:hidden;
}
#solutions {
    background-color:transparent;
}
#about {
    background-color:#00a651;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    min-height:10px;
}
#blog {
    background-color:#00a651;
}
#contact {
    background-color:transparent;
}
.row_3 {
    max-width: 1200px;
}
.section-content-contact {
    overflow-x:hidden;
}
.article_8cols {
    max-width: 1200px;
}
@media only screen and (min-width : 641px) {
    #services {
        overflow-x: visible;
    }
    .section-content-home {
        min-height: 509px;
    }
    .section-content-services {
        min-height: 490px;
    }
    .section-content-solutions {
        min-height: 490px;
    }
    #about {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-content-about {
        min-height: 490px;
    }
    .section-content-blog {
        min-height: 410px;
    }
    .section-content-contact {
        min-height: 840px;
    }
    #home {
        min-height: 509px;
    }
    .row_3 {
        width: 100%;
    }
	p.footer_head, p.footer_contact_40per {
    text-align: center;
    font-size:22px;
    font-weight:bold;
    color:#000000;
    margin-bottom:15px;
}
}