html {
	overflow-x: hidden;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #dcdcdc;
	font-family: 'Helvetica', sans-serif;
	color: #dcdcdc;
	overflow: hidden;
}

.div_limiter-main {
	width:100%;
	max-width:1920px;
}

.div_header-main {
	width:100%;
	background-color:#DCDCDC;
	text-align:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top;
}
.div_header-tagline {
	font-size: 1.3rem;
}

.div_keypoints-right {
	width:100%;
	height:100%;
	text-align:right;
	font-size:1.6rem;
}
.div_keypoints-point {
	margin-top:0.2rem;
	padding:0.5rem;
	padding-right:2.5rem;
	font-size:1.5rem;
	font-weight:bold;
	font-style:italic;
	color:white;
}

.poolanim {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight:bold;
	color:white;
}
.div_call24h-main {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight:bold;
	color:white;
}
.div_call24h-padding {
	font-size:1.3rem;
}
.div_call24h-calltext {
	font-size:1.65rem;
	/* text-shadow: 1px 1px #999999; */
}

.div_content-main {
	width:100%;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	/* max-width:1440px; */
	max-width:1080px;
	font-size:1.3rem;
	color:#333333;
	margin:auto;
	background-color:white;
}
.div_content-block2-col1 {
	padding:2.5rem;
	/* border-left:solid 0.1rem #000000;
	border-top:solid 1.25rem #666666; */
}
.div_content-block2-col2 {
	padding:2.5rem;
	/* border-left:solid 0.1rem #000000;
	border-top:solid 1.25rem green; */
}
.div_content-block2-col2 {
	padding:2.5rem;
	/* border-left:solid 0.1rem #000000;
	border-top:solid 1.25rem green; */
}

.img_mobile-touch {
	width:3.5rem;
	position:fixed;
	z-index:99;
	bottom:2rem;
	left:85%;
}

@media screen and (max-width: 479px) {
	html {
		font-size:62.5%;
	}
	
	.div_header-main {
		background-image:url('Codeblue_poolbg-S.jpg');
	}
	.img_header-logo {
		width:85%;
	}
	
	.div_keypoints-main {
		width:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center;
	}
	.div_keypoints-left {
		display:none;
	}
	
	.div_content-block1 {
		width:100%;
		float:left;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	html {
		font-size:82.5%;
	}
	
	.div_header-main {
		background-image:url('Codeblue_poolbg-M.jpg');
	}
	.img_header-logo {

	}
	
	.div_keypoints-main {
		width:100%;
		background-size:cover;
		background-position:center;
	}
	.div_keypoints-left {
		display:none;
	}
	
	.div_content-block1 {
		width:100%;
		float:left;
	}
}

@media (min-width: 769px) {
	html {
		font-size:82.5%;
	}
	
	.div_header-main {
		background-image:url('Codeblue_poolbg-L.jpg');
	}
	.img_header-logo {
		
	}
	
	.div_keypoints-main {
		width:100%;
		max-width:1440px;
		background-image: url('storeFront-01c.jpg');
		background-size:cover;
		background-position:top;
		margin:auto;
	}
	.div_keypoints-left {
		width:50%;
		float:left;
	}
	.div_keypoints-right {
		width:50%;
		float:left;
	}
	
	.div_content-block1 {
		width:50%;
		float:left;
	}
}