body{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /* This file does not exist */
	background-image: url("https://s3.ca-central-1.amazonaws.com/eventsquare-player-prod/staticassets/player-web.jpg");
	background-repeat: no-repeat;
	background-position: bottom 0 left 0;
	background-color: #f4f4f4;
}
.container{
	min-height: 100vh;
}
.container .inner{
	margin-left: 47vw;
	margin-right: 20px;
	margin-top: 7rem;
}
@media (min-width: 0px) and (max-width: 1280px){
	.container .inner{
		margin-left: 20px;
		margin-right: 20px;
		background-color: rgba(244,244,244,0.5);
		padding: 10px;
	}
}
.header{
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 2.5rem;
	color: #3850a2;
}
.body{
	font-size: 20px;
	line-height: 1.9rem;
	font-weight: 500;
}
a{
	color: #3850a2;
	text-decoration: none;
}
.links{
	text-transform: uppercase;
	font-size: 1rem;
	color: #3850a2;
	font-weight: 500;
	margin-top: 40px;
}
.links .divider{
	padding: 0 15px;
}
