.contentcontain {
	background: url(../images/home/testbg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

#welcometext {
	width: 60%;
	display: block;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align: center;
}
#welcometext p {
	color: white;
	font-weight: 300;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#cta_home {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 55px;
}
#cta_homebutton_aboutus,
#cta_or_divider,
#cta_homebutton_services {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 15px 10px;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	font-weight: 400;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#cta_homebutton_aboutus {
	background-color: #EF3436;
}
#cta_homebutton_aboutus:hover {
	background-color: #BC292A;
}
#cta_or_divider {
	padding: 10px 0;
	font-weight: 400;
	color: white;
}
#cta_homebutton_services {
	background-color: #1C75BC;
}
#cta_homebutton_services:hover {
	background-color: #15568A;
}

@media (max-width: 880px) {

	#welcometext {
		width: 75%;
		font-size: 1.3em;
		line-height: 1.6em;
	}

	#cta_homebutton_aboutus,
	#cta_or_divider,
	#cta_homebutton_services {
		width: 40%;
	}

}

@media (max-width: 670px) {

	#welcometext {
		width: 80%;
		padding: 10%;
		font-size: 1.3em;
		line-height: 1.6em;
		background: rgba(0,0,0,0.4);
	}
	#welcometext p {
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	}

	#cta_homebutton_aboutus,
	#cta_homebutton_services {
		width: 65%;
		padding: 20px 5%;
	}
	#cta_or_divider {
		width: 60%;
	}

}