body{
	
	line-height: 1.7;
	color: #c4c3ca;
	background-image: url(../images/1.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*homecontrol starts */

#welcomeContrl {
	height: auto;
	width: 100%;
	padding:25% 50% 5% 15%;
	visibility:visible;
	float: left;
	font-size: 130%;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.5) url(../images/pattern.png) repeat;
}


.welcome {
	height: auto;
	width: 100%;
	padding: 15% 15% 5% 15%;
	float: left;
	position: relative;
	background: url(../images/girlprop-01.png) bottom left no-repeat rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-size: 140%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}
.background {
	height: auto;
	width: 100%;
	padding: 5% 15% 5% 15%;
	float: left;
	position: relative;
	background-color:rgba(214,223,35,1);
	color: rgba(0,0,0,1);
	font-size: 140%;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}
.senepe2 {
	height:auto;
	width:49%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}