html { background-image:url(../img/background.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover; }
body { font-family:'Rubik', sans-serif; }
.header-container { margin:40px 0; text-align:center; }
img { max-width:100%; height:auto; }
.main article h1 { font-weight:900; font-size:6.25em; text-transform:uppercase; font-style:italic; line-height:100%; margin:0.4em 0; }
p { font-size:1.25em; line-height:150%; font-weight:300; }
article { max-width:750px; margin:0 auto; text-align:center; }
a.button {
	background: transparent;
	text-decoration: none;
	font-size: 1.5em;
	padding: 18px 40px;
	margin: 15px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	border: 2px solid #fff;
	-webkit-appearance: none;
	transform: skewX(-10deg);
	display: inline-block;
	border-radius: 8px;
}
a.button:hover {
	background: #d1232a;
	border: 2px solid #d1232a;
}


@media only screen and (max-width: 999px) {
	
	body {
		font-size: 90%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	body {
		font-size: 80%;
	}
	.main article h1 {
		font-size: 4.25em;
	}
	
}

@media only screen and (max-width: 479px) {
	
	body {
		font-size: 70%;
	}
	.main article h1 {
		font-size: 3.25em;
	}
	
}