body {
	font-family: 'Raleway', 'Segoe UI', sans-serif;
	/*
	background-image:-moz-linear-gradient(left, #F9D423 0%, #FF4E50 50%,#F9D423 100%);
	background-image:linear-gradient(left, #F9D423 0%, #FF4E50 50%,#F9D423 100%);
	background-image:-webkit-linear-gradient(left, #F9D423 0%, #FF4E50 50%,#F9D423 100%);
	background-image:-o-linear-gradient(left, #F9D423 0%, #FF4E50 50%,#F9D423 100%);
	background-image:-ms-linear-gradient(left, #F9D423 0%, #FF4E50 50%,#F9D423 100%);
	background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#F9D423), color-stop(50%,#FF4E50),color-stop(100%,#F9D423));
	*/
	background: #BDEDFF;
}
#header {
	width: 100%; height: 150px;
	font-size: 32pt;
	font-weight: 400;
	letter-spacing: 25px;
	text-align: center;
	color: #222222;
	background: -webkit-linear-gradient(#FFED94, #BDEDFF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFED94, #BDEDFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFED94, #BDEDFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFED94, #BDEDFF); /* Standard syntax */
	position: absolute;
    top: 0px;
    left: 0px;
}
#headertext {
	position: relative; top: 50%; transform: translateY(-50%);
}
#navbar {
	width: 100%; background-color: #BDEDFF; padding-top: 8px; padding-bottom: 8px; text-align: center;
	position: absolute;
    top: 150px;
    left: 0px;
}
#footer {
	font-size: 8pt;
    text-align: center;
    border-top: 1px solid #999;
    padding: 8px;
    color: #999;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	width: 95%;
}
#body-wrapper {
	position: relative;
    top: 179px;
	width: calc(100% - 200px);
	margin-left: 100px;
	margin-right: 100px;
	background-color: #FFF9DC;
	border-radius: 32px;
    margin-bottom: 32px;
}
.hover-glow {
	padding: 8px;
	color: #222222;
    text-decoration: none;
	border-radius: 5px;
}
.hover-glow:hover {
	background-color: #FFF9DC;
}
.headshot-image {
	height:150px; width: 150px; border-radius: 55555px; border: 5px solid #E8E7DF; float:right; right: 8%; position: relative; height: 150px; width: 150px; border-radius: 55555px; background-color: #ffffef;
}
.chara-box-wrapper {
	padding: 25px;
	height: 168px;
}
.chara-box-text-wrapper {
	position: relative; width: 60%;text-align: center;font-size: 16pt;font-family: "Century Gothic";left: 5%; color: #404040;top: 50%; transform: translateY(-50%);
}
.chara-box-header {
	font-weight: bold;
}
.chara-box-text {
	font-size: 11pt;
}
.song-header {
	font-size: 14pt; font-weight: bold;
}
.song-text {
	font-size: 11pt;
}
.song-link {
	font-size: 8pt;
}
.song-wrapper, .plot-box, .text {
	width: 80%; margin-left: auto; margin-right: auto; color: #404040;
}
.plot-box, .song-wrapper {
	font-size: 15pt;
	text-align: center;
	padding: 25px;
}
.centered {
	text-align: center;
}
#page-quote {
	padding-top: 11px;
}
#megamap {
	width: 100%;
    background-color: #D4F9F9;
}
.ipatable {
	padding: 4px;
	text-align: center;
}
.sectionheader {
	margin-bottom: 0px;
	margin-top: 0px;
}
.sectionheader::before{
	content: "~ ";
}
.sectionheader::after {
	content: "~ ";
}
table {
	color: #404040;
}
.word-box {
	float: right;
    border: 1px solid #888;
    padding-right: 20px;
    border-radius: 20px;
	margin: 4px;
}
.word-box > ul {
	list-style-type: none;
	padding-left: 20px;
	margin: 5px 0px 7px 0px;
}
.a {
	color: red;
}
.b {
	color: blue;
}
#otomodainobox {
	width: 400px;
}
#error {
	color: red;
}
.headergloss {
	font-size: 80%;
}
#conjugator-meanings, #alternate-forms {
	margin-top: 10px;
	margin-bottom: 10px;
}
#verb-conjugator, #noun-conjugator {
	width: 100%;
}
.tense-table, .noun-table {
	text-align: center;
	font-size: 10pt;
}
