@font-face {
	font-family: 'Sloop ScriptThree';
	src: 	url('fonts/sloop-scriptthree.eot');
	src: 	url('fonts/sloop-scriptthree.eot?#iefix') format('embedded-opentype'),
		url('fonts/sloop-scriptthree.woff') format('woff'),
		url('fonts/sloop-scriptthree.ttf') format('truetype'),
		url('fonts/sloop-scriptthree.svg#sloop_scriptthree') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

img,
a img {
	border: 0;
	max-width: 100%;
}

a,
a:hover {
	color: #000;
}

a:hover {
	text-decoration: none;
}

header {
	text-align: center;
}

#logo {
	display: inline-block;
	background: url('images/logo.png') top right no-repeat;
	background-size: 100%;
	width: 14.35rem;
	height: 17.2rem;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#bodyContainer {
	width: 100%;
	padding: 1.65rem 0;
	box-sizing: border-box;
	text-align: center;
}

#content h1 {
	font-family: 'Sloop ScriptThree';
	font-size: 4rem;
	font-weight: normal;
	line-height: 4rem;
	margin: 0 0 -1rem -1.6rem;
}

@media (max-width: 1310px) {
	html,
	body {
		font-size: 19px;
	}
}

@media (max-width: 1270px) {
	html,
	body {
		font-size: 18px;
	}
}

@media (max-width: 1180px) {
	html,
	body {
		font-size: 17px;
	}
}

@media (max-width: 1080px) {
	html,
	body {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	#content h1 {
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
}	