body {
	background-color: black;
	color: rgb(192, 192, 192);
	font-family: 'Arial';
}

.container {
	width: 1023px;
	margin: auto;
}

h1 {
	font-size: 14pt;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
}

h2 {
	font-size: 14pt;
	display: inline-block;
}

.fullwidth {
	width: 100%;
}

a.enter {
	float: right;
	vertical-align: top;
	margin-top: 10px;

}

p {
	font-size: 12pt;
	text-align: justify;
	line-height: 22px;
}

p.intro {
	line-height: 27px;
}

.inline {
	display: inline;
}

.inh3 {
	font-size: 12pt;
}

.center {
	text-align: center;
}

.half {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 26px;
	margin-bottom: 14px;
	margin-right: 20px;
}

.half:last-child {
	margin-right: 0px;
}

footer .container {
	border-top: 3px solid #8d8d8d;
}

.footerIMG {
	display: inline-block;
}

.address {
	display: inline-block;
	float: right;
	text-align: right;
}

p.cname {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 15px;
	text-align: right;
}

p.caddy {
	margin-top: 4px;
	font-size: 15px;
	text-align: right;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1430px) {
	.container {
		width: 1150px;
	}
	.half {
		width: 48.8%;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.container {
		width: 960px;
	}
	.half {
		width: 48.6%;
	}



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.container {
		width: 730px;
    }
	.half {
		width: 48.1%;
		margin-right: 20px;
	}
	.address {
		text-align: center;
		display: block;
		float: inherit;
	}
	.footerIMG { 
		display: block;
		width: 217px;
		margin: auto;
	}
	
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.container {
		width: 450px;
	}
	.half {
		width: 100%;
    	margin-right: 0px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.container {
		width: 100% !important;
        box-sizing: border-box;
        padding: 0px 20px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.container  {
		width: 100% !important;
	}
}