@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:900,900italic,800,800italic);
html {
  font-family: 'Alegreya Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
}
html,
body {
  min-height: 100%;
  margin: 0;
  background: #8d4e0e;
  background: #521014;
  background: #CCCCCC;
}
body {
 
}
img {
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  display: inline-block;
}

h3 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 6em;
  text-shadow: 3px 5px #000000;
  margin: 0;
  line-height: 85%;
}

h4 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 3.2em;
  text-shadow: 3px 5px #000000;
  margin: 0;
  line-height: 100%;
  padding-bottom: 15px;
}

h5 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 3em;
  text-shadow: 3px 5px #000000;
  margin: 0;
  line-height: 90%;
}

h6 {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-size: 2em;
  text-shadow: 3px 5px #000000;
  margin: 0;
  line-height: 85%;
}

.page-container {
  min-height:100%;
}

.page-header {
  text-align: center;
  vertical-align: top;
}

#header-left {
	width:40%;
	display: inline-block;
	text-align:left;
	height: 180px;
}

#header-right {
	padding: 8px 0 0 0;
	width:55%;
	float:right;
	text-align: right;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 3.3em;
  text-shadow: 3px 5px #000000;
	line-height: 100%;
  font-style: italic;
	height: 180px;
}

#header-sub {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 900;
  font-size: 2.8em;
  text-shadow: 3px 5px #000000;
	line-height: 100%;
  font-style: italic;
  display: none;
}

.page-content {
  padding: 0 10px;
}

.page-footer {
  clear: both;
  padding: 10px 10px 10px 10px;
  text-align:center;
}

#central-section {
  margin: 0 auto;
  max-width: 738px;
  min-height: 100%;
  padding:15px;
}

#page-nav {
  width: 100%;
  background-color: #250300;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
}

#social-bar {
  width: 100%;
  background-color: #250300;
  margin: 30px 0 10px 0;
  padding: 5px 0 5px 0;
  height: 33px;
  display: none;
}

#standalone-social {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}

.nav-item {
  padding: 10px;
}

.nav-item a {
  color: #EADCBB;
  text-decoration:none;
  padding: 10px;
}

.nav-item a:hover {
  color: #250300;
  background-color: #EADCBB;
}

#about-text {
  width: 240px;
  float: right;
  text-align: right;
}

#footer-about {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 800;
  font-style: italic;
}

#social {
  float:right;
}