body{
	
	line-height: 1.7;
	color: #c4c3ca;
	background-color: rgba(204,204,204,1);
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*homecontrol starts */
#welcome {
	height:auto;
	width:100%;
	padding:5%;
	float:left;
	background-color:rgba(255,255,255,1);
	color: rgba(51,51,51,1);
	font-size: 130%;
	font-family: 'Quicksand', sans-serif;
	text-align: justify;
	position: relative;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcome {
	height:auto;
	width:100%;
	padding:35% 10% 5% 10%;
	float:left;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcome {
	height:auto;
	width:100%;
	padding:25% 25% 5% 25%;
	float:left;
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcome {
	height:auto;
	width:100%;
	padding:25% 9% 5% 9%;
	float:left;
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcome {
	height:auto;
	width:100%;
	padding:15% 10% 5% 10%;
	float:left;
}
	}
	
/* Extra large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
	#welcome {
	height:auto;
	width:100%;
	padding:15% 10% 5% 10%;
	float:left;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcome {
	height:auto;
	width:100%;
	padding:5% 10% 5% 10%;
	float:left;
}
	}

