/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   <3 thanks, Eric :-)
*/

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 {

	font-family: Fira Sans, Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	color: #333;
}
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;
}

/*start of css-------------------------------
--------
-----------------------------------*/


/* ---------------------------------------------------
Typography
--------------------------------------------------- */

@font-face {
font-family: 'Troy Regular';
font-style: normal;
font-weight: normal;
src: local('Troy Regular'), url('Troy.woff') format('woff');
}


header, main, footer{
	font-family: "Troy Regular", serif;
	font-style: normal;
	font-weight: normal;
}

main, footer{
	font-family:"zen old mincho", sans-serif;
}

h1, h2, h3 {
	font-weight: bolder;
	font-size: 2em;
	text-transform: capitalize;
}

h1 {
	font-size: 4em;
	text-align: center;
}

cite{
	font-style: italic;
	font-size: .75em;
	display: block;
	text-align: center;
}


p {
	line-height: 1.5em;
	/*font-family: "zen old mincho";*/
	font-size: 1.5em;
	margin-top: 0.5em;
}

h2:first-letter {
    color: grey;
		float: left;
		font-size: 3em;
 }

 blockquote{
	 font-style: italic;
	 font-weight: bolder;
	 display: block;
	 text-align: center;
	 text-transform: uppercase;
	 padding: 2em;
	 font-size: 1.5em;
	 background-color: #FFffff80;
 }

footer {
	font-size: .75em;
	font-weight: 900;
	font-style: oblique;
	padding-top: 2em;
}
/* ---------------------------------------------------
CONTENT STYLING
--------------------------------------------------- */
header{
	margin-top: 75px
}

body {
	background-image: url("background.jpg")
}

header, main, footer{
	max-width: 600px;
	margin: 0 auto;
	padding: 50px;
	border: 200px;
	background-color: #92c88dcc;
}



/* link styling */
a:link, a:visited {

}
a:hover, a:active, a:focus {

}

/* ---------------------------------------------------
FOOTER STYLING
--------------------------------------------------- */
