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;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
  overflow-y: scroll; 
  
}

body { 
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fbf9ef;
  font-size: 62.5%; 
  line-height: 1; 
}

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}

br { display: block; line-height: 0em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { 
	display:block;
	margin: auto;
	max-width: 710px; 
	margin-bottom: 20px;
	margin-top: 100px;
	padding: 0px;
	}

#topbar {
  background: #4f4a41;
  padding: 10px 0 10px 0;
  text-align: center;
  height: 36px;
  overflow: hidden;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
}
.section {
  padding-top: 90px;
}

/** typography **/
h1 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: .1em 0;
  color: #fbf9ef;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
h1:before,
h1:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #fbf9ef;
}
h1:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}
h1:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}


h2 {
  font-family: 'Georgia', Times, Times New Roman, serif;
  font-size: 2.1em;
  font-style:italic;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: normal;
  margin-bottom: 14px;
  margin-top: 14px;
  padding: .1em 0;
  color: #fbf9ef;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

h3 {
  font-family: 'Georgia', Times, Times New Roman, serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  margin-bottom: 4px;
  padding: .1em 0;
  color: #fbf9ef;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

p {
	display: block;
	font-size: 1.35em;
	line-height: 1.6em;
	margin-bottom: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
p.song {
	display: block;
	font-size: 1.35em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
p.nana {
	display: block;
	font-size: 1.15em;
	line-height: 1.5em;
	margin-top: 0em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


a { 
color: #fbf9ef; text-decoration: none; 
}
a:hover { 
text-decoration: underline; 
}
