/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* ======= END OF RESET ======= */


/* ==== LAYOUT ==== */

main, header {
	width: 80%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
}

header {
	font-family: Courgette, Sriracha, Capriola, Itim, Damion, Yellowtail, serif;
	color: #6697FF;
	text-align: center;
	font-size: 500%;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

footer {
	font-family: Signika, "Signika Negative", Mallanna, Padauk, Sora, arial, sans-serif;
	text-align: center;
	margin-top: 1.0em;
	padding: 1.0em;
	border: 4px solid #6697FF;
	background-color: #6697FF;
	font-size: 115%;
	color: #FFFFFF;
}

/* ==== END OF LAYOUT ==== */

/* ==== COLOR CHANGE NAVIGATION ==== */

#travel {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 2.0em;
}

#travel a:link, #travel a:visited {
	color: #FFFFFF;
}

#travel a:hover, #travel a:active, #travel a:focus {
	color: #FCEB6D;
	text-decoration: underline;
}

/* ==== END OF COLOR CHANGE NAVIGATION ==== */

/* ==== NAVIGATION ==== */

nav {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	font-family: Signika, "Signika Negative", Mallanna, Padauk, Sora, arial, sans-serif;
	text-align: left;
	color: #6697FF;
	margin-left: 2.0em;
	padding: 0.1em;
}

nav li {
	float: left;
}

nav ul a {
	text-decoration: none;
	color: #6697FF;
	display: inline-block;
	padding: 15px 20px 12px;
	border-bottom: 3px solid #FFFFFF;
}

nav ul a:link {
	color: #000;
}

nav ul a:visited {
	color: #15288C;
}

nav ul a:hover {
	color: #D49DC9;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

nav ul a:active {
	color: #FFFFFF;
}

nav ul a:focus {
	outline: none;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

nav ul {
	display: flow-root;
}

li {/
	display: block;
}

/* ==== END OF NAVIGATION ==== */

/* ==== BODY STYLING ==== */

body {
	font-family: Signika, "Signika Negative", Mallanna, Padauk, Sora, arial, sans-serif;
	font-size: 110%;
	line-height: 1.55;
	background-color: #6697FF;
	color: #6697FF;
}

main {
	border: 12px solid #FFFFFF;
	background-color: #FFFFFF;
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	padding: 1.0em;
}

.pullquote {
	text-align: left;
	font-style: italic;
	font-size: 120%;
	color: #15288C;
	line-height: 1.55;
	padding: 13px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 170%;
	font-weight: bold;
	color: #D49DC9;
	text-align: center;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-family: "Signika Negative", Signika, Mallanna, Padauk, Sora, arial, sans-serif;
}

hr {
	border-style: none;
	border-top-style: dotted;
	border-color: #FCEB6D;
	border-width: 0.5em;
	width: 20%;
	margin-bottom: 1.8em;
}

h3 {
	font-size: 150%;
	font-family: "Signika Negative", Signika, Mallanna, Padauk, Sora, arial, sans-serif;
	font-weight: bold;
	color: #15288C;
	text-align: center;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}

p {
	font-size: 120%;
}

.dropcap {
	color: #15288C;
	font-weight: bold;
	font-size: 8.0em;
	float: left;
	line-height: 1;
	margin: 0.1em 0.1em 0 0;
}

.dropcap:before,
  .dropcap:after {
	content: "";
	display: block;
  }

  .dropcap:before {
	margin-top: -0.15em;
  }

  .dropcap:after {
	margin-bottom: -0.1em;
}
