body.mobile .content{
		padding: 50px!important;
	}
	body.mobile .paddingSides1 {
    padding-left: 3em;
    padding-right: 3em;
}
body.mobile .sectionTitle.paddingSides1 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
	body.mobile [name*="Frame"]{
		width: 100vw !important;
		height:50vh !important;
	}
	
	body.mobile [name*="Frame"] div {
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	body.mobile [name*="Frame"] div [class*="section"] {
		flex:100%;
		height: fit-content;
	}
	
	body.mobile #section-1 [name="section1FrameLeft"]{
		background-color: white !important;
	}
	body.mobile #section-1 [name="section1FrameRight"]{
		background-color: black !important;
	}




	/* section 2 */
	body.mobile #section-2 [name="section1FrameLeft"]{
		background-image: url(../img/section2.jpg);
    background-position: center;
    background-size: cover;
	}
	body.mobile #section-2 [name="backgroundImageSection2"]{
		display: none;
	}

	/* section 3 */
	body.mobile #section-3 [name="section1FrameRight"]{
		background-image: url(../img/section3.jpg);
    background-position: center;
    background-size: cover;
	}
	body.mobile #section-3 [name="backgroundImageSection3"]{
		display: none;
	}

	/* section 4 */
	body.mobile #section-4 [name="section1FrameLeft"]{
		background-image: url(../img/section4.jpg);
    background-position: center;
    background-size: cover;
	}
	body.mobile #section-4 [name="backgroundImageSection4"]{
		display: none;
	}




	body.mobile [name="menuMobile"]{
	display: block;
}
	body.mobile [name="menuDesktop"]{
	display: none;
}


body.mobile .flexLine{
	display: block;
}


body.mobile .flexFrame{
	    align-content: center;
    display: flex
;
    flex-wrap: wrap;
}






@media only screen and (max-width: 800px) {
  .content{
		padding: 50px!important;
	}
	.paddingSides1 {
    padding-left: 3em;
    padding-right: 3em;
}
.sectionTitle.paddingSides1 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
	[name*="Frame"]{
		width: 100vw !important;
		height:50vh !important;
	}
	[name*="Frame"] div {
		display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	[name*="Frame"] div [class*="section"] {
		flex:100%;
		height: fit-content;
	}
	#section-1 [name="section1FrameLeft"]{
		background-color: white !important;
	}
	#section-1 [name="section1FrameRight"]{
		background-color: black !important;
	}



	/* section 2 */
	#section-2 [name="section1FrameLeft"]{
		background-image: url(../img/section2.jpg);
    background-position: center;
    background-size: cover;
	}
	#section-2 [name="backgroundImageSection2"]{
		display: none;
	}

	/* section 3 */
	#section-3 [name="section1FrameRight"]{
		background-image: url(../img/section3.jpg);
    background-position: center;
    background-size: cover;
	}
	#section-3 [name="backgroundImageSection3"]{
		display: none;
	}

	/* section 4 */
	#section-4 [name="section1FrameLeft"]{
		background-image: url(../img/section4.jpg);
    background-position: center;
    background-size: cover;
	}
	#section-4 [name="backgroundImageSection4"]{
		display: none;
	}




	[name="menuMobile"]{
	display: block;
}
	[name="menuDesktop"]{
	display: none;
}


.flexLine{
	display: block;
}


.flexFrame{
	    align-content: center;
    display: flex
;
    flex-wrap: wrap;
}
}