@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
	background-image:url(../images/bk/3%20copy.jpg);
  -webkit-font-smoothing: antialiased;
   background-attachment:fixed;
	background-size:cover;
	background-position:center center;
}

#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcomeContrl {
	height:auto;
	padding:25% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}

	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:9.5%;
	background-color: rgba(0,0,0,1);
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcomeContrl {
	height:auto;
	padding:15% 10% 5% 10%;
	width: 100%;
	visibility:visible;
	float: left;
	background-color: rgba(255,255,255,1);
	z-index:999;
}
#welcome {
	height:auto;
	width:100%;	
	float:left;
	padding:15% 10% 5% 10%;
	background-color: rgba(0,0,0,1);
}
	}