@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');

* {
	padding: 0; 
	margin:0; /* remove margins */
}

a { color:#b50101; text-decoration:none; }
a img { border:none; }

body {
	font-family: "Raleway", sans-serif;
	font-size:14px;
	font-weight:400;
	color:#b50101;
	background: #7a7a7a url("background2.jpg") top center repeat-y;
	background-size:cover;
	position:relative;
	width:100vw;
	height:100vh;

}

.logo {
	width:339px;
	height:373px;
}
.contact {
	width:100%;
	position:absolute;
	bottom: -175px;
	font-weight: bold;
	color:#b50101;
	line-height:1.5;
}
.contact a {
	color:#b50101;
	text-decoration:none;
}
.contact a:hover {
	color:#fff;
	text-decoration:none;
}
.contact strong {
	color:#b50101;
}

@media screen and (min-width: 768px) {

	.container {
		width:100%;
		max-width:600px;
		position:absolute;
		left:50%;
		top:30%;
		transform: translate(-50%, -50%);
		text-align:center;
	}

	.logo {
		width:226px !important;
		height:auto !important;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width:100%;
		position:relative;
		padding-top:50px;
		text-align:center;
	}
	.logo {
		width:226px !important;
		height:auto !important;
	}
	.contact {
		position:relative !important;
		bottom:0 !important;
		margin-top:30px !important;
	}

	.contact p {
		padding: 0 20px;
	}
}