
body { 
	background: #231f20;
}
	.logo {
		margin: 180px auto 95px auto;
		width: 285px;
		height: 261px;
		background: url( /caciarking_logo.svg ) no-repeat center center;
	}
	button {
		width: 140px;
		height: 35px;
		border: 1px solid #efd378;
		border-radius: 5px;
		margin: 0 auto 85px auto;
		display: block;
		background: url( /labels.png ) no-repeat center 10px;
	}
		button:hover {
			background-color: #bc9515;
			transition: .5s background-color;
		}
	label {
		width: 329px;
		text-align: center;
		height: 70px;
		display: block;
		margin: 0 auto 10em auto;
		font-family: Tahoma;
		font-size: 12px;
		color: #c59e5e;
		line-height: 60px;
		background: url( /labels.png ) no-repeat center bottom;
	}

	@media screen and (max-width: 1000px) {
		.logo { margin: 12% auto 11% auto; }
	}
	@media screen and (max-width: 320px) {
		.logo { margin: 7% auto 7% auto; }
		button { margin-bottom: 14%;}
	}