body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.landing_background
{
	background:url(../images/background.jpg) left top no-repeat;
	background-size:cover;
	height:100%;
	padding: 3% 0;

}
.landing_background h1 {
    color: #ef7761;
    font-size: 72px;
    font-size: 5.9vw;
    width: 100%;

	margin:0px;
	    text-transform: uppercase;
    letter-spacing: 1px;
}
.landing_background h2 {
    font-weight: 500;
    font-size: 27px;
    font-size: 2vw;
    margin: 0 auto;
    color: #303030;
	margin:0px;
    width: 100%;

	    text-transform: uppercase;
    letter-spacing: 1px;
}
.clearfix
{
	clear:both;
}
.ckm_logo
{

}
.container
{
	width:1000px;
	margin:0 auto;
	}

	.addresses
	{

    margin-top: 6%;
	}
	.head
	{
		color:#ef7761;
		text-decoration:underline;
	}
	
	
@media (max-width:980px)
{
	.container
	{
		width:100%;
		padding:10px;
		    text-align: center;
		
	}
}