#Home {
    background-color:transparent;
}
.section-content-Home{
    min-height:730px;
}
#projects {
    background-color:transparent;
}
.section-content-projects{
    min-height:650px;
}
#projects {
	background-color: transparent;
}
.section-content-projects{
    min-height:650px;
}
#About {
    background-color:transparent;
}
.section-content-About{
    min-height:390px;
}
#Contact {
    background-color:transparent;
}
.section-content-Contact{
	/* [disabled]min-height:950px; */
#Services {
    background-color:transparent;
}
.section-content-Services{
	width:auto;
	padding-left:10px;
	padding-right:10px;
	min-height:autopx;
}
#Products {
	background-color:transparent;
}
.section-content-Products{
	width:auto;
	padding-left:10px;
	padding-right:10px;
	min-height:autopx;
}@media screen and (min-width:649px) {
.section-content-Services{
	width: 100%;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.section-content-Products{
	width:90%;
	margin:0px auto;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width:1176px) {




.section-content-Services{
	width:1176px;
}

.section-content-Products{
	width:1176px;
}
}
