/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}
a:link, a:visited{color:#a54c2a ;text-decoration:none;border: 0;}
a:hover {text-decoration:none;}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/
	
body {
	background-color: white;
	color: black;
	font-family: BebasNeue, Arial, sans-serif;
	text-align: center;
	font-size: 2em;
}
small {
	font-size: .5em;
}
#wrapper #title {
  width: 100%;
  background-size: cover;
  background-color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin:auto;
  z-index: 4;
}
#wrapper {
	width: 100%;
	margin: 60px auto;
	margin: auto;
}
#container {
	display: inline-flex;
    margin: auto;
    width: 100%;
}
.left{
	float: left;
	width:50%;
}
.right{
	float:right;
	width:50%;
}
#wrapper #alphabet {
  position: relative;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 3;
}
#wrapper.fixed #alphabet { 
  position: fixed;
  z-index: 99;
}

#wrapper.fixed #main {
  position: relative;
}
#title, #alphabet, .letter {
	border-bottom:solid;
	border-width: 10px;
	border-color: #a54c2a;
	padding-bottom: 15px;
	padding-top: 15px;
}
.letter{

}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.8em;
	color: #a54c2a;
	font-weight: bold;
}
#fletter {
	font-size: 1.2em;
}
h2  { 
	font-size: 1.8em;
	color: black;
}
h3  { 
	font-size: 4.1em;
	color: black;
}
h4  { 
	font-size: 1.2em;
	color: black;
	margin-bottom: .5em;
}
p {
	margin-top: 30px;
	line-height: 0.9em;
}
.sound {
	height: 1.5em;
	margin-top: .5em;
}
img {	
	margin-top: 1em;
	margin-right: 10px;
}

















