html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'LeagueGothic-Regular';
  src: url("LeagueGothic-Regular.eot");
  src: url("LeagueGothic-Regular.otf") format('opentype');
}

body {
	background-color: #f1f1f1;
}


@media screen and (min-width: 320px) {
	.container {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 100px;
	}
	h1 {
		font-size: 22px;
    	line-height: 22px;
    	padding-top: 42px;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 1px 1px #ccc;
	}
	h2 {
		text-transform: uppercase;
		font-family: "LeagueGothic-Regular";
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		text-shadow: 1px 1px #ccc;
		padding: 42px 0 20px 0;
	}
	p, li {
		color: #333;
		font-size: 16px;
    	line-height: 24px;
		font-family: Georgia, Times, 'Times New Roman', serif;
	}
	p {
		text-align: justify;
	}
	em {
		font-style: italic;
	}

	.fb-like {
		margin-top: 20px;
	}
}
@media screen and (min-width: 375px) {
	.container {
		width: 80%;
	}
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 38px;
    	line-height: 40px;
	}
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	p, li {
		font-size: 22px;
		line-height: 30px;
	}
}
@media screen and (min-width: 768px) {
	.container {
		width: 75%;
	}
	h1 {
		font-size: 72px;
    	line-height: 160px;
    	padding: 0;
	}
	h2 {
		font-size: 40px;
		line-height: 40px;
		padding: 60px 0 20px 0;
	}
	p, li {
		font-size: 22px;
		line-height: 30px;
	}
}